X7ROOT File Manager
Current Path:
/home/notabjze/softaculous_backups/tmp/wp.26_32835.2025-03-20_20-39-14
home
/
notabjze
/
softaculous_backups
/
tmp
/
wp.26_32835.2025-03-20_20-39-14
/
ðŸ“
..
📄
softsql.sql
(25.13 MB)
📄
wp.26_32835.2025-03-20_20-39-14
(1.86 KB)
Editing: softsql.sql
-- Softaculous SQL Dump -- http://www.softaculous.com -- -- Host: localhost -- Generation Time: March 20, 2025, 8:39 pm -- Server version: 10.6.21 -- PHP Version: 8.3.15 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `notabjze_wp315` -- -- -------------------------------------------------------- -- -- Table structure for table `wpxo_burst_goals` -- CREATE TABLE `wpxo_burst_goals` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `type` varchar(30) NOT NULL, `status` varchar(30) NOT NULL, `server_side` tinyint(4) NOT NULL, `url` varchar(255) NOT NULL, `conversion_metric` varchar(255) NOT NULL, `date_created` int(11) NOT NULL, `date_start` int(11) NOT NULL, `date_end` int(11) NOT NULL, `attribute` varchar(255) NOT NULL, `attribute_value` varchar(255) NOT NULL, `hook` varchar(255) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_burst_goals` -- INSERT INTO `wpxo_burst_goals` VALUES (1, 'Default goal', 'clicks', 'active', 0, '*', 'visitors', 1719828493, 1719828493, 0, 'class', '', ''); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_burst_goal_statistics` -- CREATE TABLE `wpxo_burst_goal_statistics` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `statistic_id` int(11) NOT NULL, `goal_id` int(11) NOT NULL, PRIMARY KEY (`ID`), KEY `statistic_id_index` (`statistic_id`), KEY `goal_id_index` (`goal_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_burst_sessions` -- CREATE TABLE `wpxo_burst_sessions` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `first_visited_url` varchar(255) NOT NULL, `last_visited_url` varchar(255) NOT NULL, `goal_id` int(11) DEFAULT NULL, `country_code` char(2) DEFAULT NULL, PRIMARY KEY (`ID`), KEY `goal_id_index` (`goal_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_burst_sessions` -- INSERT INTO `wpxo_burst_sessions` VALUES (1, '/', '/', 0, NULL), (2, '/', '/', 0, NULL); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_burst_statistics` -- CREATE TABLE `wpxo_burst_statistics` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `page_url` varchar(191) NOT NULL, `time` int(11) NOT NULL, `uid` varchar(255) NOT NULL, `time_on_page` int(11) DEFAULT NULL, `entire_page_url` varchar(255) NOT NULL, `page_id` int(11) NOT NULL, `parameters` varchar(255) NOT NULL, `fragment` varchar(255) NOT NULL, `referrer` varchar(255) DEFAULT NULL, `browser` varchar(255) DEFAULT NULL, `browser_version` varchar(255) DEFAULT NULL, `platform` varchar(255) DEFAULT NULL, `device` varchar(255) DEFAULT NULL, `device_resolution` varchar(255) DEFAULT NULL, `session_id` int(11) DEFAULT NULL, `first_time_visit` tinyint(4) DEFAULT NULL, `bounce` tinyint(4) DEFAULT 1, PRIMARY KEY (`ID`), KEY `time_index` (`time`), KEY `bounce_index` (`bounce`), KEY `page_url_index` (`page_url`), KEY `session_id_index` (`session_id`), KEY `time_page_url_index` (`time`,`page_url`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_burst_statistics` -- INSERT INTO `wpxo_burst_statistics` VALUES (1, '/', 1719828452, '4781a2ed08988d299806a862b29325e5', 42346, '/', 0, '', '', NULL, 'Chrome', '126.0.0.0', 'Windows', 'desktop', '1680x1050', 1, 1, 0), (2, '/', 1719828519, '547fd4ebfb380f4f73e065a780816f10', 2484, '/', 0, '', '', NULL, 'Chrome', '126.0.0.0', 'Windows', 'desktop', '1680x1050', 2, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_burst_summary` -- CREATE TABLE `wpxo_burst_summary` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `date` date NOT NULL, `page_url` varchar(191) NOT NULL, `sessions` int(11) NOT NULL, `visitors` int(11) NOT NULL, `first_time_visitors` int(11) NOT NULL, `pageviews` int(11) NOT NULL, `bounces` int(11) NOT NULL, `avg_time_on_page` int(11) NOT NULL, `completed` tinyint(4) NOT NULL, PRIMARY KEY (`ID`), UNIQUE KEY `unique_date_page_url` (`date`,`page_url`), KEY `page_url_date_index` (`page_url`,`date`), KEY `date_index` (`date`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_burst_summary` -- INSERT INTO `wpxo_burst_summary` VALUES (1, '2024-06-30', 'burst_day_total', 0, 0, 0, 0, 0, 0, 1), (2, '2024-07-01', '/', 0, 0, 0, 0, 1, 0, 0), (3, '2024-07-01', 'burst_day_total', 0, 0, 0, 0, 1, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_chaty_contact_form_leads` -- CREATE TABLE `wpxo_chaty_contact_form_leads` ( `id` bigint(11) NOT NULL AUTO_INCREMENT, `widget_id` int(11) DEFAULT NULL, `name` varchar(100) DEFAULT NULL, `email` varchar(100) DEFAULT NULL, `phone_number` varchar(100) DEFAULT NULL, `message` text DEFAULT NULL, `ref_page` text DEFAULT NULL, `ip_address` tinytext DEFAULT NULL, `created_on` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_cmplz_cookiebanners` -- CREATE TABLE `wpxo_cmplz_cookiebanners` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `banner_version` int(11) NOT NULL, `default` int(11) NOT NULL, `position` text NOT NULL, `checkbox_style` text NOT NULL, `use_logo` text NOT NULL, `logo_attachment_id` text NOT NULL, `close_button` text NOT NULL, `revoke` text NOT NULL, `manage_consent_options` text NOT NULL, `header` text NOT NULL, `dismiss` text NOT NULL, `save_preferences` text NOT NULL, `view_preferences` text NOT NULL, `category_functional` text NOT NULL, `category_all` text NOT NULL, `category_stats` text NOT NULL, `category_prefs` text NOT NULL, `accept` text NOT NULL, `message_optin` text NOT NULL, `use_categories` text NOT NULL, `disable_cookiebanner` int(11) NOT NULL, `banner_width` int(11) NOT NULL, `soft_cookiewall` int(11) NOT NULL, `dismiss_on_scroll` int(11) NOT NULL, `dismiss_on_timeout` int(11) NOT NULL, `dismiss_timeout` text NOT NULL, `accept_informational` text NOT NULL, `message_optout` text NOT NULL, `use_custom_cookie_css` text NOT NULL, `custom_css` text NOT NULL, `statistics` text NOT NULL, `functional_text` text NOT NULL, `statistics_text` text NOT NULL, `statistics_text_anonymous` text NOT NULL, `preferences_text` text NOT NULL, `marketing_text` text NOT NULL, `colorpalette_background` text NOT NULL, `colorpalette_text` text NOT NULL, `colorpalette_toggles` text NOT NULL, `colorpalette_border_radius` text NOT NULL, `border_width` text NOT NULL, `font_size` text NOT NULL, `colorpalette_button_accept` text NOT NULL, `colorpalette_button_deny` text NOT NULL, `colorpalette_button_settings` text NOT NULL, `buttons_border_radius` text NOT NULL, `animation` text NOT NULL, `use_box_shadow` int(11) NOT NULL, `header_footer_shadow` int(11) NOT NULL, `hide_preview` int(11) NOT NULL, `disable_width_correction` int(11) NOT NULL, `legal_documents` int(11) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_cmplz_cookies` -- CREATE TABLE `wpxo_cmplz_cookies` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `slug` varchar(250) NOT NULL, `sync` int(11) NOT NULL, `ignored` int(11) NOT NULL, `retention` text NOT NULL, `type` text NOT NULL, `serviceID` int(11) NOT NULL, `cookieFunction` text NOT NULL, `collectedPersonalData` text NOT NULL, `purpose` text NOT NULL, `language` varchar(6) NOT NULL, `isTranslationFrom` int(11) NOT NULL, `isOwnDomainCookie` int(11) NOT NULL, `domain` text NOT NULL, `deleted` int(11) NOT NULL, `isMembersOnly` int(11) NOT NULL, `showOnPolicy` int(11) NOT NULL, `lastUpdatedDate` int(11) NOT NULL, `lastAddDate` int(11) NOT NULL, `firstAddDate` int(11) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_cmplz_cookies` -- INSERT INTO `wpxo_cmplz_cookies` VALUES (1, '/wp-admin/admin.php-elfinder-toolbarhideswp_file_manager', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (2, '__s3ga4_session_id', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (3, 'fontsCssCache', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (4, 'WP_PREFERENCES_USER_1', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (5, 'e_event-tracker', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (6, 'e_globals', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (7, 'i18nextLng', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (8, '/wp-admin/admin.php-elfinder-lastdirwp_file_manager', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (9, 'e_kit-elements-defaults', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (10, 'elementor', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1728557142, 1723115315), (11, '/wp-admin/admin.php-elfinder-mkfileTextMimeswp_file_manager', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (12, 'loglevel', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1728557142, 1723115315), (13, 'wpEmojiSettingsSupports', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1732304333, 1723115315), (14, 'rs6_library_pagination', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (15, 'cht_country_code', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (16, 'wp-settings-time-1', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1732304333, 1723115315), (17, 'wp-settings-1', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1732304333, 1723115315), (18, 'perf_dv6Tr4n', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (19, 'wordpress_test_cookie', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1723115359, 1723115315), (20, '_lscache_vary', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1732304333, 1723115315), (21, 'wordpress_logged_in_24c538a79fd0ecb9739cd5fad2e1e83e', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1732304333, 1723115315), (22, 'chatyWidget_0', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1728557142, 1723115355), (23, 'activechatyWidgets', '', 1, 0, '', 'cookie', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1728557142, 1723115355), (24, 'debug', '', 1, 0, '', 'localstorage', 0, '', '', '', 'en', 0, 0, 'self', 0, 0, 1, 0, 1728557142, 1728557020); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_cmplz_dnsmpd` -- CREATE TABLE `wpxo_cmplz_dnsmpd` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `region` text NOT NULL, `global_optout` int(11) NOT NULL, `cross_context` int(11) NOT NULL, `limit_sensitive` int(11) NOT NULL, `request_for_access` int(11) NOT NULL, `right_to_be_forgotten` int(11) NOT NULL, `right_to_data_portability` int(11) NOT NULL, `request_date` int(11) NOT NULL, `resolved` int(11) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_cmplz_services` -- CREATE TABLE `wpxo_cmplz_services` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `slug` varchar(250) NOT NULL, `serviceType` varchar(250) NOT NULL, `category` varchar(250) NOT NULL, `thirdParty` int(11) NOT NULL, `sharesData` int(11) NOT NULL, `secondParty` int(11) NOT NULL, `privacyStatementURL` varchar(250) NOT NULL, `language` varchar(6) NOT NULL, `isTranslationFrom` int(11) NOT NULL, `sync` int(11) NOT NULL, `lastUpdatedDate` int(11) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_commentmeta` -- CREATE TABLE `wpxo_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_comments` -- CREATE TABLE `wpxo_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_comments` -- INSERT INTO `wpxo_comments` VALUES (1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2024-06-30 17:16:34', '2024-06-30 17:16:34', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://en.gravatar.com/">Gravatar</a>.', 0, '1', '', 'comment', 0, 0), (2, 1, 'Luis Hale', 'notaprguy@live.com', 'https://www.nhaccuatui.com/playlist/robot-in-the-sky-clinthyun-remix-instrumental-version-.5bpvslo11zqh.html', '2406:5900:1144:4833:29bd:b787:796f:1c6d', '2025-01-04 18:51:17', '2025-01-04 18:51:17', 'This is a fantastic resource for anyone interested in this topic.I''ve also created a guide on this subject.', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36', 'comment', 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_events` -- CREATE TABLE `wpxo_e_events` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `event_data` text DEFAULT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `created_at_index` (`created_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_e_events` -- INSERT INTO `wpxo_e_events` VALUES (1, '{"event":"modal load","version":"","details":"{\\"placement\\":\\"Onboarding wizard\\",\\"step\\":\\"account\\",\\"user_state\\":\\"anon\\"}","ts":"2024-07-01T16:14:31.384-06:00"}', '2024-07-01 16:14:31'), (2, '{"event":"close modal","version":"","details":"{\\"placement\\":\\"Onboarding wizard\\",\\"step\\":\\"account\\"}","ts":"2024-07-01T16:15:01.764-06:00"}', '2024-07-01 16:15:01'); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_notes` -- CREATE TABLE `wpxo_e_notes` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.', `route_title` varchar(255) DEFAULT NULL, `route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.', `post_id` bigint(20) unsigned DEFAULT NULL, `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.', `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0, `author_id` bigint(20) unsigned DEFAULT NULL, `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.', `status` varchar(20) NOT NULL DEFAULT 'publish', `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}', `content` longtext DEFAULT NULL, `is_resolved` tinyint(1) NOT NULL DEFAULT 0, `is_public` tinyint(1) NOT NULL DEFAULT 1, `last_activity_at` datetime DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `route_url_index` (`route_url`(191)), KEY `post_id_index` (`post_id`), KEY `element_id_index` (`element_id`), KEY `parent_id_index` (`parent_id`), KEY `author_id_index` (`author_id`), KEY `status_index` (`status`), KEY `is_resolved_index` (`is_resolved`), KEY `is_public_index` (`is_public`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`), KEY `last_activity_at_index` (`last_activity_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_notes_users_relations` -- CREATE TABLE `wpxo_e_notes_users_relations` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).', `note_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `type_index` (`type`), KEY `note_id_index` (`note_id`), KEY `user_id_index` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_submissions` -- CREATE TABLE `wpxo_e_submissions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(60) DEFAULT NULL, `hash_id` varchar(60) NOT NULL, `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field', `post_id` bigint(20) unsigned NOT NULL, `referer` varchar(500) NOT NULL, `referer_title` varchar(300) DEFAULT NULL, `element_id` varchar(20) NOT NULL, `form_name` varchar(60) NOT NULL, `campaign_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip` varchar(46) NOT NULL, `user_agent` text NOT NULL, `actions_count` int(11) DEFAULT 0, `actions_succeeded_count` int(11) DEFAULT 0, `status` varchar(20) NOT NULL, `is_read` tinyint(1) NOT NULL DEFAULT 0, `meta` text DEFAULT NULL, `created_at_gmt` datetime NOT NULL, `updated_at_gmt` datetime NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `hash_id_unique_index` (`hash_id`), KEY `main_meta_id_index` (`main_meta_id`), KEY `hash_id_index` (`hash_id`), KEY `type_index` (`type`), KEY `post_id_index` (`post_id`), KEY `element_id_index` (`element_id`), KEY `campaign_id_index` (`campaign_id`), KEY `user_id_index` (`user_id`), KEY `user_ip_index` (`user_ip`), KEY `status_index` (`status`), KEY `is_read_index` (`is_read`), KEY `created_at_gmt_index` (`created_at_gmt`), KEY `updated_at_gmt_index` (`updated_at_gmt`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`), KEY `referer_index` (`referer`(191)), KEY `referer_title_index` (`referer_title`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_submissions_actions_log` -- CREATE TABLE `wpxo_e_submissions_actions_log` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `submission_id` bigint(20) unsigned NOT NULL, `action_name` varchar(60) NOT NULL, `action_label` varchar(60) DEFAULT NULL, `status` varchar(20) NOT NULL, `log` text DEFAULT NULL, `created_at_gmt` datetime NOT NULL, `updated_at_gmt` datetime NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `submission_id_index` (`submission_id`), KEY `action_name_index` (`action_name`), KEY `status_index` (`status`), KEY `created_at_gmt_index` (`created_at_gmt`), KEY `updated_at_gmt_index` (`updated_at_gmt`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_e_submissions_values` -- CREATE TABLE `wpxo_e_submissions_values` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0, `key` varchar(60) DEFAULT NULL, `value` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `submission_id_index` (`submission_id`), KEY `key_index` (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_hidemysiteSecure` -- CREATE TABLE `wpxo_hidemysiteSecure` ( `id` mediumint(12) NOT NULL AUTO_INCREMENT, `ip` text NOT NULL, `time` varchar(20) NOT NULL, `repeated_fails` varchar(20) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_hidemysiteSecure` -- INSERT INTO `wpxo_hidemysiteSecure` VALUES (24, '149.40.50.69', '1721361175', '5'), (25, '68.183.245.101', '1721361842', '5'), (26, '206.189.247.132', '1725180388', '10'), (29, '154.161.176.166', '1722034233', '6'), (31, '154.161.156.103', '1722043515', '2'), (33, '2601:581:8100:e7b0:6d38:8654:e0b6:5582', '1722232984', '8'), (34, '2001:ba0:256:1f00::1', '1725180340', '5'), (35, '161.35.246.138', '1725180450', '5'), (38, '45.143.82.123', '1728556732', '3'), (42, '94.140.11.174', '1728692603', '4'), (43, '181.214.151.237', '1728742650', '2'), (44, '181.214.151.237', '1728742650', '2'), (47, '2c0f:2a80:7ac:de10:6d6e:ee5b:2d3e:6f95', '1733753964', '5'), (54, '129.224.201.184', '1736085577', '4'), (55, '2c0f:2a80:7ac:de10:e92b:896:99af:cbbd', '1736187728', '1'); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_links` -- CREATE TABLE `wpxo_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_litespeed_url` -- CREATE TABLE `wpxo_litespeed_url` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `url` varchar(500) NOT NULL, `cache_tags` varchar(1000) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `url` (`url`(191)), KEY `cache_tags` (`cache_tags`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_litespeed_url_file` -- CREATE TABLE `wpxo_litespeed_url_file` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `url_id` bigint(20) NOT NULL, `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary', `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content', `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4', `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1', `webp` tinyint(4) NOT NULL COMMENT 'webp=1', `expired` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `filename` (`filename`), KEY `type` (`type`), KEY `url_id_2` (`url_id`,`vary`,`type`), KEY `filename_2` (`filename`,`expired`), KEY `url_id` (`url_id`,`expired`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -------------------------------------------------------- -- -- Table structure for table `wpxo_options` -- CREATE TABLE `wpxo_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_options` -- INSERT INTO `wpxo_options` VALUES (1, 'siteurl', 'https://pyirates.africa', 'yes'), (2, 'home', 'https://pyirates.africa', 'yes'), (3, 'blogname', 'Pyirates', 'yes'), (4, 'blogdescription', 'Pyirates of the internet 🤷🏿♂️', 'yes'), (5, 'users_can_register', '0', 'yes'), (6, 'admin_email', 'mizanur@mentors-house.com', 'yes'), (7, 'start_of_week', '1', 'yes'), (8, 'use_balanceTags', '0', 'yes'), (9, 'use_smilies', '1', 'yes'), (10, 'require_name_email', '1', 'yes'), (11, 'comments_notify', '1', 'yes'), (12, 'posts_per_rss', '10', 'yes'), (13, 'rss_use_excerpt', '0', 'yes'), (14, 'mailserver_url', 'mail.example.com', 'yes'), (15, 'mailserver_login', 'login@example.com', 'yes'), (16, 'mailserver_pass', 'password', 'yes'), (17, 'mailserver_port', '110', 'yes'), (18, 'default_category', '1', 'yes'), (19, 'default_comment_status', 'open', 'yes'), (20, 'default_ping_status', 'open', 'yes'), (21, 'default_pingback_flag', '1', 'yes'), (22, 'posts_per_page', '10', 'yes'), (23, 'date_format', 'F j, Y', 'yes'), (24, 'time_format', 'g:i a', 'yes'), (25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'), (26, 'comment_moderation', '0', 'yes'), (27, 'moderation_notify', '1', 'yes'), (28, 'permalink_structure', '/%postname%/', 'yes'), (29, 'rewrite_rules', 'a:129:{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:46:"e-floating-buttons/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:52:"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:35:"e-floating-buttons/([^/]+)/embed/?$";s:51:"index.php?e-floating-buttons=$matches[1]&embed=true";s:39:"e-floating-buttons/([^/]+)/trackback/?$";s:45:"index.php?e-floating-buttons=$matches[1]&tb=1";s:47:"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]";s:54:"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$";s:58:"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]";s:43:"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$";s:57:"index.php?e-floating-buttons=$matches[1]&page=$matches[2]";s:35:"e-floating-buttons/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"e-floating-buttons/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:41:"e-floating-buttons/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:38:"ha_library/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:48:"ha_library/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:68:"ha_library/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"ha_library/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"ha_library/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:44:"ha_library/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:27:"ha_library/([^/]+)/embed/?$";s:43:"index.php?ha_library=$matches[1]&embed=true";s:31:"ha_library/([^/]+)/trackback/?$";s:37:"index.php?ha_library=$matches[1]&tb=1";s:39:"ha_library/([^/]+)/page/?([0-9]{1,})/?$";s:50:"index.php?ha_library=$matches[1]&paged=$matches[2]";s:46:"ha_library/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?ha_library=$matches[1]&cpage=$matches[2]";s:35:"ha_library/([^/]+)(?:/([0-9]+))?/?$";s:49:"index.php?ha_library=$matches[1]&page=$matches[2]";s:27:"ha_library/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"ha_library/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"ha_library/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"ha_library/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"ha_library/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"ha_library/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=1";s:12:"sitemap\\.xml";s:24:"index.php??sitemap=index";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=20&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:17:"comments/embed/?$";s:21:"index.php?&embed=true";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:20:"search/(.+)/embed/?$";s:34:"index.php?s=$matches[1]&embed=true";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:23:"author/([^/]+)/embed/?$";s:44:"index.php?author_name=$matches[1]&embed=true";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:45:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:74:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:33:"[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:16:"([^/]+)/embed/?$";s:37:"index.php?name=$matches[1]&embed=true";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:24:"([^/]+)(?:/([0-9]+))?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";}', 'yes'), (30, 'hack_file', '0', 'yes'), (31, 'blog_charset', 'UTF-8', 'yes'), (32, 'moderation_keys', '', 'no'), (33, 'active_plugins', 'a:14:{i:0;s:41:"anywhere-elementor/anywhere-elementor.php";i:1;s:19:"chaty/cht-icons.php";i:2;s:33:"complianz-gdpr/complianz-gpdr.php";i:3;s:57:"complianz-terms-conditions/complianz-terms-conditions.php";i:4;s:23:"elementor/elementor.php";i:5;s:33:"happy-elementor-addons/plugin.php";i:6;s:22:"hide-my-site/index.php";i:7;s:35:"litespeed-cache/litespeed-cache.php";i:8;s:27:"ocean-extra/ocean-extra.php";i:9;s:29:"pro-elements/pro-elements.php";i:10;s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";i:11;s:28:"revslider6714n/revslider.php";i:12;s:27:"updraftplus/updraftplus.php";i:13;s:39:"wp-file-manager/file_folder_manager.php";}', 'yes'), (34, 'category_base', '', 'yes'), (35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'), (36, 'comment_max_links', '2', 'yes'), (37, 'gmt_offset', '0', 'yes'), (38, 'default_email_category', '1', 'yes'), (39, 'recently_edited', '', 'no'), (40, 'template', 'oceanwp', 'yes'), (41, 'stylesheet', 'oceanwp-child-theme-master', 'yes'), (42, 'comment_registration', '0', 'yes'), (43, 'html_type', 'text/html', 'yes'), (44, 'use_trackback', '0', 'yes'), (45, 'default_role', 'subscriber', 'yes'), (46, 'db_version', '58975', 'yes'), (47, 'uploads_use_yearmonth_folders', '1', 'yes'), (48, 'upload_path', '', 'yes'), (49, 'blog_public', '1', 'yes'), (50, 'default_link_category', '2', 'yes'), (51, 'show_on_front', 'page', 'yes'), (52, 'tag_base', '', 'yes'), (53, 'show_avatars', '1', 'yes'), (54, 'avatar_rating', 'G', 'yes'), (55, 'upload_url_path', '', 'yes'), (56, 'thumbnail_size_w', '150', 'yes'), (57, 'thumbnail_size_h', '150', 'yes'), (58, 'thumbnail_crop', '1', 'yes'), (59, 'medium_size_w', '300', 'yes'), (60, 'medium_size_h', '300', 'yes'), (61, 'avatar_default', 'mystery', 'yes'), (62, 'large_size_w', '1024', 'yes'), (63, 'large_size_h', '1024', 'yes'), (64, 'image_default_link_type', 'none', 'yes'), (65, 'image_default_size', '', 'yes'), (66, 'image_default_align', '', 'yes'), (67, 'close_comments_for_old_posts', '0', 'yes'), (68, 'close_comments_days_old', '14', 'yes'), (69, 'thread_comments', '1', 'yes'), (70, 'thread_comments_depth', '5', 'yes'), (71, 'page_comments', '0', 'yes'), (72, 'comments_per_page', '50', 'yes'), (73, 'default_comments_page', 'newest', 'yes'), (74, 'comment_order', 'asc', 'yes'), (75, 'sticky_posts', 'a:0:{}', 'yes'), (76, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (79, 'uninstall_plugins', 'a:2:{s:23:"elementor/elementor.php";a:2:{i:0;s:21:"Elementor\\Maintenance";i:1;s:9:"uninstall";}s:35:"litespeed-cache/litespeed-cache.php";s:47:"LiteSpeed\\Activation::uninstall_litespeed_cache";}', 'no'), (80, 'timezone_string', '', 'yes'), (81, 'page_for_posts', '0', 'yes'), (82, 'page_on_front', '20', 'yes'), (83, 'default_post_format', '0', 'yes'), (84, 'link_manager_enabled', '0', 'yes'), (85, 'finished_splitting_shared_terms', '1', 'yes'), (86, 'site_icon', '490', 'yes'), (87, 'medium_large_size_w', '768', 'yes'), (88, 'medium_large_size_h', '0', 'yes'), (89, 'wp_page_for_privacy_policy', '3', 'yes'), (90, 'show_comments_cookies_opt_in', '1', 'yes'), (91, 'admin_email_lifespan', '1735319794', 'yes'), (92, 'disallowed_keys', '', 'no'), (93, 'comment_previously_approved', '1', 'yes'), (94, 'auto_plugin_theme_update_emails', 'a:2:{s:23:"elementor/elementor.php";s:6:"3.28.0";s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";s:7:"9.3.2.1";}', 'no'), (95, 'auto_update_core_dev', 'enabled', 'yes'), (96, 'auto_update_core_minor', 'enabled', 'yes'), (97, 'auto_update_core_major', 'enabled', 'yes'), (98, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'), (99, 'wp_attachment_pages_enabled', '0', 'yes'), (100, 'initial_db_version', '57155', 'yes'), (101, 'wpxo_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:72:{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:15:"manage_security";b:1;s:21:"view_burst_statistics";b:1;s:23:"manage_burst_statistics";b:1;s:14:"manage_privacy";b:1;s:26:"create_notes_elementor-pro";b:1;s:24:"edit_notes_elementor-pro";b:1;s:26:"delete_notes_elementor-pro";b:1;s:24:"read_notes_elementor-pro";b:1;s:31:"edit_others_notes_elementor-pro";b:1;s:33:"delete_others_notes_elementor-pro";b:1;s:39:"read_others_private_notes_elementor-pro";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:35:{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:21:"view_burst_statistics";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes'), (102, 'fresh_site', '0', 'off'), (103, 'user_count', '1', 'off'), (104, 'widget_block', 'a:6:{i:2;a:1:{s:7:"content";s:19:"<!-- wp:search /-->";}i:3;a:1:{s:7:"content";s:154:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->";}i:4;a:1:{s:7:"content";s:227:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {"displayAvatar":false,"displayDate":false,"displayExcerpt":false} /--></div><!-- /wp:group -->";}i:5;a:1:{s:7:"content";s:146:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->";}i:6;a:1:{s:7:"content";s:150:"<!-- wp:group --><div class="wp-block-group"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->";}s:12:"_multiwidget";i:1;}', 'yes'), (105, 'sidebars_widgets', 'a:9:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:9:"sidebar-2";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}s:14:"search_sidebar";a:0:{}s:10:"footer-one";a:0:{}s:10:"footer-two";a:0:{}s:12:"footer-three";a:0:{}s:11:"footer-four";a:0:{}s:13:"array_version";i:3;}', 'yes'), (106, 'cron', 'a:21:{i:1742517468;a:2:{s:19:"litespeed_task_lqip";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:16:"litespeed_filter";s:4:"args";a:0:{}s:8:"interval";i:60;}}s:27:"litespeed_task_imgoptm_pull";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:16:"litespeed_filter";s:4:"args";a:0:{}s:8:"interval";i:60;}}}i:1742517495;a:1:{s:29:"rsssl_every_five_minutes_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:18:"rsssl_five_minutes";s:4:"args";a:0:{}s:8:"interval";i:300;}}}i:1742519075;a:1:{s:28:"rsssl_every_three_hours_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:23:"rsssl_every_three_hours";s:4:"args";a:0:{}s:8:"interval";i:10800;}}}i:1742519795;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:1742534194;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1742534230;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:1742551475;a:1:{s:20:"rsssl_every_day_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:11:"rsssl_daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1742551652;a:2:{s:20:"cmplz_every_day_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:11:"cmplz_daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:29:"cmplz_every_five_minutes_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:18:"cmplz_five_minutes";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1742552064;a:1:{s:28:"elementor/tracker/send_event";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1742557053;a:1:{s:33:"updraftplus_clean_temporary_files";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1742577394;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:1742577430;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:1742577431;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:1742686707;a:2:{s:14:"updraft_backup";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}s:23:"updraft_backup_database";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1742810360;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:1742810675;a:1:{s:21:"rsssl_every_week_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:12:"rsssl_weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1742810852;a:1:{s:21:"cmplz_every_week_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:12:"cmplz_weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1742836594;a:1:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}i:1743107268;a:1:{s:22:"rsssl_every_month_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:13:"rsssl_monthly";s:4:"args";a:0:{}s:8:"interval";i:2592000;}}}i:1743156452;a:1:{s:22:"cmplz_every_month_hook";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:13:"cmplz_monthly";s:4:"args";a:0:{}s:8:"interval";i:2592000;}}}s:7:"version";i:2;}', 'on'), (107, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (108, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (109, 'widget_archives', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (110, 'widget_media_audio', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (111, 'widget_media_image', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (112, 'widget_media_gallery', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (113, 'widget_media_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (114, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (115, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (116, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (117, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (118, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (119, 'widget_nav_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (120, 'widget_custom_html', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (121, 'recovery_keys', 'a:0:{}', 'off'), (122, 'theme_mods_twentytwentyfour', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1719827967;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";}}}}', 'no'), (123, '_transient_wp_core_block_css_files', 'a:2:{s:7:"version";s:5:"6.5.5";s:5:"files";a:500:{i:0;s:23:"archives/editor-rtl.css";i:1;s:27:"archives/editor-rtl.min.css";i:2;s:19:"archives/editor.css";i:3;s:23:"archives/editor.min.css";i:4;s:22:"archives/style-rtl.css";i:5;s:26:"archives/style-rtl.min.css";i:6;s:18:"archives/style.css";i:7;s:22:"archives/style.min.css";i:8;s:20:"audio/editor-rtl.css";i:9;s:24:"audio/editor-rtl.min.css";i:10;s:16:"audio/editor.css";i:11;s:20:"audio/editor.min.css";i:12;s:19:"audio/style-rtl.css";i:13;s:23:"audio/style-rtl.min.css";i:14;s:15:"audio/style.css";i:15;s:19:"audio/style.min.css";i:16;s:19:"audio/theme-rtl.css";i:17;s:23:"audio/theme-rtl.min.css";i:18;s:15:"audio/theme.css";i:19;s:19:"audio/theme.min.css";i:20;s:21:"avatar/editor-rtl.css";i:21;s:25:"avatar/editor-rtl.min.css";i:22;s:17:"avatar/editor.css";i:23;s:21:"avatar/editor.min.css";i:24;s:20:"avatar/style-rtl.css";i:25;s:24:"avatar/style-rtl.min.css";i:26;s:16:"avatar/style.css";i:27;s:20:"avatar/style.min.css";i:28;s:20:"block/editor-rtl.css";i:29;s:24:"block/editor-rtl.min.css";i:30;s:16:"block/editor.css";i:31;s:20:"block/editor.min.css";i:32;s:21:"button/editor-rtl.css";i:33;s:25:"button/editor-rtl.min.css";i:34;s:17:"button/editor.css";i:35;s:21:"button/editor.min.css";i:36;s:20:"button/style-rtl.css";i:37;s:24:"button/style-rtl.min.css";i:38;s:16:"button/style.css";i:39;s:20:"button/style.min.css";i:40;s:22:"buttons/editor-rtl.css";i:41;s:26:"buttons/editor-rtl.min.css";i:42;s:18:"buttons/editor.css";i:43;s:22:"buttons/editor.min.css";i:44;s:21:"buttons/style-rtl.css";i:45;s:25:"buttons/style-rtl.min.css";i:46;s:17:"buttons/style.css";i:47;s:21:"buttons/style.min.css";i:48;s:22:"calendar/style-rtl.css";i:49;s:26:"calendar/style-rtl.min.css";i:50;s:18:"calendar/style.css";i:51;s:22:"calendar/style.min.css";i:52;s:25:"categories/editor-rtl.css";i:53;s:29:"categories/editor-rtl.min.css";i:54;s:21:"categories/editor.css";i:55;s:25:"categories/editor.min.css";i:56;s:24:"categories/style-rtl.css";i:57;s:28:"categories/style-rtl.min.css";i:58;s:20:"categories/style.css";i:59;s:24:"categories/style.min.css";i:60;s:19:"code/editor-rtl.css";i:61;s:23:"code/editor-rtl.min.css";i:62;s:15:"code/editor.css";i:63;s:19:"code/editor.min.css";i:64;s:18:"code/style-rtl.css";i:65;s:22:"code/style-rtl.min.css";i:66;s:14:"code/style.css";i:67;s:18:"code/style.min.css";i:68;s:18:"code/theme-rtl.css";i:69;s:22:"code/theme-rtl.min.css";i:70;s:14:"code/theme.css";i:71;s:18:"code/theme.min.css";i:72;s:22:"columns/editor-rtl.css";i:73;s:26:"columns/editor-rtl.min.css";i:74;s:18:"columns/editor.css";i:75;s:22:"columns/editor.min.css";i:76;s:21:"columns/style-rtl.css";i:77;s:25:"columns/style-rtl.min.css";i:78;s:17:"columns/style.css";i:79;s:21:"columns/style.min.css";i:80;s:29:"comment-content/style-rtl.css";i:81;s:33:"comment-content/style-rtl.min.css";i:82;s:25:"comment-content/style.css";i:83;s:29:"comment-content/style.min.css";i:84;s:30:"comment-template/style-rtl.css";i:85;s:34:"comment-template/style-rtl.min.css";i:86;s:26:"comment-template/style.css";i:87;s:30:"comment-template/style.min.css";i:88;s:42:"comments-pagination-numbers/editor-rtl.css";i:89;s:46:"comments-pagination-numbers/editor-rtl.min.css";i:90;s:38:"comments-pagination-numbers/editor.css";i:91;s:42:"comments-pagination-numbers/editor.min.css";i:92;s:34:"comments-pagination/editor-rtl.css";i:93;s:38:"comments-pagination/editor-rtl.min.css";i:94;s:30:"comments-pagination/editor.css";i:95;s:34:"comments-pagination/editor.min.css";i:96;s:33:"comments-pagination/style-rtl.css";i:97;s:37:"comments-pagination/style-rtl.min.css";i:98;s:29:"comments-pagination/style.css";i:99;s:33:"comments-pagination/style.min.css";i:100;s:29:"comments-title/editor-rtl.css";i:101;s:33:"comments-title/editor-rtl.min.css";i:102;s:25:"comments-title/editor.css";i:103;s:29:"comments-title/editor.min.css";i:104;s:23:"comments/editor-rtl.css";i:105;s:27:"comments/editor-rtl.min.css";i:106;s:19:"comments/editor.css";i:107;s:23:"comments/editor.min.css";i:108;s:22:"comments/style-rtl.css";i:109;s:26:"comments/style-rtl.min.css";i:110;s:18:"comments/style.css";i:111;s:22:"comments/style.min.css";i:112;s:20:"cover/editor-rtl.css";i:113;s:24:"cover/editor-rtl.min.css";i:114;s:16:"cover/editor.css";i:115;s:20:"cover/editor.min.css";i:116;s:19:"cover/style-rtl.css";i:117;s:23:"cover/style-rtl.min.css";i:118;s:15:"cover/style.css";i:119;s:19:"cover/style.min.css";i:120;s:22:"details/editor-rtl.css";i:121;s:26:"details/editor-rtl.min.css";i:122;s:18:"details/editor.css";i:123;s:22:"details/editor.min.css";i:124;s:21:"details/style-rtl.css";i:125;s:25:"details/style-rtl.min.css";i:126;s:17:"details/style.css";i:127;s:21:"details/style.min.css";i:128;s:20:"embed/editor-rtl.css";i:129;s:24:"embed/editor-rtl.min.css";i:130;s:16:"embed/editor.css";i:131;s:20:"embed/editor.min.css";i:132;s:19:"embed/style-rtl.css";i:133;s:23:"embed/style-rtl.min.css";i:134;s:15:"embed/style.css";i:135;s:19:"embed/style.min.css";i:136;s:19:"embed/theme-rtl.css";i:137;s:23:"embed/theme-rtl.min.css";i:138;s:15:"embed/theme.css";i:139;s:19:"embed/theme.min.css";i:140;s:19:"file/editor-rtl.css";i:141;s:23:"file/editor-rtl.min.css";i:142;s:15:"file/editor.css";i:143;s:19:"file/editor.min.css";i:144;s:18:"file/style-rtl.css";i:145;s:22:"file/style-rtl.min.css";i:146;s:14:"file/style.css";i:147;s:18:"file/style.min.css";i:148;s:23:"footnotes/style-rtl.css";i:149;s:27:"footnotes/style-rtl.min.css";i:150;s:19:"footnotes/style.css";i:151;s:23:"footnotes/style.min.css";i:152;s:23:"freeform/editor-rtl.css";i:153;s:27:"freeform/editor-rtl.min.css";i:154;s:19:"freeform/editor.css";i:155;s:23:"freeform/editor.min.css";i:156;s:22:"gallery/editor-rtl.css";i:157;s:26:"gallery/editor-rtl.min.css";i:158;s:18:"gallery/editor.css";i:159;s:22:"gallery/editor.min.css";i:160;s:21:"gallery/style-rtl.css";i:161;s:25:"gallery/style-rtl.min.css";i:162;s:17:"gallery/style.css";i:163;s:21:"gallery/style.min.css";i:164;s:21:"gallery/theme-rtl.css";i:165;s:25:"gallery/theme-rtl.min.css";i:166;s:17:"gallery/theme.css";i:167;s:21:"gallery/theme.min.css";i:168;s:20:"group/editor-rtl.css";i:169;s:24:"group/editor-rtl.min.css";i:170;s:16:"group/editor.css";i:171;s:20:"group/editor.min.css";i:172;s:19:"group/style-rtl.css";i:173;s:23:"group/style-rtl.min.css";i:174;s:15:"group/style.css";i:175;s:19:"group/style.min.css";i:176;s:19:"group/theme-rtl.css";i:177;s:23:"group/theme-rtl.min.css";i:178;s:15:"group/theme.css";i:179;s:19:"group/theme.min.css";i:180;s:21:"heading/style-rtl.css";i:181;s:25:"heading/style-rtl.min.css";i:182;s:17:"heading/style.css";i:183;s:21:"heading/style.min.css";i:184;s:19:"html/editor-rtl.css";i:185;s:23:"html/editor-rtl.min.css";i:186;s:15:"html/editor.css";i:187;s:19:"html/editor.min.css";i:188;s:20:"image/editor-rtl.css";i:189;s:24:"image/editor-rtl.min.css";i:190;s:16:"image/editor.css";i:191;s:20:"image/editor.min.css";i:192;s:19:"image/style-rtl.css";i:193;s:23:"image/style-rtl.min.css";i:194;s:15:"image/style.css";i:195;s:19:"image/style.min.css";i:196;s:19:"image/theme-rtl.css";i:197;s:23:"image/theme-rtl.min.css";i:198;s:15:"image/theme.css";i:199;s:19:"image/theme.min.css";i:200;s:29:"latest-comments/style-rtl.css";i:201;s:33:"latest-comments/style-rtl.min.css";i:202;s:25:"latest-comments/style.css";i:203;s:29:"latest-comments/style.min.css";i:204;s:27:"latest-posts/editor-rtl.css";i:205;s:31:"latest-posts/editor-rtl.min.css";i:206;s:23:"latest-posts/editor.css";i:207;s:27:"latest-posts/editor.min.css";i:208;s:26:"latest-posts/style-rtl.css";i:209;s:30:"latest-posts/style-rtl.min.css";i:210;s:22:"latest-posts/style.css";i:211;s:26:"latest-posts/style.min.css";i:212;s:18:"list/style-rtl.css";i:213;s:22:"list/style-rtl.min.css";i:214;s:14:"list/style.css";i:215;s:18:"list/style.min.css";i:216;s:25:"media-text/editor-rtl.css";i:217;s:29:"media-text/editor-rtl.min.css";i:218;s:21:"media-text/editor.css";i:219;s:25:"media-text/editor.min.css";i:220;s:24:"media-text/style-rtl.css";i:221;s:28:"media-text/style-rtl.min.css";i:222;s:20:"media-text/style.css";i:223;s:24:"media-text/style.min.css";i:224;s:19:"more/editor-rtl.css";i:225;s:23:"more/editor-rtl.min.css";i:226;s:15:"more/editor.css";i:227;s:19:"more/editor.min.css";i:228;s:30:"navigation-link/editor-rtl.css";i:229;s:34:"navigation-link/editor-rtl.min.css";i:230;s:26:"navigation-link/editor.css";i:231;s:30:"navigation-link/editor.min.css";i:232;s:29:"navigation-link/style-rtl.css";i:233;s:33:"navigation-link/style-rtl.min.css";i:234;s:25:"navigation-link/style.css";i:235;s:29:"navigation-link/style.min.css";i:236;s:33:"navigation-submenu/editor-rtl.css";i:237;s:37:"navigation-submenu/editor-rtl.min.css";i:238;s:29:"navigation-submenu/editor.css";i:239;s:33:"navigation-submenu/editor.min.css";i:240;s:25:"navigation/editor-rtl.css";i:241;s:29:"navigation/editor-rtl.min.css";i:242;s:21:"navigation/editor.css";i:243;s:25:"navigation/editor.min.css";i:244;s:24:"navigation/style-rtl.css";i:245;s:28:"navigation/style-rtl.min.css";i:246;s:20:"navigation/style.css";i:247;s:24:"navigation/style.min.css";i:248;s:23:"nextpage/editor-rtl.css";i:249;s:27:"nextpage/editor-rtl.min.css";i:250;s:19:"nextpage/editor.css";i:251;s:23:"nextpage/editor.min.css";i:252;s:24:"page-list/editor-rtl.css";i:253;s:28:"page-list/editor-rtl.min.css";i:254;s:20:"page-list/editor.css";i:255;s:24:"page-list/editor.min.css";i:256;s:23:"page-list/style-rtl.css";i:257;s:27:"page-list/style-rtl.min.css";i:258;s:19:"page-list/style.css";i:259;s:23:"page-list/style.min.css";i:260;s:24:"paragraph/editor-rtl.css";i:261;s:28:"paragraph/editor-rtl.min.css";i:262;s:20:"paragraph/editor.css";i:263;s:24:"paragraph/editor.min.css";i:264;s:23:"paragraph/style-rtl.css";i:265;s:27:"paragraph/style-rtl.min.css";i:266;s:19:"paragraph/style.css";i:267;s:23:"paragraph/style.min.css";i:268;s:25:"post-author/style-rtl.css";i:269;s:29:"post-author/style-rtl.min.css";i:270;s:21:"post-author/style.css";i:271;s:25:"post-author/style.min.css";i:272;s:33:"post-comments-form/editor-rtl.css";i:273;s:37:"post-comments-form/editor-rtl.min.css";i:274;s:29:"post-comments-form/editor.css";i:275;s:33:"post-comments-form/editor.min.css";i:276;s:32:"post-comments-form/style-rtl.css";i:277;s:36:"post-comments-form/style-rtl.min.css";i:278;s:28:"post-comments-form/style.css";i:279;s:32:"post-comments-form/style.min.css";i:280;s:27:"post-content/editor-rtl.css";i:281;s:31:"post-content/editor-rtl.min.css";i:282;s:23:"post-content/editor.css";i:283;s:27:"post-content/editor.min.css";i:284;s:23:"post-date/style-rtl.css";i:285;s:27:"post-date/style-rtl.min.css";i:286;s:19:"post-date/style.css";i:287;s:23:"post-date/style.min.css";i:288;s:27:"post-excerpt/editor-rtl.css";i:289;s:31:"post-excerpt/editor-rtl.min.css";i:290;s:23:"post-excerpt/editor.css";i:291;s:27:"post-excerpt/editor.min.css";i:292;s:26:"post-excerpt/style-rtl.css";i:293;s:30:"post-excerpt/style-rtl.min.css";i:294;s:22:"post-excerpt/style.css";i:295;s:26:"post-excerpt/style.min.css";i:296;s:34:"post-featured-image/editor-rtl.css";i:297;s:38:"post-featured-image/editor-rtl.min.css";i:298;s:30:"post-featured-image/editor.css";i:299;s:34:"post-featured-image/editor.min.css";i:300;s:33:"post-featured-image/style-rtl.css";i:301;s:37:"post-featured-image/style-rtl.min.css";i:302;s:29:"post-featured-image/style.css";i:303;s:33:"post-featured-image/style.min.css";i:304;s:34:"post-navigation-link/style-rtl.css";i:305;s:38:"post-navigation-link/style-rtl.min.css";i:306;s:30:"post-navigation-link/style.css";i:307;s:34:"post-navigation-link/style.min.css";i:308;s:28:"post-template/editor-rtl.css";i:309;s:32:"post-template/editor-rtl.min.css";i:310;s:24:"post-template/editor.css";i:311;s:28:"post-template/editor.min.css";i:312;s:27:"post-template/style-rtl.css";i:313;s:31:"post-template/style-rtl.min.css";i:314;s:23:"post-template/style.css";i:315;s:27:"post-template/style.min.css";i:316;s:24:"post-terms/style-rtl.css";i:317;s:28:"post-terms/style-rtl.min.css";i:318;s:20:"post-terms/style.css";i:319;s:24:"post-terms/style.min.css";i:320;s:24:"post-title/style-rtl.css";i:321;s:28:"post-title/style-rtl.min.css";i:322;s:20:"post-title/style.css";i:323;s:24:"post-title/style.min.css";i:324;s:26:"preformatted/style-rtl.css";i:325;s:30:"preformatted/style-rtl.min.css";i:326;s:22:"preformatted/style.css";i:327;s:26:"preformatted/style.min.css";i:328;s:24:"pullquote/editor-rtl.css";i:329;s:28:"pullquote/editor-rtl.min.css";i:330;s:20:"pullquote/editor.css";i:331;s:24:"pullquote/editor.min.css";i:332;s:23:"pullquote/style-rtl.css";i:333;s:27:"pullquote/style-rtl.min.css";i:334;s:19:"pullquote/style.css";i:335;s:23:"pullquote/style.min.css";i:336;s:23:"pullquote/theme-rtl.css";i:337;s:27:"pullquote/theme-rtl.min.css";i:338;s:19:"pullquote/theme.css";i:339;s:23:"pullquote/theme.min.css";i:340;s:39:"query-pagination-numbers/editor-rtl.css";i:341;s:43:"query-pagination-numbers/editor-rtl.min.css";i:342;s:35:"query-pagination-numbers/editor.css";i:343;s:39:"query-pagination-numbers/editor.min.css";i:344;s:31:"query-pagination/editor-rtl.css";i:345;s:35:"query-pagination/editor-rtl.min.css";i:346;s:27:"query-pagination/editor.css";i:347;s:31:"query-pagination/editor.min.css";i:348;s:30:"query-pagination/style-rtl.css";i:349;s:34:"query-pagination/style-rtl.min.css";i:350;s:26:"query-pagination/style.css";i:351;s:30:"query-pagination/style.min.css";i:352;s:25:"query-title/style-rtl.css";i:353;s:29:"query-title/style-rtl.min.css";i:354;s:21:"query-title/style.css";i:355;s:25:"query-title/style.min.css";i:356;s:20:"query/editor-rtl.css";i:357;s:24:"query/editor-rtl.min.css";i:358;s:16:"query/editor.css";i:359;s:20:"query/editor.min.css";i:360;s:19:"quote/style-rtl.css";i:361;s:23:"quote/style-rtl.min.css";i:362;s:15:"quote/style.css";i:363;s:19:"quote/style.min.css";i:364;s:19:"quote/theme-rtl.css";i:365;s:23:"quote/theme-rtl.min.css";i:366;s:15:"quote/theme.css";i:367;s:19:"quote/theme.min.css";i:368;s:23:"read-more/style-rtl.css";i:369;s:27:"read-more/style-rtl.min.css";i:370;s:19:"read-more/style.css";i:371;s:23:"read-more/style.min.css";i:372;s:18:"rss/editor-rtl.css";i:373;s:22:"rss/editor-rtl.min.css";i:374;s:14:"rss/editor.css";i:375;s:18:"rss/editor.min.css";i:376;s:17:"rss/style-rtl.css";i:377;s:21:"rss/style-rtl.min.css";i:378;s:13:"rss/style.css";i:379;s:17:"rss/style.min.css";i:380;s:21:"search/editor-rtl.css";i:381;s:25:"search/editor-rtl.min.css";i:382;s:17:"search/editor.css";i:383;s:21:"search/editor.min.css";i:384;s:20:"search/style-rtl.css";i:385;s:24:"search/style-rtl.min.css";i:386;s:16:"search/style.css";i:387;s:20:"search/style.min.css";i:388;s:20:"search/theme-rtl.css";i:389;s:24:"search/theme-rtl.min.css";i:390;s:16:"search/theme.css";i:391;s:20:"search/theme.min.css";i:392;s:24:"separator/editor-rtl.css";i:393;s:28:"separator/editor-rtl.min.css";i:394;s:20:"separator/editor.css";i:395;s:24:"separator/editor.min.css";i:396;s:23:"separator/style-rtl.css";i:397;s:27:"separator/style-rtl.min.css";i:398;s:19:"separator/style.css";i:399;s:23:"separator/style.min.css";i:400;s:23:"separator/theme-rtl.css";i:401;s:27:"separator/theme-rtl.min.css";i:402;s:19:"separator/theme.css";i:403;s:23:"separator/theme.min.css";i:404;s:24:"shortcode/editor-rtl.css";i:405;s:28:"shortcode/editor-rtl.min.css";i:406;s:20:"shortcode/editor.css";i:407;s:24:"shortcode/editor.min.css";i:408;s:24:"site-logo/editor-rtl.css";i:409;s:28:"site-logo/editor-rtl.min.css";i:410;s:20:"site-logo/editor.css";i:411;s:24:"site-logo/editor.min.css";i:412;s:23:"site-logo/style-rtl.css";i:413;s:27:"site-logo/style-rtl.min.css";i:414;s:19:"site-logo/style.css";i:415;s:23:"site-logo/style.min.css";i:416;s:27:"site-tagline/editor-rtl.css";i:417;s:31:"site-tagline/editor-rtl.min.css";i:418;s:23:"site-tagline/editor.css";i:419;s:27:"site-tagline/editor.min.css";i:420;s:25:"site-title/editor-rtl.css";i:421;s:29:"site-title/editor-rtl.min.css";i:422;s:21:"site-title/editor.css";i:423;s:25:"site-title/editor.min.css";i:424;s:24:"site-title/style-rtl.css";i:425;s:28:"site-title/style-rtl.min.css";i:426;s:20:"site-title/style.css";i:427;s:24:"site-title/style.min.css";i:428;s:26:"social-link/editor-rtl.css";i:429;s:30:"social-link/editor-rtl.min.css";i:430;s:22:"social-link/editor.css";i:431;s:26:"social-link/editor.min.css";i:432;s:27:"social-links/editor-rtl.css";i:433;s:31:"social-links/editor-rtl.min.css";i:434;s:23:"social-links/editor.css";i:435;s:27:"social-links/editor.min.css";i:436;s:26:"social-links/style-rtl.css";i:437;s:30:"social-links/style-rtl.min.css";i:438;s:22:"social-links/style.css";i:439;s:26:"social-links/style.min.css";i:440;s:21:"spacer/editor-rtl.css";i:441;s:25:"spacer/editor-rtl.min.css";i:442;s:17:"spacer/editor.css";i:443;s:21:"spacer/editor.min.css";i:444;s:20:"spacer/style-rtl.css";i:445;s:24:"spacer/style-rtl.min.css";i:446;s:16:"spacer/style.css";i:447;s:20:"spacer/style.min.css";i:448;s:20:"table/editor-rtl.css";i:449;s:24:"table/editor-rtl.min.css";i:450;s:16:"table/editor.css";i:451;s:20:"table/editor.min.css";i:452;s:19:"table/style-rtl.css";i:453;s:23:"table/style-rtl.min.css";i:454;s:15:"table/style.css";i:455;s:19:"table/style.min.css";i:456;s:19:"table/theme-rtl.css";i:457;s:23:"table/theme-rtl.min.css";i:458;s:15:"table/theme.css";i:459;s:19:"table/theme.min.css";i:460;s:23:"tag-cloud/style-rtl.css";i:461;s:27:"tag-cloud/style-rtl.min.css";i:462;s:19:"tag-cloud/style.css";i:463;s:23:"tag-cloud/style.min.css";i:464;s:28:"template-part/editor-rtl.css";i:465;s:32:"template-part/editor-rtl.min.css";i:466;s:24:"template-part/editor.css";i:467;s:28:"template-part/editor.min.css";i:468;s:27:"template-part/theme-rtl.css";i:469;s:31:"template-part/theme-rtl.min.css";i:470;s:23:"template-part/theme.css";i:471;s:27:"template-part/theme.min.css";i:472;s:30:"term-description/style-rtl.css";i:473;s:34:"term-description/style-rtl.min.css";i:474;s:26:"term-description/style.css";i:475;s:30:"term-description/style.min.css";i:476;s:27:"text-columns/editor-rtl.css";i:477;s:31:"text-columns/editor-rtl.min.css";i:478;s:23:"text-columns/editor.css";i:479;s:27:"text-columns/editor.min.css";i:480;s:26:"text-columns/style-rtl.css";i:481;s:30:"text-columns/style-rtl.min.css";i:482;s:22:"text-columns/style.css";i:483;s:26:"text-columns/style.min.css";i:484;s:19:"verse/style-rtl.css";i:485;s:23:"verse/style-rtl.min.css";i:486;s:15:"verse/style.css";i:487;s:19:"verse/style.min.css";i:488;s:20:"video/editor-rtl.css";i:489;s:24:"video/editor-rtl.min.css";i:490;s:16:"video/editor.css";i:491;s:20:"video/editor.min.css";i:492;s:19:"video/style-rtl.css";i:493;s:23:"video/style-rtl.min.css";i:494;s:15:"video/style.css";i:495;s:19:"video/style.min.css";i:496;s:19:"video/theme-rtl.css";i:497;s:23:"video/theme-rtl.min.css";i:498;s:15:"video/theme.css";i:499;s:19:"video/theme.min.css";}}', 'yes'), (151, 'finished_updating_comment_type', '1', 'yes'), (152, 'litespeed.conf.__activation', '-1', 'yes'), (153, 'litespeed.cloud._summary', '{"curr_request.ver":0,"last_request.ver":1721522343,"news.utime":1729782086,"curr_request.news":0,"last_request.news":1729782086,"curr_request.ver_check":0,"last_request.ver_check":1742328099,"ips_ts":1735099558,"ips_ts_runner":1735099558,"ips":["102.221.36.98","103.106.229.82","103.106.229.94","103.146.63.42","103.152.118.219","103.152.118.72","103.164.203.163","103.188.22.12","103.28.90.190","103.75.117.169","104.225.142.116","104.244.77.37","108.61.158.223","109.248.43.195","135.148.120.32","136.243.106.228","139.84.230.39","141.164.38.65","145.239.252.65","146.88.239.197","147.78.0.165","147.78.3.13","147.78.3.161","149.248.44.108","149.28.136.245","149.28.47.113","149.28.85.239","152.228.171.66","152.53.36.14","152.53.38.14","155.138.221.81","156.67.218.140","157.90.154.114","158.51.123.249","162.254.117.80","162.254.118.29","163.182.174.161","163.47.21.168","164.52.202.100","167.71.185.204","167.88.61.211","170.249.218.98","178.17.171.177","178.22.124.247","178.22.124.251","178.255.220.12","18.192.146.200","185.116.60.231","185.116.60.232","185.126.237.51","185.212.169.91","185.228.26.40","185.53.57.40","185.53.57.89","188.172.228.182","188.172.229.113","188.64.184.71","190.92.176.5","191.96.101.140","192.248.156.201","192.99.38.117","193.203.191.189","194.163.134.104","194.36.144.221","195.231.17.141","198.38.89.73","199.59.247.242","201.182.97.70","202.182.123.93","202.61.226.253","204.10.163.237","209.124.84.191","209.208.26.218","211.23.143.87","213.159.1.75","213.183.48.170","213.184.85.245","216.238.106.164","216.238.71.13","23.95.73.167","27.131.75.41","31.131.4.244","31.22.115.186","31.40.212.152","34.247.229.180","34.249.110.197","38.101.149.196","38.114.121.40","38.54.30.228","38.54.42.235","38.54.79.187","38.60.253.237","41.185.29.210","41.223.52.170","45.124.65.86","45.132.244.92","45.248.77.61","45.32.123.201","45.32.169.55","45.32.183.112","45.32.210.159","45.32.67.144","45.32.77.223","45.63.67.181","45.76.252.131","45.77.148.74","45.77.233.177","46.250.220.133","49.12.102.29","5.134.119.103","5.134.119.194","5.188.183.13","5.189.146.228","51.81.186.219","51.81.33.156","54.246.224.74","54.36.103.97","61.219.247.87","61.219.247.90","64.176.4.251","64.227.16.93","64.31.63.160","65.108.104.232","65.20.75.178","65.21.81.50","65.21.81.51","66.42.124.101","67.219.99.102","69.50.95.216","70.34.205.229","79.172.239.249","81.31.156.245","81.31.156.246","83.229.71.151","86.105.14.231","86.105.14.232","89.58.38.4","91.148.135.53","91.201.67.57","91.228.7.67","92.118.205.75","93.95.227.66","94.75.232.90","95.179.133.28","95.216.116.209"]}', 'yes'), (155, 'litespeed.conf.hash', 'KBDAnQW2iGGGJPFdNO9fI7qW07J7LjiV', 'yes'), (156, 'litespeed.conf.auto_upgrade', '', 'yes'), (157, 'litespeed.conf.api_key', '', 'yes'), (158, 'litespeed.conf.server_ip', '', 'yes'), (159, 'litespeed.conf.guest', '', 'yes'), (160, 'litespeed.conf.guest_optm', '', 'yes'), (161, 'litespeed.conf.news', '1', 'yes'), (162, 'litespeed.conf.guest_uas', '["Lighthouse","GTmetrix","Google","Pingdom","bot","spider","PTST","HeadlessChrome"]', 'yes'), (163, 'litespeed.conf.guest_ips', '["208.70.247.157","172.255.48.130","172.255.48.131","172.255.48.132","172.255.48.133","172.255.48.134","172.255.48.135","172.255.48.136","172.255.48.137","172.255.48.138","172.255.48.139","172.255.48.140","172.255.48.141","172.255.48.142","172.255.48.143","172.255.48.144","172.255.48.145","172.255.48.146","172.255.48.147","52.229.122.240","104.214.72.101","13.66.7.11","13.85.24.83","13.85.24.90","13.85.82.26","40.74.242.253","40.74.243.13","40.74.243.176","104.214.48.247","157.55.189.189","104.214.110.135","70.37.83.240","65.52.36.250","13.78.216.56","52.162.212.163","23.96.34.105","65.52.113.236","172.255.61.34","172.255.61.35","172.255.61.36","172.255.61.37","172.255.61.38","172.255.61.39","172.255.61.40","104.41.2.19","191.235.98.164","191.235.99.221","191.232.194.51","52.237.235.185","52.237.250.73","52.237.236.145","104.211.143.8","104.211.165.53","52.172.14.87","40.83.89.214","52.175.57.81","20.188.63.151","20.52.36.49","52.246.165.153","51.144.102.233","13.76.97.224","102.133.169.66","52.231.199.170","13.53.162.7","40.123.218.94"]', 'yes'), (164, 'litespeed.conf.cache', '1', 'yes'), (165, 'litespeed.conf.cache-priv', '1', 'yes'), (166, 'litespeed.conf.cache-commenter', '1', 'yes'), (167, 'litespeed.conf.cache-rest', '1', 'yes'), (168, 'litespeed.conf.cache-page_login', '1', 'yes'), (169, 'litespeed.conf.cache-resources', '1', 'yes'), (170, 'litespeed.conf.cache-mobile', '', 'yes'), (171, 'litespeed.conf.cache-mobile_rules', '["Mobile","Android","Silk\\/","Kindle","BlackBerry","Opera Mini","Opera Mobi"]', 'yes'), (172, 'litespeed.conf.cache-browser', '', 'yes'), (173, 'litespeed.conf.cache-exc_useragents', '[]', 'yes'), (174, 'litespeed.conf.cache-exc_cookies', '[]', 'yes'), (175, 'litespeed.conf.cache-exc_qs', '[]', 'yes'), (176, 'litespeed.conf.cache-exc_cat', '[]', 'yes'), (177, 'litespeed.conf.cache-exc_tag', '[]', 'yes'), (178, 'litespeed.conf.cache-force_uri', '[]', 'yes'), (179, 'litespeed.conf.cache-force_pub_uri', '[]', 'yes'), (180, 'litespeed.conf.cache-priv_uri', '[]', 'yes'); INSERT INTO `wpxo_options` VALUES (181, 'litespeed.conf.cache-exc', '[]', 'yes'), (182, 'litespeed.conf.cache-exc_roles', '[]', 'yes'), (183, 'litespeed.conf.cache-drop_qs', '["fbclid","gclid","utm*","_ga"]', 'yes'), (184, 'litespeed.conf.cache-ttl_pub', '604800', 'yes'), (185, 'litespeed.conf.cache-ttl_priv', '1800', 'yes'), (186, 'litespeed.conf.cache-ttl_frontpage', '604800', 'yes'), (187, 'litespeed.conf.cache-ttl_feed', '604800', 'yes'), (188, 'litespeed.conf.cache-ttl_rest', '604800', 'yes'), (189, 'litespeed.conf.cache-ttl_browser', '31557600', 'yes'), (190, 'litespeed.conf.cache-ttl_status', '["404 3600","500 600"]', 'yes'), (191, 'litespeed.conf.cache-login_cookie', '', 'yes'), (192, 'litespeed.conf.cache-vary_cookies', '[]', 'yes'), (193, 'litespeed.conf.cache-vary_group', '[]', 'yes'), (194, 'litespeed.conf.purge-upgrade', '1', 'yes'), (195, 'litespeed.conf.purge-stale', '', 'yes'), (196, 'litespeed.conf.purge-post_all', '', 'yes'), (197, 'litespeed.conf.purge-post_f', '1', 'yes'), (198, 'litespeed.conf.purge-post_h', '1', 'yes'), (199, 'litespeed.conf.purge-post_p', '1', 'yes'), (200, 'litespeed.conf.purge-post_pwrp', '1', 'yes'), (201, 'litespeed.conf.purge-post_a', '1', 'yes'), (202, 'litespeed.conf.purge-post_y', '', 'yes'), (203, 'litespeed.conf.purge-post_m', '1', 'yes'), (204, 'litespeed.conf.purge-post_d', '', 'yes'), (205, 'litespeed.conf.purge-post_t', '1', 'yes'), (206, 'litespeed.conf.purge-post_pt', '1', 'yes'), (207, 'litespeed.conf.purge-timed_urls', '[]', 'yes'), (208, 'litespeed.conf.purge-timed_urls_time', '', 'yes'), (209, 'litespeed.conf.purge-hook_all', '["switch_theme","wp_create_nav_menu","wp_update_nav_menu","wp_delete_nav_menu","create_term","edit_terms","delete_term","add_link","edit_link","delete_link"]', 'yes'), (210, 'litespeed.conf.esi', '', 'yes'), (211, 'litespeed.conf.esi-cache_admbar', '1', 'yes'), (212, 'litespeed.conf.esi-cache_commform', '1', 'yes'), (213, 'litespeed.conf.esi-nonce', '["stats_nonce","subscribe_nonce"]', 'yes'), (214, 'litespeed.conf.util-instant_click', '', 'yes'), (215, 'litespeed.conf.util-no_https_vary', '', 'yes'), (216, 'litespeed.conf.debug-disable_all', '', 'yes'), (217, 'litespeed.conf.debug', '', 'yes'), (218, 'litespeed.conf.debug-ips', '["127.0.0.1"]', 'yes'), (219, 'litespeed.conf.debug-level', '', 'yes'), (220, 'litespeed.conf.debug-filesize', '3', 'yes'), (221, 'litespeed.conf.debug-cookie', '', 'yes'), (222, 'litespeed.conf.debug-collaps_qs', '', 'yes'), (223, 'litespeed.conf.debug-inc', '[]', 'yes'), (224, 'litespeed.conf.debug-exc', '[]', 'yes'), (225, 'litespeed.conf.debug-exc_strings', '[]', 'yes'), (226, 'litespeed.conf.db_optm-revisions_max', '0', 'yes'), (227, 'litespeed.conf.db_optm-revisions_age', '0', 'yes'), (228, 'litespeed.conf.optm-css_min', '', 'yes'), (229, 'litespeed.conf.optm-css_comb', '', 'yes'), (230, 'litespeed.conf.optm-css_comb_ext_inl', '1', 'yes'), (231, 'litespeed.conf.optm-ucss', '', 'yes'), (232, 'litespeed.conf.optm-ucss_inline', '', 'yes'), (233, 'litespeed.conf.optm-ucss_whitelist', '[]', 'yes'), (234, 'litespeed.conf.optm-ucss_file_exc_inline', '[]', 'yes'), (235, 'litespeed.conf.optm-ucss_exc', '[]', 'yes'), (236, 'litespeed.conf.optm-css_exc', '[]', 'yes'), (237, 'litespeed.conf.optm-js_min', '', 'yes'), (238, 'litespeed.conf.optm-js_comb', '', 'yes'), (239, 'litespeed.conf.optm-js_comb_ext_inl', '1', 'yes'), (240, 'litespeed.conf.optm-js_delay_inc', '[]', 'yes'), (241, 'litespeed.conf.optm-js_exc', '["jquery.js","jquery.min.js"]', 'yes'), (242, 'litespeed.conf.optm-html_min', '', 'yes'), (243, 'litespeed.conf.optm-html_lazy', '[]', 'yes'), (244, 'litespeed.conf.optm-qs_rm', '', 'yes'), (245, 'litespeed.conf.optm-ggfonts_rm', '', 'yes'), (246, 'litespeed.conf.optm-css_async', '', 'yes'), (247, 'litespeed.conf.optm-ccss_per_url', '', 'yes'), (248, 'litespeed.conf.optm-ccss_sep_posttype', '["page"]', 'yes'), (249, 'litespeed.conf.optm-ccss_sep_uri', '[]', 'yes'), (250, 'litespeed.conf.optm-css_async_inline', '1', 'yes'), (251, 'litespeed.conf.optm-css_font_display', '', 'yes'), (252, 'litespeed.conf.optm-js_defer', '', 'yes'), (253, 'litespeed.conf.optm-emoji_rm', '', 'yes'), (254, 'litespeed.conf.optm-noscript_rm', '', 'yes'), (255, 'litespeed.conf.optm-ggfonts_async', '', 'yes'), (256, 'litespeed.conf.optm-exc_roles', '[]', 'yes'), (257, 'litespeed.conf.optm-ccss_con', '', 'yes'), (258, 'litespeed.conf.optm-js_defer_exc', '["jquery.js","jquery.min.js","gtm.js","analytics.js"]', 'yes'), (259, 'litespeed.conf.optm-gm_js_exc', '[]', 'yes'), (260, 'litespeed.conf.optm-dns_prefetch', '[]', 'yes'), (261, 'litespeed.conf.optm-dns_prefetch_ctrl', '', 'yes'), (262, 'litespeed.conf.optm-dns_preconnect', '[]', 'yes'), (263, 'litespeed.conf.optm-exc', '[]', 'yes'), (264, 'litespeed.conf.optm-guest_only', '1', 'yes'), (265, 'litespeed.conf.object', '', 'yes'), (266, 'litespeed.conf.object-kind', '', 'yes'), (267, 'litespeed.conf.object-host', 'localhost', 'yes'), (268, 'litespeed.conf.object-port', '11211', 'yes'), (269, 'litespeed.conf.object-life', '360', 'yes'), (270, 'litespeed.conf.object-persistent', '1', 'yes'), (271, 'litespeed.conf.object-admin', '1', 'yes'), (272, 'litespeed.conf.object-transients', '1', 'yes'), (273, 'litespeed.conf.object-db_id', '0', 'yes'), (274, 'litespeed.conf.object-user', '', 'yes'), (275, 'litespeed.conf.object-pswd', '', 'yes'), (276, 'litespeed.conf.object-global_groups', '["users","userlogins","useremail","userslugs","usermeta","user_meta","site-transient","site-options","site-lookup","site-details","blog-lookup","blog-details","blog-id-cache","rss","global-posts","global-cache-test"]', 'yes'), (277, 'litespeed.conf.object-non_persistent_groups', '["comment","counts","plugins","wc_session_id"]', 'yes'), (278, 'litespeed.conf.discuss-avatar_cache', '', 'yes'), (279, 'litespeed.conf.discuss-avatar_cron', '', 'yes'), (280, 'litespeed.conf.discuss-avatar_cache_ttl', '604800', 'yes'), (281, 'litespeed.conf.optm-localize', '', 'yes'), (282, 'litespeed.conf.optm-localize_domains', '["### Popular scripts ###","https:\\/\\/platform.twitter.com\\/widgets.js","https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js"]', 'yes'), (283, 'litespeed.conf.media-lazy', '', 'yes'), (284, 'litespeed.conf.media-lazy_placeholder', '', 'yes'), (285, 'litespeed.conf.media-placeholder_resp', '', 'yes'), (286, 'litespeed.conf.media-placeholder_resp_color', '#cfd4db', 'yes'), (287, 'litespeed.conf.media-placeholder_resp_svg', '<svg xmlns="http://www.w3.org/2000/svg" width="{width}" height="{height}" viewBox="0 0 {width} {height}"><rect width="100%" height="100%" style="fill:{color};fill-opacity: 0.1;"/></svg>', 'yes'), (288, 'litespeed.conf.media-lqip', '', 'yes'), (289, 'litespeed.conf.media-lqip_qual', '4', 'yes'), (290, 'litespeed.conf.media-lqip_min_w', '150', 'yes'), (291, 'litespeed.conf.media-lqip_min_h', '150', 'yes'), (292, 'litespeed.conf.media-placeholder_resp_async', '1', 'yes'), (293, 'litespeed.conf.media-iframe_lazy', '', 'yes'), (294, 'litespeed.conf.media-add_missing_sizes', '', 'yes'), (295, 'litespeed.conf.media-lazy_exc', '[]', 'yes'), (296, 'litespeed.conf.media-lazy_cls_exc', '["wmu-preview-img"]', 'yes'), (297, 'litespeed.conf.media-lazy_parent_cls_exc', '[]', 'yes'), (298, 'litespeed.conf.media-iframe_lazy_cls_exc', '[]', 'yes'), (299, 'litespeed.conf.media-iframe_lazy_parent_cls_exc', '[]', 'yes'), (300, 'litespeed.conf.media-lazy_uri_exc', '[]', 'yes'), (301, 'litespeed.conf.media-lqip_exc', '[]', 'yes'), (302, 'litespeed.conf.media-vpi', '', 'yes'), (303, 'litespeed.conf.media-vpi_cron', '', 'yes'), (304, 'litespeed.conf.img_optm-auto', '', 'yes'), (305, 'litespeed.conf.img_optm-cron', '1', 'yes'), (306, 'litespeed.conf.img_optm-ori', '1', 'yes'), (307, 'litespeed.conf.img_optm-rm_bkup', '', 'yes'), (308, 'litespeed.conf.img_optm-webp', '', 'yes'), (309, 'litespeed.conf.img_optm-lossless', '', 'yes'), (310, 'litespeed.conf.img_optm-exif', '1', 'yes'), (311, 'litespeed.conf.img_optm-webp_attr', '["img.src","div.data-thumb","img.data-src","img.data-lazyload","div.data-large_image","img.retina_logo_url","div.data-parallax-image","div.data-vc-parallax-image","video.poster"]', 'yes'), (312, 'litespeed.conf.img_optm-webp_replace_srcset', '', 'yes'), (313, 'litespeed.conf.img_optm-jpg_quality', '82', 'yes'), (314, 'litespeed.conf.crawler', '', 'yes'), (315, 'litespeed.conf.crawler-usleep', '500', 'yes'), (316, 'litespeed.conf.crawler-run_duration', '400', 'yes'), (317, 'litespeed.conf.crawler-run_interval', '600', 'yes'), (318, 'litespeed.conf.crawler-crawl_interval', '302400', 'yes'), (319, 'litespeed.conf.crawler-threads', '3', 'yes'), (320, 'litespeed.conf.crawler-timeout', '30', 'yes'), (321, 'litespeed.conf.crawler-load_limit', '1', 'yes'), (322, 'litespeed.conf.crawler-sitemap', '', 'yes'), (323, 'litespeed.conf.crawler-drop_domain', '1', 'yes'), (324, 'litespeed.conf.crawler-map_timeout', '120', 'yes'), (325, 'litespeed.conf.crawler-roles', '[]', 'yes'), (326, 'litespeed.conf.crawler-cookies', '[]', 'yes'), (327, 'litespeed.conf.misc-heartbeat_front', '', 'yes'), (328, 'litespeed.conf.misc-heartbeat_front_ttl', '60', 'yes'), (329, 'litespeed.conf.misc-heartbeat_back', '', 'yes'), (330, 'litespeed.conf.misc-heartbeat_back_ttl', '60', 'yes'), (331, 'litespeed.conf.misc-heartbeat_editor', '', 'yes'), (332, 'litespeed.conf.misc-heartbeat_editor_ttl', '15', 'yes'), (333, 'litespeed.conf.cdn', '', 'yes'), (334, 'litespeed.conf.cdn-ori', '[]', 'yes'), (335, 'litespeed.conf.cdn-ori_dir', '["wp-content","wp-includes"]', 'yes'), (336, 'litespeed.conf.cdn-exc', '[]', 'yes'), (337, 'litespeed.conf.cdn-quic', '', 'yes'), (338, 'litespeed.conf.cdn-cloudflare', '', 'yes'), (339, 'litespeed.conf.cdn-cloudflare_email', '', 'yes'), (340, 'litespeed.conf.cdn-cloudflare_key', '', 'yes'), (341, 'litespeed.conf.cdn-cloudflare_name', '', 'yes'), (342, 'litespeed.conf.cdn-cloudflare_zone', '', 'yes'), (343, 'litespeed.conf.cdn-mapping', '[{"url":"","inc_img":"1","inc_css":"1","inc_js":"1","filetype":[".aac",".css",".eot",".gif",".jpeg",".jpg",".js",".less",".mp3",".mp4",".ogg",".otf",".pdf",".png",".svg",".ttf",".webp",".woff",".woff2"]}]', 'yes'), (344, 'litespeed.conf.cdn-attr', '[".src",".data-src",".href",".poster","source.srcset"]', 'yes'), (345, 'litespeed.conf.qc-token', '', 'yes'), (346, 'litespeed.conf.qc-nameservers', '', 'yes'), (347, 'litespeed.purge.queue', '-1', 'yes'), (348, 'litespeed.purge.queue2', '-1', 'yes'), (355, 'category_children', 'a:0:{}', 'yes'), (360, 'litespeed.optimize.timestamp_purge_css', '1742324524', 'yes'), (361, 'litespeed.gui.lscwp_whm_install', '-1', 'yes'), (374, 'litespeed.gui.dismiss', '-1', 'yes'), (375, 'litespeed.gui._summary', '{"new_version":1720432693,"score":1721037493,"new_version.last_check":1730298243,"new_version.v":"6.4.1"}', 'yes'), (376, 'litespeed.data.upgrading', '-1', 'yes'), (377, 'litespeed.admin_display.messages', '["<div class=\\"litespeed_icon notice notice-success is-dismissible\\"><p>Purged all caches successfully.<\\/p><\\/div>","<div class=\\"litespeed_icon notice notice-error is-dismissible\\"><p><p>Please add\\/replace the following codes into the beginning of \\/home\\/notabjze\\/pyirates.africa\\/.htaccess:<\\/p> <textarea style=\\"width:100%\\" rows=\\"10\\" readonly># BEGIN NON_LSCACHE\\n## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##\\n## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##\\n# END NON_LSCACHE<\\/textarea><\\/p><\\/div>"]', 'yes'), (394, 'current_theme', 'OceanWP Child Theme', 'yes'), (395, 'theme_mods_oceanwp', 'a:6:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:9:"main_menu";i:4;}s:18:"custom_css_post_id";i:75;s:11:"custom_logo";i:10;s:17:"ocean_retina_logo";s:103:"https://pyirates.africa/wp-content/uploads/2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:16:"sidebars_widgets";a:2:{s:4:"time";i:1720862353;s:4:"data";a:8:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:9:"sidebar-2";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}s:14:"search_sidebar";a:0:{}s:10:"footer-one";a:0:{}s:10:"footer-two";a:0:{}s:12:"footer-three";a:0:{}s:11:"footer-four";a:0:{}}}}', 'no'), (396, 'theme_switched', '', 'yes'), (398, 'fs_active_plugins', 'O:8:"stdClass":3:{s:7:"plugins";a:1:{s:29:"ocean-extra/includes/freemius";O:8:"stdClass":4:{s:7:"version";s:6:"2.11.0";s:4:"type";s:6:"plugin";s:9:"timestamp";i:1739330131;s:11:"plugin_path";s:27:"ocean-extra/ocean-extra.php";}}s:7:"abspath";s:31:"/home/notabjze/pyirates.africa/";s:6:"newest";O:8:"stdClass":5:{s:11:"plugin_path";s:27:"ocean-extra/ocean-extra.php";s:8:"sdk_path";s:29:"ocean-extra/includes/freemius";s:7:"version";s:6:"2.11.0";s:13:"in_activation";b:0;s:9:"timestamp";i:1739330131;}}', 'yes'), (399, 'fs_debug_mode', '', 'yes'), (400, 'fs_accounts', 'a:6:{s:21:"id_slug_type_path_map";a:1:{i:3752;a:3:{s:4:"slug";s:7:"oceanwp";s:4:"type";s:5:"theme";s:4:"path";s:21:"oceanwp/functions.php";}}s:10:"theme_data";a:1:{s:7:"oceanwp";a:18:{s:19:"last_load_timestamp";i:1742466701;s:16:"plugin_main_file";O:8:"stdClass":1:{s:4:"path";s:21:"oceanwp/functions.php";}s:20:"is_network_activated";b:0;s:17:"install_timestamp";i:1719827977;s:17:"was_plugin_loaded";b:1;s:16:"sdk_last_version";s:5:"2.9.0";s:11:"sdk_version";s:6:"2.11.0";s:16:"sdk_upgrade_mode";b:1;s:18:"sdk_downgrade_mode";b:0;s:19:"plugin_last_version";s:5:"4.0.5";s:14:"plugin_version";s:5:"4.0.6";s:19:"plugin_upgrade_mode";b:1;s:21:"plugin_downgrade_mode";b:0;s:17:"connectivity_test";a:6:{s:12:"is_connected";N;s:4:"host";s:15:"pyirates.africa";s:9:"server_ip";s:13:"162.0.209.247";s:9:"is_active";b:1;s:9:"timestamp";i:1740706870;s:7:"version";s:5:"4.0.6";}s:15:"prev_is_premium";b:0;s:21:"is_pending_activation";b:1;s:21:"is_plugin_new_install";b:0;s:14:"previous_theme";s:7:"oceanwp";}}s:13:"file_slug_map";a:1:{s:7:"oceanwp";s:7:"oceanwp";}s:6:"themes";a:1:{s:7:"oceanwp";O:9:"FS_Plugin":24:{s:16:"parent_plugin_id";N;s:5:"title";s:7:"OceanWP";s:4:"slug";s:7:"oceanwp";s:12:"premium_slug";s:15:"oceanwp-premium";s:4:"type";s:5:"theme";s:20:"affiliate_moderation";b:0;s:19:"is_wp_org_compliant";b:1;s:22:"premium_releases_count";N;s:4:"file";s:7:"oceanwp";s:7:"version";s:5:"4.0.6";s:11:"auto_update";N;s:4:"info";N;s:10:"is_premium";b:0;s:14:"premium_suffix";s:9:"(Premium)";s:7:"is_live";b:1;s:9:"bundle_id";s:4:"3767";s:17:"bundle_public_key";s:32:"pk_c334eb1ae413deac41e30bf00b9dc";s:17:"opt_in_moderation";N;s:10:"public_key";s:32:"pk_043077b34f20f5e11334af3c12493";s:10:"secret_key";N;s:2:"id";s:4:"3752";s:7:"updated";N;s:7:"created";N;s:22:"\0FS_Entity\0_is_updated";b:1;}}s:9:"unique_id";s:32:"dcb7e0be2b4358c171ce84fe0cc79997";s:13:"admin_notices";a:1:{s:13:"oceanwp:theme";a:0:{}}}', 'yes'), (401, 'widget_ocean_about_me', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (402, 'widget_ocean_contact_info', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (403, 'widget_ocean_custom_links', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (404, 'widget_ocean_custom_menu', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (405, 'widget_ocean_facebook', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (406, 'widget_ocean_flickr', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (407, 'widget_ocean_mailchimp', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (408, 'widget_ocean_recent_posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (409, 'widget_ocean_social', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (410, 'widget_ocean_social_share', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (411, 'widget_ocean_tags', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (412, 'widget_ocean_twitter', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (413, 'widget_ocean_video', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (414, 'widget_ocean_custom_header_logo', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (415, 'widget_ocean_custom_header_nav', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (417, 'ocean_extra_installed_time', '1719827978', 'yes'), (418, 'owp_dismiss_sticky_notice', '1', 'yes'), (420, 'ocean_notifications', 'a:3:{s:6:"update";i:1733754421;s:13:"notifications";a:0:{}s:7:"blocked";a:0:{}}', 'yes'), (422, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:1:{s:9:"elementor";a:35:{s:4:"name";s:63:"Elementor Website Builder – More than Just a Page Builder";s:4:"slug";s:9:"elementor";s:7:"version";s:6:"3.25.3";s:6:"author";s:115:"<a href="https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash">Elementor.com</a>";s:14:"author_profile";s:40:"https://profiles.wordpress.org/elemntor/";s:12:"contributors";a:1:{s:8:"elemntor";a:3:{s:7:"profile";s:40:"https://profiles.wordpress.org/elemntor/";s:6:"avatar";s:88:"https://secure.gravatar.com/avatar/5da4d5137e6bbfaac62bc33164a10887?s=96&d=monsterid&r=g";s:12:"display_name";s:9:"Elementor";}}s:8:"requires";s:3:"6.3";s:6:"tested";s:3:"6.7";s:12:"requires_php";s:3:"7.4";s:16:"requires_plugins";a:0:{}s:6:"rating";i:92;s:7:"ratings";a:5:{i:5;i:5947;i:4;i:209;i:3;i:99;i:2;i:99;i:1;i:579;}s:11:"num_ratings";i:6933;s:11:"support_url";s:47:"https://wordpress.org/support/plugin/elementor/";s:15:"support_threads";i:208;s:24:"support_threads_resolved";i:105;s:15:"active_installs";i:10000000;s:12:"last_updated";s:21:"2024-10-30 1:11pm GMT";s:5:"added";s:10:"2016-05-30";s:8:"homepage";s:87:"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash";s:8:"sections";a:6:{s:11:"description";s:25368:"<p><iframe loading="lazy" title="Elementor - The Leading Platform for Web Creators" width="750" height="422" src="https://www.youtube.com/embed/le72grP_Q6k?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>\n<h4>THE #1 NO CODE DRAG & DROP WORDPRESS WEBSITE BUILDER POWERING OVER 17M WEBSITES WORLDWIDE, NOW WITH AI.</h4>\n<p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly.</p>\n<p>Unlock all features with <a href="https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/" rel="nofollow ugc">Elementor Pro</a>.</p>\n<h3>🌟 Create Professional Stunning Websites</h3>\n<ul>\n<li><strong><a href="https://go.elementor.com/feature-page-editor/" rel="nofollow ugc">Intuitive Drag & Drop Builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/" rel="nofollow ugc">Pixel-Perfect Design Tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/" rel="nofollow ugc">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates. Create and export your own templates for reuse.</li>\n<li><strong><a href="https://go.elementor.com/feature-page-editor/" rel="nofollow ugc">Advanced Widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more. Customize and style widgets to fit your design needs perfectly.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-ai/" rel="nofollow ugc">AI Capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images, or reference layouts from other websites.</li>\n</ul>\n<h4>🗝️ Key features:</h4>\n<ul>\n<li><strong><a href="https://go.elementor.com/feature-page-global-settings/" rel="nofollow ugc">Design System</a></strong>: Use Elementor’s Design System for consistent colors, typography, and design elements, ensuring a cohesive, professional look.</li>\n<li><strong><a href="https://go.elementor.com/feature-page-responsive-design/" rel="nofollow ugc">Responsive Design</a></strong>: Optimize your design for any device with custom breakpoints and device-specific adjustments. Ensure a seamless experience for desktop, tablet, and mobile users.</li>\n<li><strong>Mask Shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs.</li>\n<li><strong>CSS Transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site.</li>\n<li><strong>Entrance Animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences.</li>\n<li><strong><a href="https://elementor.com/features/#SaveBackup" rel="nofollow ugc">Revision History</a></strong>: Elementor’s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-developers-developers-website/" rel="nofollow ugc">Developer-Friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions.</li>\n<li><strong>Floating Buttons</strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/" rel="nofollow ugc">Theme Builder</a> [Pro]</strong>: Elementor’s robust Theme Builder empowers you to design every part of your website, including headers, footers, single post layouts, and archive pages, providing complete control over the site’s appearance.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/" rel="nofollow ugc">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor’s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/" rel="nofollow ugc">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/" rel="nofollow ugc">WooCommerce Builder</a> [Pro]</strong>: Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store’s visual appeal and functionality.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/" rel="nofollow ugc">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources.</li>\n<li><strong><a href="https://go.elementor.com/features-page-notes/" rel="nofollow ugc">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor’s Notes feature to leave feedback and comments directly on the design interface.</li>\n<li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations.</li>\n<li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects.</li>\n<li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/" rel="nofollow ugc">Motion Effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience.</li>\n<li><strong>Custom Fonts & Icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand’s identity.</li>\n</ul>\n<h4>😍 Elementor FREE widgets</h4>\n<p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p>\n<ul>\n<li><strong>Heading</strong>. Add eye-catching headlines.</li>\n<li><strong>Image</strong>. Control the size, opacity and more.</li>\n<li><strong>Text Editor</strong>. Just like the WordPress editor.</li>\n<li><strong>Video</strong>. Add YouTube, Vimeo, Dailymotion or self-hosted videos.</li>\n<li><strong>Button</strong>. Create interactive buttons.</li>\n<li><strong>Link in Bio</strong>. Build link in bio components to promote your business / services.</li>\n<li><strong>Image Box</strong>. A box with image, headline and text.</li>\n<li><strong>Testimonials</strong>. Customer testimonials.</li>\n<li><strong>Icon</strong>. Place one or more of 600+ icons available.</li>\n<li><strong>Icon Box</strong>. An icon, headline, and text with one widget.</li>\n<li><strong>Social Icons</strong>. Link to your social pages with the Facebook/X (formerly Twitter) icons.</li>\n<li><strong>Image Gallery</strong>. Display your images in a grid.</li>\n<li><strong>Image Carousel</strong>. Create rotating carousels or sliders for chosen images.</li>\n<li><strong>Icon List</strong>. Use any icon to create a bullet list.</li>\n<li><strong>Counter</strong>. Show numbers in an escalating manner.</li>\n<li><strong>Progress Bar</strong>. Include an escalating progress bar.</li>\n<li><strong>Nested Tabs</strong>. Display content in vertical or horizontal tabs.</li>\n<li><strong>Nested Accordion</strong>. Display any type of content in collapsible sections.</li>\n<li><strong>Toggle</strong>. Use the Toggle to hide or display content, like FAQ.</li>\n<li><strong>Rating</strong>. Display how many stars (or another icon) other visitors gave.</li>\n<li><strong>Alert</strong>. Include a colored alert box to draw visitor’s attention.</li>\n<li><strong>HTML</strong>. Insert code into the page.</li>\n<li><strong>Shortcode</strong>. Insert shortcodes from any plugin into the page.</li>\n<li><strong>Menu Anchor</strong>. Link any menu to this anchor.</li>\n<li><strong>Read More</strong>. Set the Read More cut-off for the excerpt in archive pages.</li>\n<li><strong>Sidebar</strong>. Add sidebars onto the page.</li>\n<li><strong>Google Maps</strong>. Embed maps into the page.</li>\n<li><strong>SoundCloud</strong>. Add SoundCloud audio bits.</li>\n<li><strong>Divider</strong>. Separate content with a designed divider.</li>\n<li><strong>Spacer</strong>. Add space between elements.</li>\n<li><strong>Text Path</strong>. Attach your text to a path.</li>\n<li><strong>And counting…</strong></li>\n</ul>\n<h3>🚀 Enhance Your Website</h3>\n<p><strong><a href="https://go.elementor.com/wp-repo-description-tab-performance-performance-page/" rel="nofollow ugc">High-Performing Websites</a></strong>: Website performance impacts your visitor’s experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li><strong>Reduced DOM Output</strong>: Streamlined HTML structure for faster rendering.</li>\n<li><strong>Improved Media File Loading</strong>: Optimized loading of images, videos, and other media assets.</li>\n<li><strong>Reduced CSS and JS Files</strong>: Minimized and concatenated stylesheets and scripts for quicker loading times.</li>\n<li><strong>Lazy Loading</strong>: Deferred loading of non-critical resources to improve initial page load speed.</li>\n<li><strong>Faster Font Loading</strong>: Efficient delivery of web fonts to enhance text rendering speed.</li>\n<li><strong>Optimized Front-End Asset Loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking.</li>\n<li><strong>Element Caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li>\n</ul>\n<h3>🔥 Elementor Pro Features</h3>\n<p>Create unparalleled websites while saving time, money and resources with <a href="https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/" rel="nofollow ugc">Elementor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p>\n<p><strong>Pro Design Widgets:</strong></p>\n<ol>\n<li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles.</li>\n<li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms.</li>\n<li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts.</li>\n<li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions.</li>\n<li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection.</li>\n<li><strong>Login</strong>: Add a login form or user registration module to your website.</li>\n<li><strong>Nav Menu</strong>: Customize and style your website’s navigation menu for better user experience.</li>\n<li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects.</li>\n<li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format.</li>\n<li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options.</li>\n<li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support.</li>\n<li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features.</li>\n<li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections.</li>\n<li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos.</li>\n<li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof.</li>\n<li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization.</li>\n<li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing.</li>\n<li><strong>Table Of Content</strong>: Generate a table of contents for longer articles or guides to improve navigation.</li>\n<li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events.</li>\n<li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website.</li>\n<li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options.</li>\n<li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout.</li>\n<li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility.</li>\n<li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content.</li>\n<li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website.</li>\n<li><strong>Facebook Comments</strong>: Enable Facebook comments on your website’s pages or posts.</li>\n<li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments.</li>\n<li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions.</li>\n<li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement.</li>\n<li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability.</li>\n<li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website.</li>\n<li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content.</li>\n<li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li>\n</ol>\n<p><strong>Pro Theme Widgets:</strong></p>\n<p>Build and customize all the key parts of your website including headers, footers, 404 page, global archives, and more</p>\n<ol>\n<li><strong>Post Title</strong>: Customize the title of individual blog posts or pages.</li>\n<li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts.</li>\n<li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages.</li>\n<li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages.</li>\n<li><strong>Author Box</strong>: Display author information and bios on blog posts.</li>\n<li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website.</li>\n<li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing.</li>\n<li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date.</li>\n<li><strong>Site Logo</strong>: Upload and customize your website’s logo for branding purposes.</li>\n<li><strong>Site Title</strong>: Customize the title of your website.</li>\n<li><strong>Page Title</strong>: Customize the title of individual pages.</li>\n<li><strong>Search Bar</strong>: Add a search bar to allow users to search your website’s content.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation.</li>\n<li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation.</li>\n<li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li>\n</ol>\n<p><strong>Pro WooCommerce Widgets:</strong></p>\n<p>Design and customize a complete online shopping experience across your entire website.</p>\n<ol>\n<li><strong>Product</strong>: Display individual products with customizable layouts and styles.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store.</li>\n<li><strong>Product Title</strong>: Customize the title of individual products.</li>\n<li><strong>Product Images</strong>: Set and customize images for product listings.</li>\n<li><strong>Product Price</strong>: Display the price of individual products.</li>\n<li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing.</li>\n<li><strong>Product Rating</strong>: Display ratings and reviews for products.</li>\n<li><strong>Product Stock</strong>: Display stock availability for products.</li>\n<li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories.</li>\n<li><strong>Product Content</strong>: Customize the main content area of product descriptions.</li>\n<li><strong>Short Description</strong>: Display brief summaries or teasers of products.</li>\n<li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization.</li>\n<li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight.</li>\n<li><strong>Product Related</strong>: Showcase related products to encourage additional purchases.</li>\n<li><strong>Upsells</strong>: Promote upsell products to increase average order value.</li>\n<li><strong>Products</strong>: Display a grid or list of products with customizable settings.</li>\n<li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products.</li>\n<li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages.</li>\n<li><strong>Product Categories</strong>: Display product categories for easy navigation within your store.</li>\n<li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart.</li>\n<li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page.</li>\n<li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page.</li>\n<li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area.</li>\n<li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process.</li>\n<li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li>\n</ol>\n<p>Build professional websites with <strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/" rel="nofollow ugc">Elementor Pro</a></strong>!</p>\n<h4>🔒 SECURITY AND COMPLIANCE</h4>\n<p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures, and highlight our dedication to adhering to recognized industry standards.</p>\n<p>We encourage ethical security research through our <a href="https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/" rel="nofollow ugc">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p>\n<p>For more information: <a href="https://go.elementor.com/trust-center/" rel="nofollow ugc">Trust Center</a>.</p>\n<h4>♿ Accessibility Best Practices</h4>\n<p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p>\n<h4>🌐 Translated to 63+ languages, includes RTL support</h4>\n<p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href="https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/" rel="nofollow ugc">over 63 languages</a>.</p>\n<p>It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via translate.wordpress.org. See our guide on <a href="https://go.elementor.com/wp-repo-description-tab-help-center-translate/" rel="nofollow ugc">how to translate and localize the plugin</a>.</p>\n<h4>⏩ Use of 3rd Party Services</h4>\n<p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p>\n<ul>\n<li>Google Fonts – are loaded to add additional fonts to your website. Google’s <a href="https://policies.google.com/terms" rel="nofollow ugc">TOS</a> and <a href="https://policies.google.com/privacy" rel="nofollow ugc">Privacy Policy</a></li>\n<li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly mentioned, requiring your approval and manual opt-in. Learn more in our <a href="https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/" rel="nofollow ugc">TOS</a> and <a href="https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/" rel="nofollow ugc">Privacy Policy</a>.</li>\n</ul>\n<h4>📧 Related Products by Elementor</h4>\n<p><strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-io/" rel="nofollow ugc">Image Optimizer</a></strong>: Superior image compression for faster, high-quality website performance.</p>\n<p><strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-sm/" rel="nofollow ugc">Site Mailer</a></strong>: Reliable email management without SMTP plugins, keeping your communications streamlined and efficient.</p>\n<p><strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-ai/" rel="nofollow ugc">AI Tools</a></strong>: Elementor’s AI helps generate text and optimize designs, speeding up content creation and website building.</p>\n<h4>📣 See What Our Users Have to Say</h4>\n<blockquote>\n<p>“Elementor is hands down the best page builder out there” – ★★★★★ <em><a href="https://wordpress.org/support/topic/elementor-is-hands-down-the-best-page-builder-out-there/" rel="ugc">Graphicvision1</a></em></p>\n<p>“An incredibly user-friendly plugin” – ★★★★★ <em><a href="https://wordpress.org/support/topic/a-wonderful-experience/" rel="ugc">Hyeyoga</a></em></p>\n<p>“Easily, my most used WP plugin” – ★★★★★ <em><a href="https://wordpress.org/support/topic/easily-my-most-used-wp-plugin/" rel="ugc">Xander Venske</a></em></p>\n<p>“I upgraded to the Pro version and just love this plugin!” – ★★★★★ <em><a href="https://wordpress.org/support/topic/love-elementor-17/" rel="ugc">Andybarn56</a></em></p>\n<p>“Excellent product with great tech support” – ★★★★★ <em><a href="https://wordpress.org/support/topic/excellent-product-with-great-tech-support/" rel="ugc">Martywilsonnj</a></em></p>\n</blockquote>\n<p><em><a href="https://wordpress.org/support/plugin/elementor/reviews/?filter=5" rel="ugc">More testimonials</a></em></p>\n<h4>🌍 Join a Global Community</h4>\n<p>Join a global community that helps each other achieve their goals.</p>\n<ul>\n<li><a href="https://elemn.to/discord" rel="nofollow ugc">Discord Community</a> – Topic and language-specific channels, plus Ella, an amazing AI helper, ready to assist you.</li>\n<li><a href="https://go.elementor.com/wp-repo-description-tab-facebook-group/" rel="nofollow ugc">Facebook Community</a> – Over 150K+ members, offering support, advice, feedback, and tutorials.</li>\n<li><a href="https://go.elementor.com/wp-repo-description-tab-github-repo/" rel="nofollow ugc">GitHub Community</a> – Get information about releases, request features, or report a bug.</li>\n<li><a href="https://go.elementor.com/wp-repo-description-tab-addons-dozens-of-elementor-addons/" rel="nofollow ugc">Elementor Addons, Themes, and Kits</a> Themes and Kits – created specifically for Elementor.</li>\n<li>Learn valuable insights and techniques from our <a href="https://go.elementor.com/wp-repo-description-tab-youtube-channel/" rel="nofollow ugc">YouTube Channel</a>.</li>\n<li>Access our <a href="https://go.elementor.com/wp-repo-description-tab-academy-elementor-academy/" rel="nofollow ugc">Academy</a> and <a href="https://go.elementor.com/wp-repo-description-tab-help-center-help-center/" rel="nofollow ugc">Help Center</a> – Find …</li>\n</ul>\n";s:12:"installation";s:1461:"<h4>Minimum Requirements</h4>\n<ul>\n<li>WordPress 6.3 or greater</li>\n<li>PHP version 7.4 or greater</li>\n<li>MySQL version 5.0 or greater</li>\n</ul>\n<h4>Recommended Requirements</h4>\n<ul>\n<li>PHP version 8.1 or greater</li>\n<li>MySQL version 5.6 or greater</li>\n<li>WordPress Memory limit of 64 MB or greater (128 MB or higher is preferred)</li>\n</ul>\n<p><iframe loading="lazy" title="Installing Elementor on WordPress" width="750" height="422" src="https://www.youtube.com/embed/9EZ159ryFNs?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>\n<h4>Installation</h4>\n<ol>\n<li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n<li>Go to Pages > Add New</li>\n<li>Press the ‘Edit with Elementor’ button.</li>\n<li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li>\n</ol>\n<p>For documentation and tutorials visit our <a href="https://elementor.com/help/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow ugc">Knowledge Base</a>.</p>\n";s:3:"faq";s:4862:"\n<dt id=''how%20do%20i%20install%20elementor%3F''>\nHow do I install Elementor?\n</h4>\n<p>\n<p>To install the free version of Elementor, follow the steps below:<br />\nFrom your WordPress dashboard -> Go to Plugins -> Click on ‘Add new’-> In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -> After installation, click Activate.</p>\n</p>\n<dt id=''does%20elementor%20work%20with%20all%20the%20themes%3F''>\nDoes Elementor work with all the themes?\n</h4>\n<p>\n<p>Elementor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor’s <a href="https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/" rel="nofollow ugc">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor, and optimize your experience.</p>\n</p>\n<dt id=''is%20elementor%20compatible%20with%20gutenberg%3F''>\nIs Elementor compatible with Gutenberg?\n</h4>\n<p>\n<p>Elementor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p>\n</p>\n<dt id=''can%20i%20create%20an%20online%20store%3F''>\nCan I create an online store?\n</h4>\n<p>\n<p>Yes, with the Elementor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p>\n</p>\n<dt id=''does%20it%20work%20with%20other%20wordpress%20plugins%3F''>\nDoes it work with other WordPress plugins?\n</h4>\n<p>\n<p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor.</p>\n</p>\n<dt id=''do%20i%20need%20to%20know%20how%20to%20code%3F''>\nDo I need to know how to code?\n</h4>\n<p>\n<p>No! Elementor provides you with all the widgets and features that you need to build a professional website without using code.</p>\n</p>\n<dt id=''do%20i%20need%20to%20know%20how%20to%20design%3F''>\nDo i need to know how to design?\n</h4>\n<p>\n<p>No, you can choose between professionally designed kits and templates that fit toevery industry and have all you need to create your own professional website.</p>\n</p>\n<dt id=''will%20elementor%20slow%20down%20my%20website%3F''>\nWill elementor slow down my website?\n</h4>\n<p>\n<p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of Elementor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p>\n</p>\n<dt id=''is%20my%20site%20secure%20with%20elementor%3F''>\nIs my site secure with Elementor?\n</h4>\n<p>\n<p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p>\n<p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p>\n</p>\n<dt id=''can%20i%20buy%20templates%20separately%3F''>\nCan I buy templates separately?\n</h4>\n<p>\n<p>Of course, you can use any template that supports Elementor.</p>\n</p>\n<dt id=''is%20elementor%20compatible%20with%20post%20and%20custom%20post%20types%3F''>\nIs Elementor compatible with Post and Custom Post Types?\n</h4>\n<p>\n<p>Of course! You can set which post types will enable Elementor in the settings page.</p>\n</p>\n<dt id=''what%20is%20the%20difference%20between%20elementor%27s%20free%20plugin%20and%20elementor%20pro''>\nWhat is the difference between Elementor’s free Plugin and Elementor Pro\n</h4>\n<p>\n<p>Elementor’s Free version allows you to explore our revolutionary drag & drop live editor, basic widgets and templates. Elementor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p>\n</p>\n<dt id=''how%20can%20i%20become%20a%20contributor''>\nHow can I become a Contributor\n</h4>\n<p>\n<p>If you want to contribute, go to our <a href="https://github.com/elementor/elementor" rel="nofollow ugc">Elementor GitHub Repository</a> and see where you can help.<br />\nYou can also add a new language via <a href="https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/" rel="nofollow ugc">translate.wordpress.org</a>. We’ve built a short guide explaining <a href="https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/" rel="nofollow ugc">how to translate and localize the plugin</a>.</p>\n</p>\n\n";s:9:"changelog";s:3670:"<h4>3.25.3 – 2024-10-30</h4>\n<ul>\n<li>Fix: Global Widgets are not displaying correctly in both the editor and frontend (<a href="https://github.com/elementor/elementor/issues/29112" rel="nofollow ugc">#29112</a>)</li>\n</ul>\n<h4>3.25.2 – 2024-10-29</h4>\n<ul>\n<li>Fix: Global Widgets are not displaying correctly in the editor (<a href="https://github.com/elementor/elementor/issues/29092" rel="nofollow ugc">#29092</a>)</li>\n<li>Fix: Image captions are not displaying for non-logged-in users in Image Carousel widget</li>\n</ul>\n<h4>3.25.1 – 2024-10-28</h4>\n<ul>\n<li>Fix: Custom template fails to insert into the page and displays a permission error (<a href="https://github.com/elementor/elementor/issues/29076" rel="nofollow ugc">#29076</a>)</li>\n<li>Fix: Global Widgets not displaying correctly on the frontend (<a href="https://github.com/elementor/elementor/issues/29076" rel="nofollow ugc">#29076</a>)</li>\n</ul>\n<h4>3.25.0 – 2024-10-28</h4>\n<ul>\n<li>New: Introducing Optimized Markup as an Alpha experiment – Reduce DOM size by eliminating unnecessary HTML wrappers in various elements and widgets</li>\n<li>Tweak: Reduced the use of JavaScript for smooth scrolling by implementing a modern CSS-based solution (<a href="https://github.com/elementor/elementor/issues/13773" rel="nofollow ugc">#13773</a>)</li>\n<li>Tweak: Updated smooth scroll behavior to respect the user’s reduced motion preference setting</li>\n<li>Tweak: Removed <code>elementor-button-wrapper</code> div from Button widget as part of the Optimized Markup experiment</li>\n<li>Tweak: Load styles for Floating Elements separately to enhance performance</li>\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance</li>\n<li>Tweak: Optimized <code>global.css</code> to exclude style generation for unused widgets</li>\n<li>Tweak: Removed the Floating Elements modules from <code>module.js</code></li>\n<li>Tweak: Added “Edit with Elementor” button to WooCommerce’s new product editor</li>\n<li>Tweak: Merged “Build with AI” feature to version</li>\n<li>Tweak: Merged “Grid Container” to “Flexbox Container” feature</li>\n<li>Tweak: Activated “Editor Top Bar” feature for existing sites</li>\n<li>Tweak: Activated “Optimized Control Loading” for existing sites and promoted the feature to stable</li>\n<li>Tweak: Activated “Nested Elements” feature for existing sites</li>\n<li>Tweak: Removed compatibility CSS support for the Twenty Fifteen theme</li>\n<li>Tweak: Renamed the “Flexbox Container” feature to “Container” feature</li>\n<li>Fix: Expand Icon in the Accordion widget would not display when nested inside another Accordion widget (<a href="https://github.com/elementor/elementor/issues/24086" rel="nofollow ugc">#24086</a>)</li>\n<li>Fix: Swiper incorrectly applied the <code>inert</code> attribute to a slide in the Nested Carousel (<a href="https://github.com/elementor/elementor/issues/23039" rel="nofollow ugc">#23039</a>)</li>\n<li>Fix: Footer would overlap the Archive Posts, Portfolio, and Gallery widgets in mobile view when using the Archive template</li>\n<li>Fix: “Edit with Elementor AI” button is visible for unsupported file types</li>\n<li>Fix: Structure panel indicator color is not visible in dark mode</li>\n<li>Fix: Indentation issue with empty elements in the Structure panel</li>\n<li>Fix: “Reference a website” feature in Elementor AI failed to work in Safari 17</li>\n</ul>\n<p><a href="https://go.elementor.com/full-changelog/" rel="nofollow ugc">See changelog for all versions.</a></p>\n";s:11:"screenshots";s:3148:"<ol><li><a href="https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087" alt="<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs."></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087" alt="<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time."></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087" alt="<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device."></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087" alt="<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization."></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087" alt="<strong>Nested Elements</strong> Leverage Elementor's Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility."></a><p><strong>Nested Elements</strong> Leverage Elementor''s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087" alt="<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors."></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>";s:7:"reviews";s:17613:"<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">Hidden Mobile Elements Reappearing</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/fvanschaik/"><img alt='''' src=''https://secure.gravatar.com/avatar/895aa97de1b2b5ab9c3d14a574110591?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/895aa97de1b2b5ab9c3d14a574110591?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/fvanschaik/" class="reviewer-name">iDesi Media <small>(fvanschaik)</small></a> on <span class="review-date">October 30, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>All elements you had hidden for mobile are now being displayed again. How is this possible? Is anyone else experiencing this issue?</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">Perfect tool</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="5 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="5" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/sunid/"><img alt='''' src=''https://secure.gravatar.com/avatar/d46aa5a2c460dd246e17f7be202edb3f?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/d46aa5a2c460dd246e17f7be202edb3f?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/sunid/" class="reviewer-name">sunid</a> on <span class="review-date">October 30, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>Very efficient and easy</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">the best!</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="5 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="5" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/crivil/"><img alt='''' src=''https://secure.gravatar.com/avatar/772bdca6c92267efcfe709c09c64a728?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/772bdca6c92267efcfe709c09c64a728?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/crivil/" class="reviewer-name">crivil</a> on <span class="review-date">October 30, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>the best page builder!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">HUGE MISTAKE BUYING ELEMENTOR PRO - CLUNKY, SLOW, BREAKS YOUR SITE CONTANTLY</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/higginsnewsnetwork/"><img alt='''' src=''https://secure.gravatar.com/avatar/3310c0ce6871cd8e1125081ba08955e3?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/3310c0ce6871cd8e1125081ba08955e3?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/higginsnewsnetwork/" class="reviewer-name">HigginsNewsNetwork</a> on <span class="review-date">October 29, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>I am livid at what a piece of crap experience it''s been with this POS product. There''s a whole genre of web devs that migrate you AWAY from Elementor it''s so bad. Buyer Beware. Don''t do it.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">Dynamic mode floating function 3.25.3 does not work anymore</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="2 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="2" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/rapidetech/"><img alt='''' src=''https://secure.gravatar.com/avatar/51a753f796724c115c71c5e2ee7066af?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/51a753f796724c115c71c5e2ee7066af?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/rapidetech/" class="reviewer-name">Rapidetech <small>(rapidetech)</small></a> on <span class="review-date">October 30, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>Floating mode disappears on edition mode completely .Missing cart actualization (items pictures ) on edition mode,as dynamic floated widget does not work anymore in this version 3.25.3 since version 3.24.7. Only in anonymous mode all floating mode works... Pls verify situation carefully in a stable version,everytime you changed version ,everytime is a stress to know if elementor will work or not ....</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">What is up with all these updates every few hours?</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="2 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="2" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/mrnbdyyy/"><img alt='''' src=''https://secure.gravatar.com/avatar/42410d431800f635a5e0df45c808e17b?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/42410d431800f635a5e0df45c808e17b?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/mrnbdyyy/" class="reviewer-name">mrnbdyyy</a> on <span class="review-date">October 29, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>What happened to QA and pre-release testing? I feel like the Elementor team is treating my websites as a testing ground for all their releases and updates. These frequent updates are very annoying, specifically because this plugin involves multiple steps in updates: update plugin, then update pro, then regenerate CSS, and now multiply this with all sites where you have these plugins. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">UPDATE to Is Elementor the new WordPress Dashboard?</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/wowtech/"><img alt='''' src=''https://secure.gravatar.com/avatar/564d6b420b29ae003b921a8e3d552199?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/564d6b420b29ae003b921a8e3d552199?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/wowtech/" class="reviewer-name">deleted <small>(wowtech)</small></a> on <span class="review-date">October 29, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>Update: Oct 29th, 2024<br />The pro version is not a professional level plugin. Updates are still causing huge CSS issues rendering sites unreadable. This is manifesting as downtime in site monitors. Blocking updates is worse amateurish. No other plugin causes this error:<br />Unable to find an appropriate plugin version name = ''elementor-pro'' sourceId = ''2'' version = ''3.24.1''<br />But Elementor Pro has been causing this for nearly a year. So dropping a couple more stars while trying to understand why I have paid so much for so long.<br /><br />Elementor is causing more and more issues. Too many to write about as I still have to click ten times through the morass of pop ups and that''s all the time I''m willing to spend.<br /><br />If you can''t allow updates to work properly and you can''t fix the breakages when a site does update you may want to find work that inspires you to do better.<br /><br />These issues have now been normalized in the wordpress ecosystem. As I wrote to Ma.tt some years ago. Wordpress is being destroyed from the inside. <br /><br /><!-- wp:paragraph --> <p class=""><strong>Too many clicks - Dialogs may cause ham.</strong><br><br>Login to my client site to correct a misspelled word.<br>Update Dashboard opens to unexpectedly display:<br>1 click to close ELEMENTOR dialog<br>1 click to close regular ELEMENTOR version dialog<br>1 click to run the regular ELEMENTOR version updater<br>1 click to run the pro ELEMENTOR version updater</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p class="">1 click to plugins. "2" indicates at top that 2 ELEMENTOR plugins are out of date. Only ELEMENTOR plugins are out of date.<br>1 click per ELEMENTOR checkbox to select.<br>1 click to run updater.</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p class="">2 more clicks plugin page because "The version was updated successfully!" Includes link to trouble shooter if ELEMENTOR update site breaks.</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p class="">3 screen and 10 clicks later it becomes safe to work on website. Every few days. I might want ham to come. Because yum.</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p class="">Then once I get into the editor a blue ELEMENTOR notification displays.<br>1 click to open dialog and read the ELEMENTOR advertisement title to be sure site isn''t broken.<br>1 click to close dialog and go back to work.</p> <!-- /wp:paragraph --></p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">Crashing website updates</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/tariqwp/"><img alt='''' src=''https://secure.gravatar.com/avatar/35710533cf0dc85d2789dd42e223fce3?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/35710533cf0dc85d2789dd42e223fce3?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/tariqwp/" class="reviewer-name">tariqwp</a> on <span class="review-date">October 29, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>Every while they do updates that causing crashing the whole website</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">Horrible Experience</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/gregwatkins503/"><img alt='''' src=''https://secure.gravatar.com/avatar/bd836e08eb0461790994b3ea14cb48be?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/bd836e08eb0461790994b3ea14cb48be?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/gregwatkins503/" class="reviewer-name">gregwatkins503</a> on <span class="review-date">October 28, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>It has this massive header that you ether cant remove or they''ve changed where to remove it... ether way it''s stuck there. NOT USER FRIENDLY AT ALL!!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class="review">\n <div class="review-head">\n <div class="reviewer-info">\n <div class="review-title-section">\n <h4 class="review-title">3.24 break a lot of components</h4>\n <div class="star-rating">\n <div class="wporg-ratings" aria-label="1 out of 5 stars" data-title-template="%s out of 5 stars" data-rating="1" style="color:#ffb900;"><span class="star dashicons dashicons-star-filled"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span><span class="star dashicons dashicons-star-empty"></span></div> </div>\n </div>\n <p class="reviewer">\n By <a href="https://profiles.wordpress.org/joaoperigo/"><img alt='''' src=''https://secure.gravatar.com/avatar/9466059b4c1c8f565b570dcb2fa12eb2?s=16&d=monsterid&r=g'' srcset=''https://secure.gravatar.com/avatar/9466059b4c1c8f565b570dcb2fa12eb2?s=32&d=monsterid&r=g 2x'' class=''avatar avatar-16 photo'' height=''16'' width=''16'' loading=''lazy'' decoding=''async''/></a><a href="https://profiles.wordpress.org/joaoperigo/" class="reviewer-name">joaoperigo</a> on <span class="review-date">October 28, 2024</span> </p>\n </div>\n </div>\n <div class="review-body"><!-- wp:paragraph -->\n<p>The version 3.24 is breaking all pages. can''t add captions and styles. For an example, image slider don''t have caption anymore.... A figure tag html with no caption it''s kind of absurd.</p>\n<!-- /wp:paragraph --></div>\n</div>\n";}s:17:"short_description";s:145:"The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now!";s:13:"download_link";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip";s:14:"upgrade_notice";a:0:{}s:11:"screenshots";a:6:{i:1;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087";s:7:"caption";s:144:"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.";}i:2;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087";s:7:"caption";s:185:"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.";}i:3;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087";s:7:"caption";s:170:"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.";}i:4;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087";s:7:"caption";s:193:"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.";}i:5;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087";s:7:"caption";s:190:"<strong>Nested Elements</strong> Leverage Elementor''s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.";}i:6;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087";s:7:"caption";s:127:"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.";}}s:4:"tags";a:5:{s:13:"drag-and-drop";s:13:"drag-and-drop";s:6:"editor";s:6:"editor";s:9:"elementor";s:9:"elementor";s:12:"landing-page";s:12:"landing page";s:12:"page-builder";s:12:"page builder";}s:8:"versions";a:275:{s:5:"3.0.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip";s:5:"3.0.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip";s:6:"3.0.10";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip";s:6:"3.0.11";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip";s:6:"3.0.12";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip";s:6:"3.0.13";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip";s:6:"3.0.14";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip";s:6:"3.0.15";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip";s:6:"3.0.16";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip";s:5:"3.0.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip";s:5:"3.0.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip";s:5:"3.0.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip";s:5:"3.0.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip";s:5:"3.0.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip";s:5:"3.0.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip";s:5:"3.0.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip";s:7:"3.0.8.1";s:60:"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip";s:5:"3.0.9";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip";s:5:"3.1.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip";s:11:"3.1.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip";s:11:"3.1.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip";s:11:"3.1.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip";s:11:"3.1.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip";s:10:"3.1.0-dev1";s:63:"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip";s:10:"3.1.0-dev2";s:63:"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip";s:10:"3.1.0-dev3";s:63:"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip";s:5:"3.1.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip";s:5:"3.1.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip";s:5:"3.1.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip";s:5:"3.1.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip";s:6:"3.10.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip";s:11:"3.10.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip";s:6:"3.10.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip";s:6:"3.10.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip";s:6:"3.11.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip";s:12:"3.11.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip";s:12:"3.11.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip";s:12:"3.11.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip";s:11:"3.11.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip";s:11:"3.11.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip";s:11:"3.11.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip";s:6:"3.11.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip";s:6:"3.11.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip";s:6:"3.11.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip";s:6:"3.11.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip";s:6:"3.11.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip";s:6:"3.12.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip";s:6:"3.12.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip";s:6:"3.12.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip";s:6:"3.13.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip";s:12:"3.13.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip";s:12:"3.13.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip";s:12:"3.13.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip";s:11:"3.13.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip";s:11:"3.13.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip";s:6:"3.13.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip";s:6:"3.13.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip";s:6:"3.13.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip";s:6:"3.13.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip";s:6:"3.14.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip";s:12:"3.14.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip";s:12:"3.14.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip";s:12:"3.14.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip";s:12:"3.14.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip";s:12:"3.14.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip";s:6:"3.14.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip";s:6:"3.15.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip";s:6:"3.15.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip";s:6:"3.15.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip";s:6:"3.15.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip";s:6:"3.16.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip";s:12:"3.16.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip";s:12:"3.16.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip";s:11:"3.16.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip";s:11:"3.16.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip";s:6:"3.16.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip";s:6:"3.16.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip";s:6:"3.16.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip";s:6:"3.16.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip";s:6:"3.16.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip";s:6:"3.16.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip";s:6:"3.17.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip";s:11:"3.17.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip";s:11:"3.17.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip";s:11:"3.17.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip";s:6:"3.17.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip";s:6:"3.17.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip";s:6:"3.17.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip";s:6:"3.18.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip";s:12:"3.18.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip";s:12:"3.18.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip";s:12:"3.18.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip";s:12:"3.18.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip";s:11:"3.18.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip";s:6:"3.18.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip";s:6:"3.18.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip";s:6:"3.18.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip";s:6:"3.19.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip";s:12:"3.19.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip";s:12:"3.19.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip";s:12:"3.19.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip";s:12:"3.19.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip";s:12:"3.19.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip";s:12:"3.19.0-beta6";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip";s:11:"3.19.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip";s:11:"3.19.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip";s:11:"3.19.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip";s:11:"3.19.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip";s:11:"3.19.0-dev5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip";s:11:"3.19.0-dev6";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip";s:6:"3.19.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip";s:6:"3.19.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip";s:6:"3.19.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip";s:6:"3.19.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip";s:5:"3.2.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip";s:5:"3.2.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip";s:5:"3.2.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip";s:5:"3.2.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip";s:5:"3.2.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip";s:5:"3.2.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip";s:6:"3.20.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip";s:12:"3.20.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip";s:12:"3.20.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip";s:12:"3.20.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip";s:12:"3.20.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip";s:11:"3.20.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip";s:11:"3.20.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip";s:11:"3.20.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip";s:11:"3.20.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip";s:6:"3.20.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip";s:6:"3.20.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip";s:6:"3.20.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip";s:6:"3.20.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip";s:6:"3.21.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip";s:12:"3.21.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip";s:12:"3.21.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip";s:12:"3.21.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip";s:11:"3.21.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip";s:11:"3.21.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip";s:11:"3.21.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip";s:6:"3.21.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip";s:6:"3.21.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip";s:6:"3.21.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip";s:6:"3.21.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip";s:6:"3.21.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip";s:6:"3.21.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip";s:6:"3.21.7";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip";s:6:"3.21.8";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip";s:6:"3.22.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip";s:12:"3.22.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip";s:12:"3.22.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip";s:12:"3.22.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip";s:12:"3.22.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip";s:12:"3.22.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip";s:12:"3.22.0-beta6";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip";s:11:"3.22.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip";s:11:"3.22.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip";s:11:"3.22.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip";s:11:"3.22.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip";s:11:"3.22.0-dev5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip";s:11:"3.22.0-dev6";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip";s:6:"3.22.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip";s:6:"3.22.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip";s:6:"3.22.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip";s:6:"3.23.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip";s:12:"3.23.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip";s:12:"3.23.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip";s:12:"3.23.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip";s:12:"3.23.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip";s:12:"3.23.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip";s:12:"3.23.0-beta6";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip";s:11:"3.23.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip";s:11:"3.23.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip";s:11:"3.23.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip";s:11:"3.23.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip";s:11:"3.23.0-dev5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip";s:11:"3.23.0-dev6";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip";s:6:"3.23.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip";s:6:"3.23.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip";s:6:"3.23.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip";s:6:"3.23.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip";s:6:"3.24.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.0.zip";s:12:"3.24.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta1.zip";s:12:"3.24.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta2.zip";s:12:"3.24.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta3.zip";s:11:"3.24.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev1.zip";s:11:"3.24.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev2.zip";s:11:"3.24.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev3.zip";s:6:"3.24.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.1.zip";s:6:"3.24.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.2.zip";s:6:"3.24.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.3.zip";s:6:"3.24.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.4.zip";s:6:"3.24.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.5.zip";s:6:"3.24.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.6.zip";s:6:"3.24.7";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.7.zip";s:6:"3.24.8";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.8.zip";s:6:"3.25.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.0.zip";s:12:"3.25.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta1.zip";s:12:"3.25.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta2.zip";s:12:"3.25.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta3.zip";s:11:"3.25.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev1.zip";s:11:"3.25.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev2.zip";s:11:"3.25.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev3.zip";s:6:"3.25.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.1.zip";s:6:"3.25.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.2.zip";s:6:"3.25.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip";s:5:"3.3.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip";s:5:"3.3.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip";s:5:"3.4.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip";s:10:"3.4.0-dev7";s:63:"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip";s:10:"3.4.0-dev8";s:63:"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip";s:10:"3.4.0-dev9";s:63:"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip";s:5:"3.4.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip";s:5:"3.4.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip";s:5:"3.4.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip";s:5:"3.4.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip";s:5:"3.4.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip";s:5:"3.4.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip";s:5:"3.4.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip";s:5:"3.4.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip";s:5:"3.5.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip";s:11:"3.5.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip";s:11:"3.5.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip";s:11:"3.5.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip";s:11:"3.5.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip";s:11:"3.5.0-beta5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip";s:11:"3.5.0-beta7";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip";s:11:"3.5.0-beta8";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip";s:10:"3.5.0-dev8";s:63:"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip";s:10:"3.5.0-dev9";s:63:"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip";s:5:"3.5.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip";s:5:"3.5.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip";s:5:"3.5.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip";s:5:"3.5.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip";s:5:"3.5.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip";s:5:"3.5.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip";s:5:"3.6.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip";s:11:"3.6.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip";s:11:"3.6.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip";s:11:"3.6.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip";s:11:"3.6.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip";s:11:"3.6.0-beta5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip";s:10:"3.6.0-dev1";s:63:"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip";s:11:"3.6.0-dev10";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip";s:5:"3.6.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip";s:5:"3.6.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip";s:5:"3.6.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip";s:5:"3.6.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip";s:5:"3.6.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip";s:5:"3.6.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip";s:5:"3.6.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip";s:5:"3.6.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip";s:5:"3.7.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip";s:11:"3.7.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip";s:11:"3.7.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip";s:11:"3.7.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip";s:11:"3.7.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip";s:10:"3.7.0-dev1";s:63:"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip";s:5:"3.7.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip";s:5:"3.7.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip";s:5:"3.7.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip";s:5:"3.7.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip";s:5:"3.7.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip";s:5:"3.7.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip";s:5:"3.7.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip";s:5:"3.7.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip";s:5:"3.8.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip";s:11:"3.8.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip";s:11:"3.8.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip";s:11:"3.8.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip";s:5:"3.8.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip";s:5:"3.9.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip";s:5:"3.9.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip";s:5:"3.9.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip";s:5:"trunk";s:52:"https://downloads.wordpress.org/plugin/elementor.zip";}s:14:"business_model";s:10:"commercial";s:14:"repository_url";s:0:"";s:22:"commercial_support_url";s:94:"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support";s:11:"donate_link";s:0:"";s:7:"banners";a:2:{s:3:"low";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133";s:4:"high";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133";}s:5:"icons";a:2:{s:2:"1x";s:62:"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597";s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597";}s:12:"preview_link";s:0:"";s:4:"Name";s:63:"Elementor Website Builder – More than Just a Page Builder";}}', 'off'); INSERT INTO `wpxo_options` VALUES (429, 'rsssl_show_onboarding', '1', 'no'), (432, 'recently_activated', 'a:0:{}', 'off'), (435, 'rsssl_options', 'a:35:{s:12:"site_has_ssl";s:1:"1";s:15:"other_host_type";s:9:"namecheap";s:24:"enabled_captcha_provider";s:4:"none";s:25:"password_change_frequency";s:2:"12";s:23:"login_cookie_expiration";s:2:"48";s:27:"limit_login_attempts_amount";s:1:"5";s:29:"limit_login_attempts_duration";s:2:"15";s:40:"limit_login_attempts_locked_out_duration";s:2:"30";s:16:"x_xss_protection";s:4:"zero";s:15:"x_frame_options";s:0:"";s:15:"referrer_policy";s:31:"strict-origin-when-cross-origin";s:12:"hsts_max_age";s:8:"63072000";s:26:"cross_origin_opener_policy";s:8:"disabled";s:28:"cross_origin_resource_policy";s:8:"disabled";s:28:"cross_origin_embedder_policy";s:8:"disabled";s:19:"csp_frame_ancestors";s:8:"disabled";s:36:"vulnerability_notification_dashboard";s:1:"l";s:35:"vulnerability_notification_sitewide";s:1:"h";s:38:"vulnerability_notification_email_admin";s:1:"c";s:8:"redirect";s:11:"wp_redirect";s:13:"include_alias";i:1;s:15:"accept_le_terms";i:1;s:19:"dismiss_all_notices";i:1;s:19:"mixed_content_fixer";i:1;s:11:"ssl_enabled";s:1:"1";s:27:"disable_anyone_can_register";i:1;s:20:"disable_file_editing";i:1;s:28:"block_code_execution_uploads";i:1;s:22:"hide_wordpress_version";i:1;s:22:"disable_login_feedback";i:1;s:16:"disable_indexing";i:1;s:24:"disable_user_enumeration";i:1;s:28:"enable_vulnerability_scanner";i:1;s:27:"notifications_email_address";s:25:"mizanur@mentors-house.com";s:24:"send_notifications_email";i:1;}', 'yes'), (440, 'rsssl_current_version', '9.3.2', 'off'), (450, 'rsssl_wp_version_detected', 'no-response', 'no'), (452, 'rsssl_6_notice_dismissed', '1', 'no'), (456, 'rsssl_last_tested_http_method', '19', 'no'), (457, 'rsssl_http_methods_allowed', 'a:1:{s:11:"not-allowed";a:18:{i:0;s:3:"GET";i:1;s:4:"POST";i:2;s:3:"PUT";i:3;s:6:"DELETE";i:4;s:4:"HEAD";i:5;s:7:"OPTIONS";i:6;s:7:"CONNECT";i:7;s:5:"TRACE";i:8;s:5:"TRACK";i:9;s:5:"PATCH";i:10;s:4:"COPY";i:11;s:4:"LINK";i:12;s:6:"UNLINK";i:13;s:5:"PURGE";i:14;s:4:"LOCK";i:15;s:6:"UNLOCK";i:16;s:8:"PROPFIND";i:17;s:4:"VIEW";}}', 'no'), (459, 'rsssl_le_installation_progress', 'a:5:{i:0;s:11:"directories";i:1;s:10:"generation";i:2;s:16:"dns-verification";i:3;s:13:"system-status";i:4;s:6:"domain";}', 'no'), (462, 'rsssl_onboarding_dismissed', '1', 'no'), (469, 'rsssl_initial_alias_domain_value_set', '1', 'no'), (474, 'rsssl_ssl_detection_overridden', '1', 'no'), (481, 'rsssl_activation_timestamp', '1719828423', 'no'), (490, 'rsssl_ssl_labs_data', 'a:14:{s:6:"action";s:14:"store_ssl_labs";s:7:"_locale";s:4:"user";s:4:"host";s:15:"pyirates.africa";s:4:"port";i:443;s:8:"protocol";s:4:"http";s:8:"isPublic";b:0;s:6:"status";s:5:"READY";s:9:"startTime";i:1719828429928;s:8:"testTime";i:1719828483943;s:13:"engineVersion";s:5:"2.3.0";s:15:"criteriaVersion";s:5:"2009q";s:9:"endpoints";a:1:{i:0;a:10:{s:9:"ipAddress";s:13:"162.0.209.247";s:10:"serverName";s:29:"business100-5.web-hosting.com";s:13:"statusMessage";s:5:"Ready";s:5:"grade";s:1:"T";s:17:"gradeTrustIgnored";s:1:"A";s:11:"hasWarnings";b:0;s:13:"isExceptional";b:0;s:8:"progress";i:100;s:8:"duration";i:53862;s:10:"delegation";i:1;}}s:12:"endpointData";a:1:{i:0;a:11:{s:9:"ipAddress";s:13:"162.0.209.247";s:10:"serverName";s:29:"business100-5.web-hosting.com";s:13:"statusMessage";s:5:"Ready";s:5:"grade";s:1:"T";s:17:"gradeTrustIgnored";s:1:"A";s:11:"hasWarnings";b:0;s:13:"isExceptional";b:0;s:8:"progress";i:100;s:8:"duration";i:53862;s:10:"delegation";i:1;s:7:"details";a:57:{s:13:"hostStartTime";i:1719828429928;s:10:"certChains";a:1:{i:0;a:5:{s:2:"id";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";}s:10:"trustPaths";a:10:{i:0;a:2:{s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Mozilla";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:1;a:2:{s:7:"certIds";a:4:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";i:3;s:64:"d7a7a0fb5d7e2731d771e9484ebcdef71d5f0c3e0a2948782bc83ee0ea699ef4";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Mozilla";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:2;a:2:{s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:5:"Apple";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:3;a:2:{s:7:"certIds";a:4:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";i:3;s:64:"d7a7a0fb5d7e2731d771e9484ebcdef71d5f0c3e0a2948782bc83ee0ea699ef4";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:5:"Apple";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:4;a:2:{s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Android";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:5;a:2:{s:7:"certIds";a:4:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";i:3;s:64:"d7a7a0fb5d7e2731d771e9484ebcdef71d5f0c3e0a2948782bc83ee0ea699ef4";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Android";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:6;a:2:{s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:4:"Java";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:7;a:2:{s:7:"certIds";a:4:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";i:3;s:64:"d7a7a0fb5d7e2731d771e9484ebcdef71d5f0c3e0a2948782bc83ee0ea699ef4";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:4:"Java";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:8;a:2:{s:7:"certIds";a:3:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"e793c9b02fd8aa13e21c31228accb08119643b749c898964b1746d46c3d4cbd2";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Windows";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}i:9;a:2:{s:7:"certIds";a:4:{i:0;s:64:"b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0";i:1;s:64:"7fa4ff68ec04a99d7528d5085f94907f4d1dd1c5381bacdc832ed5c960214676";i:2;s:64:"68b9c761219a5b1f0131784474665db61bbdb109e00f05ca9f74244ee5f5f52b";i:3;s:64:"d7a7a0fb5d7e2731d771e9484ebcdef71d5f0c3e0a2948782bc83ee0ea699ef4";}s:5:"trust";a:1:{i:0;a:3:{s:9:"rootStore";s:7:"Windows";s:9:"isTrusted";b:0;s:17:"trustErrorMessage";s:106:"invalid certificate [Fingerprint SHA256: b31c46b34f4930acc3938cdc6e2e6d9dac28a8250548648466679fbf0e29a9e0]";}}}}s:6:"issues";i:0;s:5:"noSni";b:0;}}s:9:"protocols";a:2:{i:0;a:3:{s:2:"id";i:771;s:4:"name";s:3:"TLS";s:7:"version";s:3:"1.2";}i:1;a:3:{s:2:"id";i:772;s:4:"name";s:3:"TLS";s:7:"version";s:3:"1.3";}}s:6:"suites";a:2:{i:0;a:3:{s:8:"protocol";i:771;s:4:"list";a:13:{i:0;a:8:{s:2:"id";i:52392;s:4:"name";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:1;a:8:{s:2:"id";i:49199;s:4:"name";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:2;a:8:{s:2:"id";i:49200;s:4:"name";s:37:"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:3;a:9:{s:2:"id";i:158;s:4:"name";s:35:"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;}i:4;a:9:{s:2:"id";i:159;s:4:"name";s:35:"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384";s:14:"cipherStrength";i:256;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;}i:5;a:9:{s:2:"id";i:49191;s:4:"name";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:1:"q";i:1;}i:6;a:9:{s:2:"id";i:49192;s:4:"name";s:37:"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:1:"q";i:1;}i:7;a:9:{s:2:"id";i:49171;s:4:"name";s:34:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA";s:14:"cipherStrength";i:128;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:1:"q";i:1;}i:8;a:9:{s:2:"id";i:49172;s:4:"name";s:34:"TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:1:"q";i:1;}i:9;a:10:{s:2:"id";i:103;s:4:"name";s:35:"TLS_DHE_RSA_WITH_AES_128_CBC_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:1:"q";i:1;}i:10;a:10:{s:2:"id";i:51;s:4:"name";s:32:"TLS_DHE_RSA_WITH_AES_128_CBC_SHA";s:14:"cipherStrength";i:128;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:1:"q";i:1;}i:11;a:10:{s:2:"id";i:107;s:4:"name";s:35:"TLS_DHE_RSA_WITH_AES_256_CBC_SHA256";s:14:"cipherStrength";i:256;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:1:"q";i:1;}i:12;a:10:{s:2:"id";i:57;s:4:"name";s:32:"TLS_DHE_RSA_WITH_AES_256_CBC_SHA";s:14:"cipherStrength";i:256;s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:2048;s:6:"dhBits";i:256;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:1:"q";i:1;}}s:10:"preference";b:1;}i:1;a:4:{s:8:"protocol";i:772;s:4:"list";a:4:{i:0;a:8:{s:2:"id";i:4866;s:4:"name";s:22:"TLS_AES_256_GCM_SHA384";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:1;a:8:{s:2:"id";i:4867;s:4:"name";s:28:"TLS_CHACHA20_POLY1305_SHA256";s:14:"cipherStrength";i:256;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:2;a:8:{s:2:"id";i:4865;s:4:"name";s:22:"TLS_AES_128_GCM_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:3;a:8:{s:2:"id";i:4868;s:4:"name";s:22:"TLS_AES_128_CCM_SHA256";s:14:"cipherStrength";i:128;s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}}s:10:"preference";b:1;s:18:"chaCha20Preference";b:1;}}s:11:"namedGroups";a:2:{s:4:"list";a:5:{i:0;a:4:{s:2:"id";i:29;s:4:"name";s:6:"x25519";s:4:"bits";i:256;s:14:"namedGroupType";s:2:"EC";}i:1;a:4:{s:2:"id";i:23;s:4:"name";s:9:"secp256r1";s:4:"bits";i:256;s:14:"namedGroupType";s:2:"EC";}i:2;a:4:{s:2:"id";i:30;s:4:"name";s:4:"x448";s:4:"bits";i:224;s:14:"namedGroupType";s:2:"EC";}i:3;a:4:{s:2:"id";i:25;s:4:"name";s:9:"secp521r1";s:4:"bits";i:521;s:14:"namedGroupType";s:2:"EC";}i:4;a:4:{s:2:"id";i:24;s:4:"name";s:9:"secp384r1";s:4:"bits";i:384;s:14:"namedGroupType";s:2:"EC";}}s:10:"preference";b:1;}s:15:"serverSignature";s:9:"LiteSpeed";s:16:"prefixDelegation";b:0;s:19:"nonPrefixDelegation";b:1;s:9:"vulnBeast";b:0;s:12:"renegSupport";i:2;s:17:"sessionResumption";i:2;s:18:"compressionMethods";i:0;s:11:"supportsNpn";b:0;s:12:"supportsAlpn";b:1;s:13:"alpnProtocols";s:11:"h2 http/1.1";s:14:"sessionTickets";i:0;s:12:"ocspStapling";b:0;s:11:"sniRequired";b:0;s:14:"httpStatusCode";i:200;s:11:"supportsRc4";b:0;s:13:"rc4WithModern";b:0;s:7:"rc4Only";b:0;s:14:"forwardSecrecy";i:4;s:12:"supportsAead";b:1;s:19:"protocolIntolerance";i:0;s:15:"miscIntolerance";i:0;s:4:"sims";a:1:{s:7:"results";a:64:{i:0;a:4:{s:6:"client";a:4:{s:2:"id";i:56;s:4:"name";s:7:"Android";s:7:"version";s:5:"2.3.7";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:1;a:4:{s:6:"client";a:4:{s:2:"id";i:58;s:4:"name";s:7:"Android";s:7:"version";s:5:"4.0.4";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:2;a:4:{s:6:"client";a:4:{s:2:"id";i:59;s:4:"name";s:7:"Android";s:7:"version";s:5:"4.1.1";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:3;a:4:{s:6:"client";a:4:{s:2:"id";i:60;s:4:"name";s:7:"Android";s:7:"version";s:5:"4.2.2";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:4;a:4:{s:6:"client";a:4:{s:2:"id";i:61;s:4:"name";s:7:"Android";s:7:"version";s:3:"4.3";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:5;a:15:{s:6:"client";a:4:{s:2:"id";i:62;s:4:"name";s:7:"Android";s:7:"version";s:5:"4.4.2";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:6;a:15:{s:6:"client";a:4:{s:2:"id";i:88;s:4:"name";s:7:"Android";s:7:"version";s:5:"5.0.0";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:7;a:15:{s:6:"client";a:4:{s:2:"id";i:129;s:4:"name";s:7:"Android";s:7:"version";s:3:"6.0";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:8;a:15:{s:6:"client";a:4:{s:2:"id";i:167;s:4:"name";s:7:"Android";s:7:"version";s:3:"7.0";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:9;a:15:{s:6:"client";a:4:{s:2:"id";i:168;s:4:"name";s:7:"Android";s:7:"version";s:3:"8.0";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:10;a:11:{s:6:"client";a:4:{s:2:"id";i:157;s:4:"name";s:7:"Android";s:7:"version";s:3:"8.1";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4867;s:9:"suiteName";s:28:"TLS_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:11;a:11:{s:6:"client";a:4:{s:2:"id";i:158;s:4:"name";s:7:"Android";s:7:"version";s:3:"9.0";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4867;s:9:"suiteName";s:28:"TLS_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:12;a:4:{s:6:"client";a:4:{s:2:"id";i:94;s:4:"name";s:5:"Baidu";s:7:"version";s:8:"Jan 2015";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:13;a:15:{s:6:"client";a:4:{s:2:"id";i:91;s:4:"name";s:11:"BingPreview";s:7:"version";s:8:"Jan 2015";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:14;a:15:{s:6:"client";a:5:{s:2:"id";i:136;s:4:"name";s:6:"Chrome";s:8:"platform";s:6:"XP SP3";s:7:"version";s:2:"49";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:15;a:15:{s:6:"client";a:5:{s:2:"id";i:152;s:4:"name";s:6:"Chrome";s:8:"platform";s:5:"Win 7";s:7:"version";s:2:"69";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:16;a:11:{s:6:"client";a:5:{s:2:"id";i:153;s:4:"name";s:6:"Chrome";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"70";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:17;a:11:{s:6:"client";a:5:{s:2:"id";i:170;s:4:"name";s:6:"Chrome";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"80";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:18;a:15:{s:6:"client";a:5:{s:2:"id";i:84;s:4:"name";s:7:"Firefox";s:8:"platform";s:5:"Win 7";s:7:"version";s:10:"31.3.0 ESR";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:19;a:15:{s:6:"client";a:5:{s:2:"id";i:132;s:4:"name";s:7:"Firefox";s:8:"platform";s:5:"Win 7";s:7:"version";s:2:"47";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:20;a:15:{s:6:"client";a:5:{s:2:"id";i:137;s:4:"name";s:7:"Firefox";s:8:"platform";s:6:"XP SP3";s:7:"version";s:2:"49";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:21;a:15:{s:6:"client";a:5:{s:2:"id";i:151;s:4:"name";s:7:"Firefox";s:8:"platform";s:5:"Win 7";s:7:"version";s:2:"62";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:22;a:11:{s:6:"client";a:5:{s:2:"id";i:171;s:4:"name";s:7:"Firefox";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"73";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:23;a:15:{s:6:"client";a:4:{s:2:"id";i:145;s:4:"name";s:9:"Googlebot";s:7:"version";s:8:"Feb 2018";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:24;a:4:{s:6:"client";a:5:{s:2:"id";i:100;s:4:"name";s:2:"IE";s:8:"platform";s:2:"XP";s:7:"version";s:1:"6";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:25;a:4:{s:6:"client";a:5:{s:2:"id";i:19;s:4:"name";s:2:"IE";s:8:"platform";s:5:"Vista";s:7:"version";s:1:"7";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:26;a:4:{s:6:"client";a:5:{s:2:"id";i:101;s:4:"name";s:2:"IE";s:8:"platform";s:2:"XP";s:7:"version";s:1:"8";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:27;a:4:{s:6:"client";a:5:{s:2:"id";i:113;s:4:"name";s:2:"IE";s:8:"platform";s:5:"Win 7";s:7:"version";s:4:"8-10";s:11:"isReference";b:1;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:28;a:16:{s:6:"client";a:5:{s:2:"id";i:143;s:4:"name";s:2:"IE";s:8:"platform";s:5:"Win 7";s:7:"version";s:2:"11";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:158;s:9:"suiteName";s:35:"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:16384;s:6:"dhBits";i:2048;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:29;a:16:{s:6:"client";a:5:{s:2:"id";i:134;s:4:"name";s:2:"IE";s:8:"platform";s:7:"Win 8.1";s:7:"version";s:2:"11";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:158;s:9:"suiteName";s:35:"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:16384;s:6:"dhBits";i:2048;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:30;a:4:{s:6:"client";a:5:{s:2:"id";i:64;s:4:"name";s:2:"IE";s:8:"platform";s:13:"Win Phone 8.0";s:7:"version";s:2:"10";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:31;a:15:{s:6:"client";a:5:{s:2:"id";i:65;s:4:"name";s:2:"IE";s:8:"platform";s:13:"Win Phone 8.1";s:7:"version";s:2:"11";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:32;a:16:{s:6:"client";a:5:{s:2:"id";i:106;s:4:"name";s:2:"IE";s:8:"platform";s:20:"Win Phone 8.1 Update";s:7:"version";s:2:"11";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:158;s:9:"suiteName";s:35:"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:2:"DH";s:10:"kxStrength";i:16384;s:6:"dhBits";i:2048;s:3:"dhP";i:256;s:3:"dhG";i:1;s:4:"dhYs";i:256;s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:33;a:15:{s:6:"client";a:5:{s:2:"id";i:131;s:4:"name";s:2:"IE";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"11";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:34;a:15:{s:6:"client";a:5:{s:2:"id";i:144;s:4:"name";s:4:"Edge";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"15";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:35;a:15:{s:6:"client";a:5:{s:2:"id";i:159;s:4:"name";s:4:"Edge";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"16";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:36;a:15:{s:6:"client";a:5:{s:2:"id";i:160;s:4:"name";s:4:"Edge";s:8:"platform";s:6:"Win 10";s:7:"version";s:2:"18";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:37;a:15:{s:6:"client";a:5:{s:2:"id";i:120;s:4:"name";s:4:"Edge";s:8:"platform";s:12:"Win Phone 10";s:7:"version";s:2:"13";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:38;a:4:{s:6:"client";a:4:{s:2:"id";i:25;s:4:"name";s:4:"Java";s:7:"version";s:4:"6u45";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:39;a:4:{s:6:"client";a:4:{s:2:"id";i:26;s:4:"name";s:4:"Java";s:7:"version";s:4:"7u25";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:40;a:15:{s:6:"client";a:4:{s:2:"id";i:147;s:4:"name";s:4:"Java";s:7:"version";s:5:"8u161";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:41;a:11:{s:6:"client";a:4:{s:2:"id";i:162;s:4:"name";s:4:"Java";s:7:"version";s:6:"11.0.3";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";}i:42;a:11:{s:6:"client";a:4:{s:2:"id";i:163;s:4:"name";s:4:"Java";s:7:"version";s:6:"12.0.1";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";}i:43;a:4:{s:6:"client";a:4:{s:2:"id";i:27;s:4:"name";s:7:"OpenSSL";s:7:"version";s:6:"0.9.8y";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:44;a:15:{s:6:"client";a:4:{s:2:"id";i:99;s:4:"name";s:7:"OpenSSL";s:7:"version";s:6:"1.0.1l";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:45;a:15:{s:6:"client";a:4:{s:2:"id";i:164;s:4:"name";s:7:"OpenSSL";s:7:"version";s:6:"1.0.2s";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:46;a:15:{s:6:"client";a:4:{s:2:"id";i:169;s:4:"name";s:7:"OpenSSL";s:7:"version";s:6:"1.1.0k";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:52392;s:9:"suiteName";s:43:"TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:47;a:11:{s:6:"client";a:4:{s:2:"id";i:165;s:4:"name";s:7:"OpenSSL";s:7:"version";s:6:"1.1.1c";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4866;s:9:"suiteName";s:22:"TLS_AES_256_GCM_SHA384";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:48;a:4:{s:6:"client";a:5:{s:2:"id";i:32;s:4:"name";s:6:"Safari";s:8:"platform";s:11:"OS X 10.6.8";s:7:"version";s:5:"5.1.9";s:11:"isReference";b:0;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:49;a:15:{s:6:"client";a:5:{s:2:"id";i:33;s:4:"name";s:6:"Safari";s:8:"platform";s:9:"iOS 6.0.1";s:7:"version";s:1:"6";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:50;a:4:{s:6:"client";a:5:{s:2:"id";i:34;s:4:"name";s:6:"Safari";s:8:"platform";s:11:"OS X 10.8.4";s:7:"version";s:5:"6.0.4";s:11:"isReference";b:1;}s:9:"errorCode";i:1;s:12:"errorMessage";s:33:"Protocol mismatch (not simulated)";s:8:"attempts";i:0;}i:51;a:15:{s:6:"client";a:5:{s:2:"id";i:63;s:4:"name";s:6:"Safari";s:8:"platform";s:7:"iOS 7.1";s:7:"version";s:1:"7";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:52;a:15:{s:6:"client";a:5:{s:2:"id";i:35;s:4:"name";s:6:"Safari";s:8:"platform";s:9:"OS X 10.9";s:7:"version";s:1:"7";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:53;a:15:{s:6:"client";a:5:{s:2:"id";i:85;s:4:"name";s:6:"Safari";s:8:"platform";s:7:"iOS 8.4";s:7:"version";s:1:"8";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:54;a:15:{s:6:"client";a:5:{s:2:"id";i:87;s:4:"name";s:6:"Safari";s:8:"platform";s:10:"OS X 10.10";s:7:"version";s:1:"8";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49191;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:55;a:15:{s:6:"client";a:5:{s:2:"id";i:114;s:4:"name";s:6:"Safari";s:8:"platform";s:5:"iOS 9";s:7:"version";s:1:"9";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:56;a:15:{s:6:"client";a:5:{s:2:"id";i:111;s:4:"name";s:6:"Safari";s:8:"platform";s:10:"OS X 10.11";s:7:"version";s:1:"9";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:57;a:15:{s:6:"client";a:5:{s:2:"id";i:140;s:4:"name";s:6:"Safari";s:8:"platform";s:6:"iOS 10";s:7:"version";s:2:"10";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:58;a:15:{s:6:"client";a:5:{s:2:"id";i:138;s:4:"name";s:6:"Safari";s:8:"platform";s:10:"OS X 10.12";s:7:"version";s:2:"10";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:59;a:11:{s:6:"client";a:5:{s:2:"id";i:161;s:4:"name";s:6:"Safari";s:8:"platform";s:18:"MacOS 10.14.6 Beta";s:7:"version";s:6:"12.1.2";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4867;s:9:"suiteName";s:28:"TLS_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:60;a:11:{s:6:"client";a:5:{s:2:"id";i:166;s:4:"name";s:6:"Safari";s:8:"platform";s:10:"iOS 12.3.1";s:7:"version";s:6:"12.1.1";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:10:"protocolId";i:772;s:7:"suiteId";i:4867;s:9:"suiteName";s:28:"TLS_CHACHA20_POLY1305_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:29;s:14:"namedGroupName";s:6:"x25519";}i:61;a:15:{s:6:"client";a:5:{s:2:"id";i:112;s:4:"name";s:9:"Apple ATS";s:8:"platform";s:5:"iOS 9";s:7:"version";s:1:"9";s:11:"isReference";b:1;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:62;a:15:{s:6:"client";a:4:{s:2:"id";i:92;s:4:"name";s:11:"Yahoo Slurp";s:7:"version";s:8:"Jan 2015";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}i:63;a:15:{s:6:"client";a:4:{s:2:"id";i:93;s:4:"name";s:9:"YandexBot";s:7:"version";s:8:"Jan 2015";s:11:"isReference";b:0;}s:9:"errorCode";i:0;s:8:"attempts";i:1;s:11:"certChainId";s:64:"8dadfaa4a59a046dde899fc05e0b7e13578a6259bb45a7c013b79d69e35a61a9";s:10:"protocolId";i:771;s:7:"suiteId";i:49199;s:9:"suiteName";s:37:"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256";s:6:"kxType";s:4:"ECDH";s:10:"kxStrength";i:3072;s:14:"namedGroupBits";i:256;s:12:"namedGroupId";i:23;s:14:"namedGroupName";s:9:"secp256r1";s:6:"keyAlg";s:3:"RSA";s:7:"keySize";i:2048;s:6:"sigAlg";s:13:"SHA256withRSA";}}}s:10:"heartbleed";b:0;s:9:"heartbeat";b:0;s:10:"openSslCcs";i:1;s:19:"openSSLLuckyMinus20";i:1;s:11:"ticketbleed";i:1;s:14:"bleichenbacher";i:1;s:6:"poodle";b:0;s:9:"poodleTls";i:1;s:12:"fallbackScsv";b:1;s:5:"freak";b:0;s:6:"hasSct";i:1;s:8:"dhPrimes";a:1:{i:0;s:512:"ec86f870a03316ec051a7359cd1f8bf829e4d2cf52ddc2248db5389afb5ca4e4b2dace665074a6854d4b1d30b82bf310e9a72d0571e781df8b59523b5f430b68f1db07be086b1b23ee4dcc9e0e43a01edf438cecbebe90b45154b92f7b64764e5dd42eaec29eae514359c7779c503c0eed73045ff14c762ad8f8cffc3440d1b442618466423904f868b262d755ed1b747591e0c569c1315cdb7b442ece84580d1e660cc8449efd4008675dfba7768f001187e993f97dc4bc745520d44a412f43421ac1f297174927376b2f887e1ca0a1899227d9565a71c156377e3a9d05e7ee5d8f8217bce9c2933082f9f4c9ae49dbd054b4d9754dfa06b8d63841b71f77f3";}s:17:"dhUsesKnownPrimes";i:0;s:9:"dhYsReuse";b:0;s:18:"ecdhParameterReuse";b:0;s:6:"logjam";b:0;s:18:"chaCha20Preference";b:1;s:10:"hstsPolicy";a:3:{s:12:"LONG_MAX_AGE";i:15552000;s:6:"status";s:6:"absent";s:10:"directives";a:0:{}}s:12:"hstsPreloads";a:4:{i:0;a:4:{s:6:"source";s:6:"Chrome";s:8:"hostname";s:15:"pyirates.africa";s:6:"status";s:6:"absent";s:10:"sourceTime";i:1719825064172;}i:1;a:4:{s:6:"source";s:4:"Edge";s:8:"hostname";s:15:"pyirates.africa";s:6:"status";s:6:"absent";s:10:"sourceTime";i:1719825067051;}i:2;a:4:{s:6:"source";s:7:"Firefox";s:8:"hostname";s:15:"pyirates.africa";s:6:"status";s:6:"absent";s:10:"sourceTime";i:1719825067051;}i:3;a:4:{s:6:"source";s:2:"IE";s:8:"hostname";s:15:"pyirates.africa";s:6:"status";s:6:"absent";s:10:"sourceTime";i:1719825067051;}}s:10:"hpkpPolicy";a:4:{s:6:"status";s:6:"absent";s:4:"pins";a:0:{}s:11:"matchedPins";a:0:{}s:10:"directives";a:0:{}}s:12:"hpkpRoPolicy";a:4:{s:6:"status";s:6:"absent";s:4:"pins";a:0:{}s:11:"matchedPins";a:0:{}s:10:"directives";a:0:{}}s:15:"staticPkpPolicy";a:5:{s:6:"status";s:6:"absent";s:4:"pins";a:0:{}s:11:"matchedPins";a:0:{}s:13:"forbiddenPins";a:0:{}s:20:"matchedForbiddenPins";a:0:{}}s:16:"httpTransactions";a:1:{i:0;a:8:{s:10:"requestUrl";s:24:"https://pyirates.africa/";s:10:"statusCode";i:200;s:11:"requestLine";s:14:"GET / HTTP/1.1";s:14:"requestHeaders";a:4:{i:0;s:21:"Host: pyirates.africa";i:1;s:98:"User-Agent: SSL Labs (https://www.ssllabs.com/about/assessment.html); on behalf of XXX.XXX.XXX.XXX";i:2;s:11:"Accept: */*";i:3;s:17:"Connection: Close";}s:12:"responseLine";s:15:"HTTP/1.1 200 OK";s:18:"responseHeadersRaw";a:13:{i:0;s:30:"keep-alive: timeout=5, max=100";i:1;s:38:"content-type: text/html; charset=UTF-8";i:2;s:24:"x-ua-compatible: IE=edge";i:3;s:66:"link: <https://pyirates.africa/wp-json/>; rel="https://api.w.org/"";i:4;s:48:"x-litespeed-cache-control: public,max-age=604800";i:5;s:90:"x-litespeed-tag: 07c_HTTP.200,07c_home,07c_URL.6666cd76f96956469e7be39d750cc7d9,07c_F,07c_";i:6;s:25:"etag: "678-1719828437;;;"";i:7;s:23:"x-litespeed-cache: miss";i:8;s:26:"transfer-encoding: chunked";i:9;s:35:"date: Mon, 01 Jul 2024 10:07:17 GMT";i:10;s:17:"server: LiteSpeed";i:11;s:29:"x-turbo-charged-by: LiteSpeed";i:12;s:17:"connection: close";}s:15:"responseHeaders";a:13:{i:0;a:2:{s:4:"name";s:10:"keep-alive";s:5:"value";s:18:"timeout=5, max=100";}i:1;a:2:{s:4:"name";s:12:"content-type";s:5:"value";s:24:"text/html; charset=UTF-8";}i:2;a:2:{s:4:"name";s:15:"x-ua-compatible";s:5:"value";s:7:"IE=edge";}i:3;a:2:{s:4:"name";s:4:"link";s:5:"value";s:60:"<https://pyirates.africa/wp-json/>; rel="https://api.w.org/"";}i:4;a:2:{s:4:"name";s:25:"x-litespeed-cache-control";s:5:"value";s:21:"public,max-age=604800";}i:5;a:2:{s:4:"name";s:15:"x-litespeed-tag";s:5:"value";s:73:"07c_HTTP.200,07c_home,07c_URL.6666cd76f96956469e7be39d750cc7d9,07c_F,07c_";}i:6;a:2:{s:4:"name";s:4:"etag";s:5:"value";s:19:""678-1719828437;;;"";}i:7;a:2:{s:4:"name";s:17:"x-litespeed-cache";s:5:"value";s:4:"miss";}i:8;a:2:{s:4:"name";s:17:"transfer-encoding";s:5:"value";s:7:"chunked";}i:9;a:2:{s:4:"name";s:4:"date";s:5:"value";s:29:"Mon, 01 Jul 2024 10:07:17 GMT";}i:10;a:2:{s:4:"name";s:6:"server";s:5:"value";s:9:"LiteSpeed";}i:11;a:2:{s:4:"name";s:18:"x-turbo-charged-by";s:5:"value";s:9:"LiteSpeed";}i:12;a:2:{s:4:"name";s:10:"connection";s:5:"value";s:5:"close";}}s:13:"fragileServer";b:0;}}s:26:"implementsTLS13MandatoryCS";b:1;s:14:"zeroRTTEnabled";i:0;s:12:"zombiePoodle";i:1;s:12:"goldenDoodle";i:1;s:11:"supportsCBC";b:1;s:23:"zeroLengthPaddingOracle";i:1;s:14:"sleepingPoodle";i:1;}}}s:5:"nonce";s:10:"3709a37b48";}', 'no'), (492, 'rsssl_email_verification_status', 'started', 'no'), (500, 'rsssl_wp_version_token', '1771983842', 'yes'), (501, 'rsssl_l_notification_dismissed_for', 'a:0:{}', 'no'), (502, 'rsssl_m_notification_dismissed_for', 'a:1:{i:0;s:36:"76f86166-c993-4692-9a2f-8ac963e8903e";}', 'off'), (503, 'rsssl_h_notification_dismissed_for', 'a:0:{}', 'off'), (504, 'rsssl_c_notification_dismissed_for', 'a:0:{}', 'off'), (506, 'burst_tour_shown_once', '1', 'no'), (507, 'burst_rest_api_optimizer_not_writable', '1', 'no'), (508, 'burst_activation_time', '1719828493', 'no'), (513, 'burst_tracking_status', 'beacon', 'yes'), (518, 'burst_sessions_db_version', '1.6.1', 'no'), (519, 'burst_goals_db_version', '1.6.1', 'no'), (520, 'burst_stats_db_version', '1.6.1', 'no'), (521, 'burst_goal_stats_db_version', '1.6.1', 'no'), (522, 'cmplz_activation_time', '1719828493', 'no'), (526, 'cmplz_tour_shown_once', '1', 'no'), (527, 'cmplz_active_integrations', '2', 'yes'), (528, 'cmplz_integrations_changed', '', 'yes'), (533, 'cmplz_generate_pdf_languages', 'a:0:{}', 'yes'), (536, 'cmplz_tc_tour_shown_once', '1', 'no'), (537, 'burst-current-version', '1.6.1', 'no'), (538, 'cmplz_cookietable_version', '7.3.1', 'yes'), (539, 'cmplz_cbdb_version', '7.3.1', 'yes'), (540, 'cmplz_dnsmpd_db_version', '7.3.1', 'off'), (541, 'cmplz_first_version', '7.1.0', 'no'), (542, 'cmplz_generate_new_cookiepolicy_snapshot', '', 'off'), (543, 'cmplz-current-version', '7.3.1', 'yes'); INSERT INTO `wpxo_options` VALUES (544, 'cmplz_tc_activation_time', '1719828466', 'yes'), (545, 'cmplz-tc-current-version', '1.2.8', 'yes'), (552, 'burst_options_settings', 'a:2:{s:19:"user_role_blocklist";a:1:{i:0;s:13:"administrator";}s:25:"email_reports_mailinglist";a:1:{i:0;a:2:{s:5:"email";s:25:"mizanur@mentors-house.com";s:9:"frequency";s:7:"monthly";}}}', 'yes'), (555, 'cmplz_options', 'a:1:{s:11:"use_cdb_api";s:3:"yes";}', 'yes'), (556, 'cmplz_preloaded_privacy_info', 'a:5:{i:0;a:3:{s:11:"plugin_name";s:9:"WordPress";s:11:"policy_text";s:4467:"<h2 class="wp-block-heading">Who we are</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Our website address is: https://pyirates.africa.</p><h2 class="wp-block-heading">Comments</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h2 class="wp-block-heading">Media</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h2 class="wp-block-heading">Cookies</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h2 class="wp-block-heading">Embedded content from other websites</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h2 class="wp-block-heading">Who we share your data with</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><h2 class="wp-block-heading">How long we retain your data</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2 class="wp-block-heading">What rights you have over your data</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2 class="wp-block-heading">Where your data is sent</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>";s:5:"added";i:1719828493;}i:1;a:3:{s:11:"plugin_name";s:17:"Really Simple SSL";s:11:"policy_text";s:339:"<p>Really Simple SSL and Really Simple SSL add-ons do not process any personal identifiable information, so the GDPR does not apply to these plugins or usage of these plugins on your website. You can find our privacy policy <a href="https://really-simple-ssl.com/privacy-statement/" rel="noopener noreferrer" target="_blank">here</a>.</p>\n";s:5:"added";i:1719828493;}i:2;a:3:{s:11:"plugin_name";s:43:"Complianz | The Privacy Suite for WordPress";s:11:"policy_text";s:462:"<p>This website uses the Privacy Suite for WordPress by Complianz to collect and record Browser and Device-based Consent. For this functionality, your IP address is anonymized and stored in our database. This service does not process any personally identifiable information and does not share any data with the service provider. For more information, see the Complianz <a href="https://complianz.io/legal/privacy-statement/">Privacy Statement</a>.</p>\n";s:5:"added";i:1719828853;}i:3;a:3:{s:11:"plugin_name";s:15:"LiteSpeed Cache";s:11:"policy_text";s:697:"This site utilizes caching in order to facilitate a faster response time and better user experience. Caching potentially stores a duplicate copy of every web page that is on display on this site. All cache files are temporary, and are never accessed by any third party, except as necessary to obtain technical support from the cache plugin vendor. Cache files expire on a schedule set by the site administrator, but may easily be purged by the admin before their natural expiration, if necessary. We may use QUIC.cloud services to process & cache your data temporarily.Please see <a href="https://quic.cloud/privacy-policy/" target="_blank">https://quic.cloud/privacy-policy/</a> for more details.";s:5:"added";i:1720091221;}i:4;a:3:{s:11:"plugin_name";s:17:"Slider Revolution";s:11:"policy_text";s:4380:"<h2>In case you’re using Google Web Fonts (default) or playing videos or sounds via YouTube or Vimeo in Slider Revolution we recommend to add the corresponding text phrase to your privacy police:</h2>\n <h3>YouTube</h3> <p>Our website uses plugins from YouTube, which is operated by Google. The operator of the pages is YouTube LLC, 901 Cherry Ave., San Bruno, CA 94066, USA.</p> <p>If you visit one of our pages featuring a YouTube plugin, a connection to the YouTube servers is established. Here the YouTube server is informed about which of our pages you have visited.</p> <p>If you''re logged in to your YouTube account, YouTube allows you to associate your browsing behavior directly with your personal profile. You can prevent this by logging out of your YouTube account.</p> <p>YouTube is used to help make our website appealing. This constitutes a justified interest pursuant to Art. 6 (1) (f) DSGVO.</p> <p>Further information about handling user data, can be found in the data protection declaration of YouTube under <a href="https://www.google.de/intl/de/policies/privacy" target="_blank" rel="noopener">https://www.google.de/intl/de/policies/privacy</a>.</p>\n <h3>Vimeo</h3> <p>Our website uses features provided by the Vimeo video portal. This service is provided by Vimeo Inc., 555 West 18th Street, New York, New York 10011, USA.</p> <p>If you visit one of our pages featuring a Vimeo plugin, a connection to the Vimeo servers is established. Here the Vimeo server is informed about which of our pages you have visited. In addition, Vimeo will receive your IP address. This also applies if you are not logged in to Vimeo when you visit our plugin or do not have a Vimeo account. The information is transmitted to a Vimeo server in the US, where it is stored.</p> <p>If you are logged in to your Vimeo account, Vimeo allows you to associate your browsing behavior directly with your personal profile. You can prevent this by logging out of your Vimeo account.</p> <p>For more information on how to handle user data, please refer to the Vimeo Privacy Policy at <a href="https://vimeo.com/privacy" target="_blank" rel="noopener">https://vimeo.com/privacy</a>.</p>\n <h3>Google Web Fonts</h3> <p>For uniform representation of fonts, this page uses web fonts provided by Google. When you open a page, your browser loads the required web fonts into your browser cache to display texts and fonts correctly.</p> <p>For this purpose your browser has to establish a direct connection to Google servers. Google thus becomes aware that our web page was accessed via your IP address. The use of Google Web fonts is done in the interest of a uniform and attractive presentation of our plugin. This constitutes a justified interest pursuant to Art. 6 (1) (f) DSGVO.</p> <p>If your browser does not support web fonts, a standard font is used by your computer.</p> <p>Further information about handling user data, can be found at <a href="https://developers.google.com/fonts/faq" target="_blank" rel="noopener">https://developers.google.com/fonts/faq</a> and in Google''s privacy policy at <a href="https://www.google.com/policies/privacy/" target="_blank" rel="noopener">https://www.google.com/policies/privacy/</a>.</p>\n <h3>SoundCloud</h3><p>On our pages, plugins of the SoundCloud social network (SoundCloud Limited, Berners House, 47-48 Berners Street, London W1T 3NF, UK) may be integrated. The SoundCloud plugins can be recognized by the SoundCloud logo on our site.</p>\n <p>When you visit our site, a direct connection between your browser and the SoundCloud server is established via the plugin. This enables SoundCloud to receive information that you have visited our site from your IP address. If you click on the “Like” or “Share” buttons while you are logged into your SoundCloud account, you can link the content of our pages to your SoundCloud profile. This means that SoundCloud can associate visits to our pages with your user account. We would like to point out that, as the provider of these pages, we have no knowledge of the content of the data transmitted or how it will be used by SoundCloud. For more information on SoundCloud’s privacy policy, please go to https://soundcloud.com/pages/privacy.</p><p>If you do not want SoundCloud to associate your visit to our site with your SoundCloud account, please log out of your SoundCloud account.</p>";s:5:"added";i:1720213761;}}', 'no'), (557, '_wp_suggested_policy_text_has_changed', 'changed', 'off'), (588, 'elementor_active_kit', '6', 'yes'), (589, 'elementor_font_display', 'swap', 'yes'), (592, 'elementor_version', '3.24.0', 'yes'), (593, 'elementor_install_history', 'a:5:{s:6:"3.22.3";i:1719829034;s:6:"3.23.0";i:1721031352;s:6:"3.23.1";i:1721081650;s:6:"3.23.4";i:1723115359;s:6:"3.24.0";i:1725989463;}', 'yes'), (594, 'elementor_events_db_version', '1.0.0', 'no'), (596, 'elementor_onboarded', '1', 'yes'), (598, '_elementor_installed_time', '1719828905', 'yes'), (599, 'elementor_remote_info_library', 'a:3:{s:10:"types_data";a:4:{s:5:"block";a:2:{s:10:"categories";a:28:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:8:"Benefits";i:4;s:14:"call to action";i:5;s:7:"clients";i:6;s:7:"contact";i:7;s:4:"Data";i:8;s:3:"faq";i:9;s:8:"features";i:10;s:6:"footer";i:11;s:7:"Gallery";i:12;s:6:"header";i:13;s:4:"hero";i:14;s:11:"Link in Bio";i:15;s:9:"portfolio";i:16;s:7:"pricing";i:17;s:15:"product archive";i:18;s:5:"Quote";i:19;s:15:"Service Details";i:20;s:8:"services";i:21;s:11:"single page";i:22;s:11:"single post";i:23;s:14:"single product";i:24;s:5:"stats";i:25;s:9:"subscribe";i:26;s:4:"team";i:27;s:12:"testimonials";}s:4:"sets";a:5:{i:0;s:11:"Boxing Club";i:1;s:19:"Business Consultant";i:2;s:16:"Marketing Agency";i:3;s:9:"Wireframe";i:4;s:15:"Workshop Center";}}s:5:"popup";a:1:{s:10:"categories";a:6:{i:0;s:10:"bottom bar";i:1;s:7:"classic";i:2;s:6:"fly-in";i:3;s:11:"full screen";i:4;s:9:"hello bar";i:5;s:8:"slide-in";}}s:2:"lp";a:1:{s:10:"categories";a:15:{i:0;s:8:"Business";i:1;s:16:"Coming Soon Page";i:2;s:9:"eCommerce";i:3;s:9:"Education";i:4;s:6:"Events";i:5;s:18:"Health and Fitness";i:6;s:3:"NFT";i:7;s:14:"Online Service";i:8;s:7:"Product";i:9;s:11:"Real Estate";i:10;s:18:"Social Involvement";i:11;s:14:"Thank You Page";i:12;s:6:"Travel";i:13;s:18:"Under Construction";i:14;s:9:"Wireframe";}}s:2:"lb";a:1:{s:10:"categories";a:2:{i:0;s:4:"post";i:1;s:7:"product";}}}s:10:"categories";a:28:{i:0;s:8:"404 page";i:1;s:5:"about";i:2;s:7:"archive";i:3;s:8:"Benefits";i:4;s:14:"call to action";i:5;s:7:"clients";i:6;s:7:"contact";i:7;s:4:"Data";i:8;s:3:"faq";i:9;s:8:"features";i:10;s:6:"footer";i:11;s:7:"Gallery";i:12;s:6:"header";i:13;s:4:"hero";i:14;s:11:"Link in Bio";i:15;s:9:"portfolio";i:16;s:7:"pricing";i:17;s:15:"product archive";i:18;s:5:"Quote";i:19;s:15:"Service Details";i:20;s:8:"services";i:21;s:11:"single page";i:22;s:11:"single post";i:23;s:14:"single product";i:24;s:5:"stats";i:25;s:9:"subscribe";i:26;s:4:"team";i:27;s:12:"testimonials";}s:9:"templates";a:823:{i:0;a:19:{s:4:"tmpl";i:1280;s:2:"id";i:22403;s:5:"title";s:40:"Hello Bar | Subscribe | Aesthetic Clinic";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg";s:12:"tmpl_created";i:1647354307;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:48:"["Barbershop","Business","Discount","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:1;a:19:{s:4:"tmpl";i:1281;s:2:"id";i:22410;s:5:"title";s:32:"Fly-In | Discount | Hair Stylist";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg";s:12:"tmpl_created";i:1647354614;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:32:"["Barbershop","Discount","Hair"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:2;a:19:{s:4:"tmpl";i:1285;s:2:"id";i:22440;s:5:"title";s:32:"Classic | Subscribe | Shoe Store";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg";s:12:"tmpl_created";i:1647418620;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:37:"["Ecommerce","Marketing","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:3;a:19:{s:4:"tmpl";i:1286;s:2:"id";i:22446;s:5:"title";s:37:"Full Screen | Subscribe | Denim Store";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg";s:12:"tmpl_created";i:1647419614;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:35:"["Ecommerce","Fashion","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:4;a:19:{s:4:"tmpl";i:1287;s:2:"id";i:22452;s:5:"title";s:37:"Fly-In | Subscribe | Pizza Restaurant";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg";s:12:"tmpl_created";i:1647420733;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:19:"["Business","Food"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:5;a:19:{s:4:"tmpl";i:1288;s:2:"id";i:22458;s:5:"title";s:38:"Full Screen | Subscribe | Fashion Shop";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg";s:12:"tmpl_created";i:1647426379;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:31:"["Ecommerce","Fashion","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:6;a:19:{s:4:"tmpl";i:1289;s:2:"id";i:22464;s:5:"title";s:32:"Fly-In | Contact | Makeup Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg";s:12:"tmpl_created";i:1647427026;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:22:"["Business","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:7;a:19:{s:4:"tmpl";i:1290;s:2:"id";i:22470;s:5:"title";s:32:"Fly-In | Contact | Design Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg";s:12:"tmpl_created";i:1647428250;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:39:"["Business","Contact","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:8;a:19:{s:4:"tmpl";i:1291;s:2:"id";i:22480;s:5:"title";s:27:"Classic | CTA | MasterClass";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg";s:12:"tmpl_created";i:1647428474;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["cta","Magazine","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:9;a:19:{s:4:"tmpl";i:1292;s:2:"id";i:22489;s:5:"title";s:29:"Classic | CTA | Music Concert";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg";s:12:"tmpl_created";i:1647429738;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["cta","Landing Pages","Magazine"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:10;a:19:{s:4:"tmpl";i:1293;s:2:"id";i:22495;s:5:"title";s:27:"Classic | CTA | Music Album";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg";s:12:"tmpl_created";i:1647430056;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Ba","Landing Pages","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:11;a:19:{s:4:"tmpl";i:1294;s:2:"id";i:22501;s:5:"title";s:37:"Fly-In | CTA | Photography Exhibition";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg";s:12:"tmpl_created";i:1647430512;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:33:"["cta","Photography","Portfolio"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:12;a:19:{s:4:"tmpl";i:1295;s:2:"id";i:22507;s:5:"title";s:34:"Classic | CTA | Clothing Shop Sale";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg";s:12:"tmpl_created";i:1647430774;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:35:"["Ecommerce","Fashion","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:13;a:19:{s:4:"tmpl";i:1296;s:2:"id";i:22486;s:5:"title";s:30:"Classic | CTA | Shop Promotion";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg";s:12:"tmpl_created";i:1647430951;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["cta","Magazine","Photography"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:14;a:19:{s:4:"tmpl";i:1297;s:2:"id";i:22516;s:5:"title";s:32:"Fly-In | CTA | Glasses Shop Sale";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg";s:12:"tmpl_created";i:1647431136;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:30:"["Business","cta","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:15;a:19:{s:4:"tmpl";i:1298;s:2:"id";i:22522;s:5:"title";s:30:"Fly-In | Discount | Skate Shop";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg";s:12:"tmpl_created";i:1647434058;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:32:"["Discount","Ecommerce","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:16;a:19:{s:4:"tmpl";i:1299;s:2:"id";i:22532;s:5:"title";s:43:"Classic | Subscription | Basketball Academy";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg";s:12:"tmpl_created";i:1647434608;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Education","Marketing","Sport"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:17;a:19:{s:4:"tmpl";i:1300;s:2:"id";i:22543;s:5:"title";s:38:"Classic | Discount | Veterinary Clinic";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg";s:12:"tmpl_created";i:1647435581;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Discount","Pets"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:18;a:19:{s:4:"tmpl";i:1301;s:2:"id";i:22553;s:5:"title";s:39:"Classic | Contact | Business Consulting";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg";s:12:"tmpl_created";i:1647439935;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Business","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:19;a:19:{s:4:"tmpl";i:1302;s:2:"id";i:22562;s:5:"title";s:28:"Classic | Contact | Handyman";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg";s:12:"tmpl_created";i:1647440333;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:20;a:19:{s:4:"tmpl";i:1303;s:2:"id";i:22573;s:5:"title";s:40:"Classic | Discount | Online Fashion Shop";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg";s:12:"tmpl_created";i:1647462549;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Discount","Ecommerce","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:21;a:19:{s:4:"tmpl";i:1304;s:2:"id";i:22583;s:5:"title";s:36:"Fly-In | Discount | Personal Trainer";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg";s:12:"tmpl_created";i:1647503781;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Discount","Sport","Training"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:22;a:19:{s:4:"tmpl";i:1305;s:2:"id";i:22592;s:5:"title";s:41:"Classic | Contact | Illustrator Portfolio";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg";s:12:"tmpl_created";i:1647504218;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:49:"["Contact","Creative Portfolio","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:23;a:19:{s:4:"tmpl";i:1306;s:2:"id";i:22602;s:5:"title";s:46:"Bottom Bar | Discount | Handmade Ceramics Shop";s:9:"thumbnail";s:91:"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg";s:12:"tmpl_created";i:1647507007;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:48:"["Business","cta","Ecommerce","Interior Design"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:24;a:19:{s:4:"tmpl";i:1307;s:2:"id";i:22612;s:5:"title";s:51:"Classic | Contact | Classic Car Restoration Company";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg";s:12:"tmpl_created";i:1647507310;s:6:"author";s:9:"Elementor";s:3:"url";s:153:"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Booking","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:25;a:19:{s:4:"tmpl";i:1308;s:2:"id";i:22621;s:5:"title";s:30:"Classic | Booking | Life Coach";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg";s:12:"tmpl_created";i:1647508596;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:33:"["Booking","Business","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:26;a:19:{s:4:"tmpl";i:1309;s:2:"id";i:22632;s:5:"title";s:42:"Classic | Subscription | Merchandise Shop";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg";s:12:"tmpl_created";i:1647509196;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Ecommerce","Marketing","Shop"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:27;a:19:{s:4:"tmpl";i:1310;s:2:"id";i:22643;s:5:"title";s:48:"Fly-In | Contact | Non-Governmental Organization";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg";s:12:"tmpl_created";i:1647509528;s:6:"author";s:9:"Elementor";s:3:"url";s:150:"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:28;a:19:{s:4:"tmpl";i:1311;s:2:"id";i:22654;s:5:"title";s:35:"Hello Bar | Contact | Family Doctor";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg";s:12:"tmpl_created";i:1647509732;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:31:"["Contact","Health","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:29;a:19:{s:4:"tmpl";i:1312;s:2:"id";i:22663;s:5:"title";s:36:"Classic | Subscription | Sports Blog";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg";s:12:"tmpl_created";i:1647509908;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Blog","Sport"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:30;a:19:{s:4:"tmpl";i:1313;s:2:"id";i:22673;s:5:"title";s:30:"Hello Bar | Booking | Event DJ";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg";s:12:"tmpl_created";i:1647510160;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:31:"["Booking","Events","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:31;a:19:{s:4:"tmpl";i:1314;s:2:"id";i:22684;s:5:"title";s:36:"Fly-In | Discount | Cleaning Company";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg";s:12:"tmpl_created";i:1647510546;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Discount","Offer","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:32;a:19:{s:4:"tmpl";i:1315;s:2:"id";i:22693;s:5:"title";s:28:"Fly-In | Contact | Carpenter";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg";s:12:"tmpl_created";i:1647511972;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:22:"["Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:33;a:19:{s:4:"tmpl";i:1316;s:2:"id";i:22703;s:5:"title";s:31:"Classic | Booking | Yoga Studio";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg";s:12:"tmpl_created";i:1647512209;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:30:"["Booking","Contact","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:34;a:19:{s:4:"tmpl";i:1317;s:2:"id";i:22714;s:5:"title";s:37:"Classic | Discount | Pet Care Company";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg";s:12:"tmpl_created";i:1647513031;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:17:"["Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:35;a:19:{s:4:"tmpl";i:1318;s:2:"id";i:22725;s:5:"title";s:38:"Fly-In | Discount | Online Coffee Shop";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg";s:12:"tmpl_created";i:1647513325;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:29:"["Food","Offer","Restaurant"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:36;a:19:{s:4:"tmpl";i:1319;s:2:"id";i:22737;s:5:"title";s:44:"Fly-In | CTA | Moving & Storage Company";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg";s:12:"tmpl_created";i:1647520956;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:37;a:19:{s:4:"tmpl";i:1320;s:2:"id";i:22749;s:5:"title";s:47:"Classic | Contact | Industrial Design Portfolio";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg";s:12:"tmpl_created";i:1647528116;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:40:"["Contact","Interior Design","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:38;a:19:{s:4:"tmpl";i:1321;s:2:"id";i:22759;s:5:"title";s:25:"Classic | Contact | Drone";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg";s:12:"tmpl_created";i:1647528899;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:39;a:19:{s:4:"tmpl";i:1322;s:2:"id";i:22768;s:5:"title";s:46:"Full Screen | Menu | Fashion Stylist Portfolio";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg";s:12:"tmpl_created";i:1647529434;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:31:"["Fashion","Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:40;a:19:{s:4:"tmpl";i:1323;s:2:"id";i:22780;s:5:"title";s:31:"Fly-In | CTA | Landscape Design";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg";s:12:"tmpl_created";i:1647530337;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["cta","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:41;a:19:{s:4:"tmpl";i:1324;s:2:"id";i:22790;s:5:"title";s:48:"Bottom Bar | Contact | Architecture Photography";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg";s:12:"tmpl_created";i:1647532358;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:26:"["Architecture","Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:42;a:19:{s:4:"tmpl";i:1325;s:2:"id";i:22800;s:5:"title";s:41:"Fly-In | CTA | Speech-Language Therapist";s:9:"thumbnail";s:103:"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg";s:12:"tmpl_created";i:1647532720;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:25:"["cta","Psychotherapist"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:43;a:19:{s:4:"tmpl";i:1326;s:2:"id";i:22812;s:5:"title";s:35:"Full Screen | Verification | Winery";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg";s:12:"tmpl_created";i:1647761384;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:24:"["Alert","Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:44;a:19:{s:4:"tmpl";i:1327;s:2:"id";i:22822;s:5:"title";s:36:"Fly-In | Subscription | Nutritionist";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg";s:12:"tmpl_created";i:1647762620;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Food","Health","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:45;a:19:{s:4:"tmpl";i:1328;s:2:"id";i:22833;s:5:"title";s:40:"Classic | Subscription | App & SaaS";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg";s:12:"tmpl_created";i:1647762955;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:14:"["App","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:46;a:19:{s:4:"tmpl";i:1329;s:2:"id";i:22844;s:5:"title";s:41:"Bottom Bar | Discount | Handmade Cupcakes";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg";s:12:"tmpl_created";i:1647763350;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:21:"["Food","Restaurant"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:47;a:19:{s:4:"tmpl";i:1330;s:2:"id";i:22855;s:5:"title";s:40:"Bottom Bar | Subscription | Fashion Blog";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg";s:12:"tmpl_created";i:1647763907;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:30:"["Blog","Fashion","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:48;a:19:{s:4:"tmpl";i:1331;s:2:"id";i:22866;s:5:"title";s:28:"Fly-In | CTA | Private Tutor";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg";s:12:"tmpl_created";i:1647764062;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:49;a:19:{s:4:"tmpl";i:1332;s:2:"id";i:22876;s:5:"title";s:30:"Classic | CTA | Tennis Academy";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg";s:12:"tmpl_created";i:1647765192;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:50;a:19:{s:4:"tmpl";i:1333;s:2:"id";i:22887;s:5:"title";s:31:"Fly-In | CTA | Shared Workspace";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg";s:12:"tmpl_created";i:1647765419;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["Business","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:51;a:19:{s:4:"tmpl";i:1334;s:2:"id";i:22899;s:5:"title";s:30:"Bottom Bar | CTA | Art Gallery";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg";s:12:"tmpl_created";i:1647765652;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:13:"["Art","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:52;a:19:{s:4:"tmpl";i:1335;s:2:"id";i:22910;s:5:"title";s:44:"Fly-In | Subscription | Hiking Tours Company";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg";s:12:"tmpl_created";i:1647765835;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:29:"["Subscribe","Travel","Trip"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:53;a:19:{s:4:"tmpl";i:1336;s:2:"id";i:22921;s:5:"title";s:26:"Classic | CTA | Music Band";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg";s:12:"tmpl_created";i:1647769462;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Marketing","Music"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:54;a:19:{s:4:"tmpl";i:1337;s:2:"id";i:22935;s:5:"title";s:35:"Classic | CTA | Computer Technician";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg";s:12:"tmpl_created";i:1647769843;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:18:"["cta","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:55;a:19:{s:4:"tmpl";i:1338;s:2:"id";i:22945;s:5:"title";s:37:"Classic | Discount | Delivery Company";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg";s:12:"tmpl_created";i:1647770834;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Discount","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:56;a:19:{s:4:"tmpl";i:1339;s:2:"id";i:22959;s:5:"title";s:29:"Classic | Discount | Eco Shop";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg";s:12:"tmpl_created";i:1647771211;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Discount","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:57;a:19:{s:4:"tmpl";i:1340;s:2:"id";i:22972;s:5:"title";s:54:"Fly-In | Subscription | Health & Mindfulness Blog";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg";s:12:"tmpl_created";i:1647771461;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:21:"["Health","Magazine"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:58;a:19:{s:4:"tmpl";i:1341;s:2:"id";i:22982;s:5:"title";s:31:"Full Screen | Menu | Art Museum";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg";s:12:"tmpl_created";i:1647771938;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:59;a:19:{s:4:"tmpl";i:1342;s:2:"id";i:22992;s:5:"title";s:40:"Classic | Discount | Urban Clothing Shop";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg";s:12:"tmpl_created";i:1647773067;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Discount","Ecommerce","Fashion"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:60;a:19:{s:4:"tmpl";i:1343;s:2:"id";i:23004;s:5:"title";s:60:"Full Screen | Menu | Digital & Technology Design School";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg";s:12:"tmpl_created";i:1647773366;s:6:"author";s:9:"Elementor";s:3:"url";s:155:"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:61;a:19:{s:4:"tmpl";i:1344;s:2:"id";i:23015;s:5:"title";s:62:"Bottom Bar | Contact | Digital & Technology Design School";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg";s:12:"tmpl_created";i:1647773492;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:23:"["Contact","Portfolio"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:62;a:19:{s:4:"tmpl";i:1345;s:2:"id";i:23025;s:5:"title";s:32:"Full Screen | Menu | Flower Shop";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg";s:12:"tmpl_created";i:1647773820;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:63;a:19:{s:4:"tmpl";i:1346;s:2:"id";i:23037;s:5:"title";s:36:"Classic | Subscription | Flower Shop";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg";s:12:"tmpl_created";i:1647773949;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Discount","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:64;a:19:{s:4:"tmpl";i:1347;s:2:"id";i:23056;s:5:"title";s:48:"Classic | Discount | Health & Fitness eBook";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg";s:12:"tmpl_created";i:1647774468;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:65;a:19:{s:4:"tmpl";i:1348;s:2:"id";i:23067;s:5:"title";s:37:"Fly-In | Menu | Baby Sleep Consultant";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg";s:12:"tmpl_created";i:1647778954;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:66;a:19:{s:4:"tmpl";i:1349;s:2:"id";i:23077;s:5:"title";s:46:"Classic | Subscription | Baby Sleep Consultant";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg";s:12:"tmpl_created";i:1647779074;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:12:"["Discount"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:67;a:19:{s:4:"tmpl";i:1350;s:2:"id";i:23090;s:5:"title";s:33:"Full Screen | Menu | Luxury Hotel";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg";s:12:"tmpl_created";i:1647779390;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:68;a:19:{s:4:"tmpl";i:1351;s:2:"id";i:23100;s:5:"title";s:31:"Fly-In | Booking | Luxury Hotel";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg";s:12:"tmpl_created";i:1647779500;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Booking","Travel"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:69;a:19:{s:4:"tmpl";i:1352;s:2:"id";i:23109;s:5:"title";s:38:"Full Screen | Menu | Design Conference";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg";s:12:"tmpl_created";i:1647779675;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:70;a:19:{s:4:"tmpl";i:1353;s:2:"id";i:23120;s:5:"title";s:41:"Full Screen | Booking | Design Conference";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg";s:12:"tmpl_created";i:1647779793;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:35:"["Booking","Conference","Creative"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:71;a:19:{s:4:"tmpl";i:1354;s:2:"id";i:23129;s:5:"title";s:29:"Slide-In | Menu | VR Headsets";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg";s:12:"tmpl_created";i:1647781211;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:72;a:19:{s:4:"tmpl";i:1355;s:2:"id";i:23139;s:5:"title";s:31:"Classic | Contact | VR Headsets";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg";s:12:"tmpl_created";i:1647781384;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:73;a:19:{s:4:"tmpl";i:1356;s:2:"id";i:23149;s:5:"title";s:38:"Slide-In | Menu | Portrait Photography";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg";s:12:"tmpl_created";i:1647782336;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:74;a:19:{s:4:"tmpl";i:1357;s:2:"id";i:23159;s:5:"title";s:47:"Hello Bar | Subscription | Portrait Photography";s:9:"thumbnail";s:97:"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg";s:12:"tmpl_created";i:1647782478;s:6:"author";s:9:"Elementor";s:3:"url";s:149:"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:34:"["Blog","Photography","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:75;a:19:{s:4:"tmpl";i:1358;s:2:"id";i:23169;s:5:"title";s:32:"Full Screen | Menu | English Pub";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg";s:12:"tmpl_created";i:1647782664;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:76;a:19:{s:4:"tmpl";i:1359;s:2:"id";i:23179;s:5:"title";s:32:"Classic | Discount | English Pub";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg";s:12:"tmpl_created";i:1647782796;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:20:"["Discount","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:77;a:19:{s:4:"tmpl";i:1360;s:2:"id";i:23189;s:5:"title";s:27:"Full Screen | Menu | Singer";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg";s:12:"tmpl_created";i:1647783070;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:29:"["Fullscreen","menu","Music"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:78;a:19:{s:4:"tmpl";i:1361;s:2:"id";i:23200;s:5:"title";s:31:"Classic | Subscription | Singer";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg";s:12:"tmpl_created";i:1647783249;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Music","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:79;a:19:{s:4:"tmpl";i:1362;s:2:"id";i:23210;s:5:"title";s:38:"Full Screen | Menu | Virtual Assistant";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg";s:12:"tmpl_created";i:1647784292;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:80;a:19:{s:4:"tmpl";i:1363;s:2:"id";i:23223;s:5:"title";s:39:"Hello Bar | Contact | Virtual Assistant";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg";s:12:"tmpl_created";i:1647784616;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:37:"["Contact","Psychologist","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:81;a:19:{s:4:"tmpl";i:1364;s:2:"id";i:23234;s:5:"title";s:32:"Slide-In | Menu | Personal Chef";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg";s:12:"tmpl_created";i:1647798194;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:8:"["menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:82;a:19:{s:4:"tmpl";i:1365;s:2:"id";i:23244;s:5:"title";s:29:"Classic | CTA | Personal Chef";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg";s:12:"tmpl_created";i:1647798297;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:24:"["Booking","Chef","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:83;a:19:{s:4:"tmpl";i:1366;s:2:"id";i:23254;s:5:"title";s:31:"Full Screen | Menu | Food Truck";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg";s:12:"tmpl_created";i:1647798447;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:84;a:19:{s:4:"tmpl";i:1367;s:2:"id";i:23265;s:5:"title";s:30:"Fly-In | Discount | Food Truck";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg";s:12:"tmpl_created";i:1647798657;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Discount","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:85;a:19:{s:4:"tmpl";i:1369;s:2:"id";i:23323;s:5:"title";s:28:"Classic | CTA | Black Friday";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg";s:12:"tmpl_created";i:1647855505;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:86;a:19:{s:4:"tmpl";i:1370;s:2:"id";i:23329;s:5:"title";s:29:"Slide-In | CTA | Black Friday";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg";s:12:"tmpl_created";i:1647855865;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:87;a:19:{s:4:"tmpl";i:1371;s:2:"id";i:23335;s:5:"title";s:31:"Slide-In | CTA | Black Friday 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg";s:12:"tmpl_created";i:1647856357;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:88;a:19:{s:4:"tmpl";i:1372;s:2:"id";i:23341;s:5:"title";s:30:"Classic | CTA | Black Friday 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg";s:12:"tmpl_created";i:1647856493;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:89;a:19:{s:4:"tmpl";i:1373;s:2:"id";i:23347;s:5:"title";s:30:"Classic | CTA | Black Friday 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg";s:12:"tmpl_created";i:1647856891;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:90;a:19:{s:4:"tmpl";i:1374;s:2:"id";i:23354;s:5:"title";s:30:"Classic | CTA | Black Friday 4";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg";s:12:"tmpl_created";i:1647856996;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Black Friday","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:91;a:19:{s:4:"tmpl";i:1375;s:2:"id";i:23394;s:5:"title";s:27:"Classic | CTA | Halloween 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg";s:12:"tmpl_created";i:1647857351;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:31:"["cta","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:92;a:19:{s:4:"tmpl";i:1376;s:2:"id";i:23401;s:5:"title";s:33:"Slide-In | Discount | Halloween 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg";s:12:"tmpl_created";i:1647857567;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:36:"["Discount","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:93;a:19:{s:4:"tmpl";i:1377;s:2:"id";i:23407;s:5:"title";s:33:"Slide-In | Discount | Halloween 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg";s:12:"tmpl_created";i:1647857814;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:36:"["Discount","Ecommerce","Halloween"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:94;a:19:{s:4:"tmpl";i:1378;s:2:"id";i:23416;s:5:"title";s:31:"Fly-In | Discount | Halloween 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg";s:12:"tmpl_created";i:1647858024;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:44:"["Discount","Ecommerce","Halloween","Offer"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:95;a:19:{s:4:"tmpl";i:1379;s:2:"id";i:23422;s:5:"title";s:36:"Classic | Subscription | Halloween 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg";s:12:"tmpl_created";i:1647858246;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:48:"["Discount","Ecommerce","Halloween","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:96;a:19:{s:4:"tmpl";i:1380;s:2:"id";i:23471;s:5:"title";s:28:"Slide-In | CTA | Christmas 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg";s:12:"tmpl_created";i:1647859193;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Christmas","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:97;a:19:{s:4:"tmpl";i:1381;s:2:"id";i:23477;s:5:"title";s:28:"Slide-In | CTA | Christmas 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg";s:12:"tmpl_created";i:1647859838;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Christmas","cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:98;a:19:{s:4:"tmpl";i:1382;s:2:"id";i:23483;s:5:"title";s:26:"Fly-In | CTA | Christmas 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg";s:12:"tmpl_created";i:1647860157;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:31:"["Christmas","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:99;a:19:{s:4:"tmpl";i:1383;s:2:"id";i:23489;s:5:"title";s:33:"Slide-In | Discount | Christmas 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg";s:12:"tmpl_created";i:1647860302;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:31:"["Christmas","cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:100;a:19:{s:4:"tmpl";i:1384;s:2:"id";i:23496;s:5:"title";s:32:"Classic | Discount | Christmas 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg";s:12:"tmpl_created";i:1647860454;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Christmas","Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:101;a:19:{s:4:"tmpl";i:1385;s:2:"id";i:23523;s:5:"title";s:30:"Classic | CTA | Valentines Day";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg";s:12:"tmpl_created";i:1647860912;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["cta","Valentine''s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:102;a:19:{s:4:"tmpl";i:1386;s:2:"id";i:23529;s:5:"title";s:39:"Hello Bar | Discount | Valentines Day 2";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg";s:12:"tmpl_created";i:1647861064;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:30:"["Discount","Valentine''s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:103;a:19:{s:4:"tmpl";i:1387;s:2:"id";i:23536;s:5:"title";s:32:"Classic | CTA | Valentines Day 3";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg";s:12:"tmpl_created";i:1647861536;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["cta","Valentine''s Day"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:104;a:19:{s:4:"tmpl";i:1388;s:2:"id";i:23586;s:5:"title";s:51:"Fly-In | Subscribe | Health & Wellness Company";s:9:"thumbnail";s:103:"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg";s:12:"tmpl_created";i:1647862008;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:24:"["Business","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:105;a:19:{s:4:"tmpl";i:1389;s:2:"id";i:23592;s:5:"title";s:34:"Classic | Subscribe | Tech Company";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg";s:12:"tmpl_created";i:1647866706;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["Marketing","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:106;a:19:{s:4:"tmpl";i:1390;s:2:"id";i:23598;s:5:"title";s:36:"Classic | Contact Us | Fight Classes";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg";s:12:"tmpl_created";i:1647866869;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:107;a:19:{s:4:"tmpl";i:1391;s:2:"id";i:23611;s:5:"title";s:31:"Classic | CTA | Mochi Shop Sale";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg";s:12:"tmpl_created";i:1647867750;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:23:"["cta","Offer","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:108;a:19:{s:4:"tmpl";i:1392;s:2:"id";i:23618;s:5:"title";s:28:"Classic | CTA | Fashion Shop";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg";s:12:"tmpl_created";i:1647868251;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["cta","Ecommerce"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:109;a:19:{s:4:"tmpl";i:1393;s:2:"id";i:23624;s:5:"title";s:29:"Fly-In | Login | Tech Company";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg";s:12:"tmpl_created";i:1647868704;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:9:"["Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:110;a:19:{s:4:"tmpl";i:1394;s:2:"id";i:23630;s:5:"title";s:36:"Fly-In | Verification | Liquor Store";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg";s:12:"tmpl_created";i:1647870308;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:16:"["Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:111;a:19:{s:4:"tmpl";i:1395;s:2:"id";i:23636;s:5:"title";s:39:"Hello Bar | Subscribe | Online Magazine";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg";s:12:"tmpl_created";i:1647870465;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:20:"["Blog","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:112;a:19:{s:4:"tmpl";i:1396;s:2:"id";i:23642;s:5:"title";s:27:"Fly-In | Login | Health Spa";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg";s:12:"tmpl_created";i:1647872427;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:20:"["Login","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:113;a:19:{s:4:"tmpl";i:1397;s:2:"id";i:23648;s:5:"title";s:33:"Fly-In | Verification | Wine Shop";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg";s:12:"tmpl_created";i:1647872627;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:16:"["Verification"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:114;a:19:{s:4:"tmpl";i:1421;s:2:"id";i:24235;s:5:"title";s:24:"Ladydog Club – NFT";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg";s:12:"tmpl_created";i:1651525072;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:115;a:19:{s:4:"tmpl";i:1422;s:2:"id";i:24166;s:5:"title";s:15:"Dot – NFT";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg";s:12:"tmpl_created";i:1651525117;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:116;a:19:{s:4:"tmpl";i:1423;s:2:"id";i:24191;s:5:"title";s:28:"Cosmic Neighbors – NFT";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg";s:12:"tmpl_created";i:1651525124;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:117;a:19:{s:4:"tmpl";i:1424;s:2:"id";i:24255;s:5:"title";s:30:"Happy Food Friends – NFT";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg";s:12:"tmpl_created";i:1651525475;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:3:"NFT";s:4:"tags";s:100:"["Art","Author","Business","Creative","Design","Gallery","Landing Pages","NFT","Products","Virtual"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:118;a:19:{s:4:"tmpl";i:1443;s:2:"id";i:24599;s:5:"title";s:27:"Wireframe – Courses 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg";s:12:"tmpl_created";i:1653989626;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:180:"["About","Academy","Booking","Business","Course Online","Features","Footer","Landing Pages","Online Service","Professional","School","Services","Subscribe","Teacher","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:119;a:19:{s:4:"tmpl";i:1444;s:2:"id";i:24614;s:5:"title";s:28:"Wireframe – Services 1";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg";s:12:"tmpl_created";i:1653990084;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:139:"["About","Business","Contact","Features","Footer","Form","Header","Landing Pages","Online Service","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:120;a:19:{s:4:"tmpl";i:1445;s:2:"id";i:24629;s:5:"title";s:28:"Wireframe – Services 2";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg";s:12:"tmpl_created";i:1653990132;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:123:"["About","Business","Contact","Features","Footer","Form","Gallery","Landing Pages","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:121;a:19:{s:4:"tmpl";i:1446;s:2:"id";i:24644;s:5:"title";s:27:"Wireframe – Webinar 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg";s:12:"tmpl_created";i:1653990164;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:177:"["About","Academy","Booking","Conference","Course Online","Education","Features","Footer","Form","Landing Pages","Online Event","Online Service","Subscribe","Virtual","Webinar"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:122;a:19:{s:4:"tmpl";i:1447;s:2:"id";i:24655;s:5:"title";s:28:"Wireframe – Services 3";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg";s:12:"tmpl_created";i:1653990198;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:143:"["About","Agency","Business","Contact","Footer","Form","Gallery","Landing Pages","Portfolio","Professional","Project","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:123;a:19:{s:4:"tmpl";i:1448;s:2:"id";i:24677;s:5:"title";s:28:"Wireframe – Services 4";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg";s:12:"tmpl_created";i:1653990233;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:102:"["About","Business","Contact","Footer","Form","Landing Pages","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:124;a:19:{s:4:"tmpl";i:1449;s:2:"id";i:24687;s:5:"title";s:28:"Wireframe – Products 1";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg";s:12:"tmpl_created";i:1653990273;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:128:"["About","Booking","Business","Clients","Ecommerce","Features","Footer","Landing Pages","Products","Sales","Shop","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:125;a:19:{s:4:"tmpl";i:1450;s:2:"id";i:24706;s:5:"title";s:28:"Wireframe – Services 5";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg";s:12:"tmpl_created";i:1653990322;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Wireframe";s:4:"tags";s:149:"["About","Booking","Consulting","Contact","Doctor","Footer","Form","Header","Landing Pages","Online Service","Professional","Services","Testimonial"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:126;a:19:{s:4:"tmpl";i:1451;s:2:"id";i:23604;s:5:"title";s:38:"Classic | Subscribe | Nail Polish Shop";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg";s:12:"tmpl_created";i:1660205114;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:20:"["Blog","Subscribe"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:127;a:19:{s:4:"tmpl";i:1452;s:2:"id";i:23047;s:5:"title";s:46:"Fly-In | Contact | Health & Fitness eBook";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg";s:12:"tmpl_created";i:1660205149;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Contact","Ebook","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:128;a:19:{s:4:"tmpl";i:1199;s:2:"id";i:18839;s:5:"title";s:27:"Hello Bar | CTA | eCommerce";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png";s:12:"tmpl_created";i:1621870603;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:41:"["Ecommerce","Online Shop","Sale","Shop"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:129;a:19:{s:4:"tmpl";i:1247;s:2:"id";i:21907;s:5:"title";s:50:"Fly-In | Team Details | Electronic Music Festival";s:9:"thumbnail";s:104:"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg";s:12:"tmpl_created";i:1646660881;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:130;a:19:{s:4:"tmpl";i:1253;s:2:"id";i:22162;s:5:"title";s:46:"Full Screen | Menu | Electronic Music Festival";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg";s:12:"tmpl_created";i:1647272934;s:6:"author";s:9:"Elementor";s:3:"url";s:154:"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:21:"["Fullscreen","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:131;a:19:{s:4:"tmpl";i:1254;s:2:"id";i:22172;s:5:"title";s:45:"Classic | Discount | Health & Beauty Spa";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg";s:12:"tmpl_created";i:1647273547;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:36:"["Hair","Health","Sales","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:132;a:19:{s:4:"tmpl";i:1255;s:2:"id";i:22183;s:5:"title";s:44:"Hello Bar | CTA | Environmental Organization";s:9:"thumbnail";s:104:"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg";s:12:"tmpl_created";i:1647274384;s:6:"author";s:9:"Elementor";s:3:"url";s:152:"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:133;a:19:{s:4:"tmpl";i:1256;s:2:"id";i:22195;s:5:"title";s:39:"Classic | Discount | Italian Restaurant";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg";s:12:"tmpl_created";i:1647329432;s:6:"author";s:9:"Elementor";s:3:"url";s:147:"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:22:"["Restaurant","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:134;a:19:{s:4:"tmpl";i:1257;s:2:"id";i:22210;s:5:"title";s:45:"Bottom Bar | Discount | Technology Conference";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg";s:12:"tmpl_created";i:1647330423;s:6:"author";s:9:"Elementor";s:3:"url";s:153:"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:38:"["Conference","Sales","Save the Date"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:135;a:19:{s:4:"tmpl";i:1258;s:2:"id";i:22221;s:5:"title";s:32:"Hello Bar | Menu | Tattoo Studio";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg";s:12:"tmpl_created";i:1647330705;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:17:"["Header","menu"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:136;a:19:{s:4:"tmpl";i:1259;s:2:"id";i:22231;s:5:"title";s:37:"Full Screen | Booking | Tattoo Studio";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg";s:12:"tmpl_created";i:1647331823;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:32:"["Booking","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:137;a:19:{s:4:"tmpl";i:1260;s:2:"id";i:22251;s:5:"title";s:34:"Classic | Discount | Dental Clinic";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg";s:12:"tmpl_created";i:1647332171;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:30:"["Health","Marketing","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:138;a:19:{s:4:"tmpl";i:1261;s:2:"id";i:22261;s:5:"title";s:34:"Slide-In | Contact | Makeup Artist";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg";s:12:"tmpl_created";i:1647333946;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:139;a:19:{s:4:"tmpl";i:1262;s:2:"id";i:22271;s:5:"title";s:24:"Fly-In | CTA | Headphone";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg";s:12:"tmpl_created";i:1647334784;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:41:"["cta","Ecommerce","Marketing","Product"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:140;a:19:{s:4:"tmpl";i:1263;s:2:"id";i:22277;s:5:"title";s:29:"Classic | CTA | Online Course";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg";s:12:"tmpl_created";i:1647337110;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:35:"["Course Online","cta","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:141;a:19:{s:4:"tmpl";i:1264;s:2:"id";i:22283;s:5:"title";s:40:"Bottom Bar | Contact | Virtual Assistant";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg";s:12:"tmpl_created";i:1647337517;s:6:"author";s:9:"Elementor";s:3:"url";s:148:"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:10:"bottom bar";s:4:"tags";s:33:"["Business","Contact","Services"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:142;a:19:{s:4:"tmpl";i:1265;s:2:"id";i:22289;s:5:"title";s:32:"Fly-In | Contact | Private Tutor";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg";s:12:"tmpl_created";i:1647337676;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:4:"free";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:27:"["Contact","Course Online"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:143;a:19:{s:4:"tmpl";i:1266;s:2:"id";i:22295;s:5:"title";s:31:"Classic | Login | Login Travel";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg";s:12:"tmpl_created";i:1647339467;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"classic";s:4:"tags";s:9:"["Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:144;a:19:{s:4:"tmpl";i:1267;s:2:"id";i:22301;s:5:"title";s:36:"Full Screen | Login | Login Business";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg";s:12:"tmpl_created";i:1647339782;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:16:"["Login","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:145;a:19:{s:4:"tmpl";i:1268;s:2:"id";i:22307;s:5:"title";s:28:"Classic | Login | Login Blog";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg";s:12:"tmpl_created";i:1647339986;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Blog","Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:146;a:19:{s:4:"tmpl";i:1269;s:2:"id";i:22313;s:5:"title";s:31:"Classic | Login | Login Fashion";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg";s:12:"tmpl_created";i:1647340204;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Fashion","Login"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:147;a:19:{s:4:"tmpl";i:1270;s:2:"id";i:22319;s:5:"title";s:40:"Classic | Login | Login Design Platform";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg";s:12:"tmpl_created";i:1647340531;s:6:"author";s:9:"Elementor";s:3:"url";s:147:"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:25:"["Design","Login","SaaS"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:148;a:19:{s:4:"tmpl";i:1271;s:2:"id";i:22325;s:5:"title";s:36:"Fly-In | Contact | Digital Marketing";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg";s:12:"tmpl_created";i:1647340770;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:51:"["Business","Contact","Digital Agency","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:149;a:19:{s:4:"tmpl";i:1272;s:2:"id";i:22331;s:5:"title";s:36:"Fly-In | CTA | Dog Cat Food Delivery";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg";s:12:"tmpl_created";i:1647341069;s:6:"author";s:9:"Elementor";s:3:"url";s:144:"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:33:"["cta","Delivery Service","Pets"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:150;a:19:{s:4:"tmpl";i:1273;s:2:"id";i:22337;s:5:"title";s:37:"Full Screen | Contact | Design Studio";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg";s:12:"tmpl_created";i:1647341370;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:39:"["Business","Contact","Digital Agency"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:151;a:19:{s:4:"tmpl";i:1274;s:2:"id";i:22343;s:5:"title";s:44:"Classic | Contact | Support Product Platform";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg";s:12:"tmpl_created";i:1647341972;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:21:"["Contact","Support"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:152;a:19:{s:4:"tmpl";i:1275;s:2:"id";i:22371;s:5:"title";s:38:"Full Screen | Contact | Small Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg";s:12:"tmpl_created";i:1647342508;s:6:"author";s:9:"Elementor";s:3:"url";s:140:"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:40:"["Business","Contact","Interior Design"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:153;a:19:{s:4:"tmpl";i:1276;s:2:"id";i:22377;s:5:"title";s:31:"Classic | Contact | Online Shop";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg";s:12:"tmpl_created";i:1647352786;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:154;a:19:{s:4:"tmpl";i:1277;s:2:"id";i:22383;s:5:"title";s:40:"Classic | Booking | Children Optometrist";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg";s:12:"tmpl_created";i:1647352963;s:6:"author";s:9:"Elementor";s:3:"url";s:142:"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:53:"["Booking","Business","Contact","Education","Health"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:155;a:19:{s:4:"tmpl";i:1278;s:2:"id";i:22389;s:5:"title";s:28:"Fly-In | Contact | Open Week";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg";s:12:"tmpl_created";i:1647353281;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:34:"["Business","Contact","Marketing"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:156;a:19:{s:4:"tmpl";i:1279;s:2:"id";i:22397;s:5:"title";s:43:"Full Screen | CTA | Plant Pots Online Store";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg";s:12:"tmpl_created";i:1647353429;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:33:"["Ecommerce","Marketing","Sales"]";s:10:"menu_order";i:0;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:157;a:19:{s:4:"tmpl";i:1054;s:2:"id";i:15414;s:5:"title";s:32:"Classic | Contact | Dance Studio";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg";s:12:"tmpl_created";i:1603180596;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:762;s:11:"trend_index";i:650;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:158;a:19:{s:4:"tmpl";i:1398;s:2:"id";i:23687;s:5:"title";s:32:"Pizza Promotion – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg";s:12:"tmpl_created";i:1649670575;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:92:"["Business","Cooking","Delivery","Discount","Fast Food","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:159;a:19:{s:4:"tmpl";i:1400;s:2:"id";i:23751;s:5:"title";s:33:"Baby Sleep Webinar – Events";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg";s:12:"tmpl_created";i:1649676065;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:227:"["Baby","Booking","Business","Children","Course Online","Education","Events","Health","Landing Pages","Life Coach","Lifestyle","Online Event","Online Service","Parenting","Professional","Remote","Services","Training","Webinar"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:160;a:19:{s:4:"tmpl";i:1401;s:2:"id";i:23776;s:5:"title";s:34:"Ski Hotel Promotion – Travel";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg";s:12:"tmpl_created";i:1649691720;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Travel";s:4:"tags";s:118:"["Accommodation","Booking","Discount. Landing Pages","Lifestyle","Luxury","Services","Spa","Travel","Trip","Vacation"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:161;a:19:{s:4:"tmpl";i:1402;s:2:"id";i:23804;s:5:"title";s:30:"Cake Delivery – Business";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg";s:12:"tmpl_created";i:1649692909;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:101:"["Bakery","Business","Cake","Cooking","Delivery","Discount","Food","Landing Pages","Products","Shop"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:162;a:19:{s:4:"tmpl";i:1403;s:2:"id";i:23832;s:5:"title";s:32:"Furniture Store – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg";s:12:"tmpl_created";i:1649694812;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:232:"["Architecture","Art","Business","Construction","Coupon","Creative","Decor","Designer","Discount","Fashion","Furniture Design","Home","House","Interior Design","Landing Pages","Lifestyle","Products","Professional","Services","Shop"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:163;a:19:{s:4:"tmpl";i:1404;s:2:"id";i:23746;s:5:"title";s:22:"Nails – Business";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg";s:12:"tmpl_created";i:1649704635;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:173:"["Art","Beauty","Business","Colorful","Cosmetics","Creative","Design","Discount","Fashion","Girly","Landing Pages","Lifestyle","Manicure","Modern","Professional","Services"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:164;a:19:{s:4:"tmpl";i:1405;s:2:"id";i:23846;s:5:"title";s:29:"Music Festival – Events";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg";s:12:"tmpl_created";i:1649707763;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:6:"Events";s:4:"tags";s:128:"["Author","Booking","Business","Creative","Discount","Events","Landing Pages","Music","Online","Online Event","Party","Virtual"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:165;a:19:{s:4:"tmpl";i:1406;s:2:"id";i:23872;s:5:"title";s:40:"Fashion Styling Course – Education";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg";s:12:"tmpl_created";i:1649708569;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:173:"["Aesthetic","Art","Beauty","Business","Course Online","Creative","Discount","Education","Fashion","Landing Pages","Lifestyle","Online","Online Service","Stylist","Virtual"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:166;a:19:{s:4:"tmpl";i:1407;s:2:"id";i:23897;s:5:"title";s:33:"Bags Online Shop – Business";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg";s:12:"tmpl_created";i:1649709513;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:170:"["Art","Bag","Business","Creative","Design","Discount","Fashion","Landing Pages","Lifestyle","Luxury","Modern","Online","Online Shop","Products","Sales","Shop","Stylist"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:167;a:19:{s:4:"tmpl";i:1408;s:2:"id";i:23932;s:5:"title";s:32:"Cooking Academy – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg";s:12:"tmpl_created";i:1649710216;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:145:"["Academy","Booking","Business","Chef","Cooking","Education","Food","Free Trial","Landing Pages","Professional","School","Teacher","Testimonial"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:168;a:19:{s:4:"tmpl";i:1409;s:2:"id";i:23970;s:5:"title";s:45:"Ophthalmology Medical Clinic – Business";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg";s:12:"tmpl_created";i:1649711096;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:165:"["About","Business","Care","Consulting","Eye","Free Trial","Glasses","Health","Landing Pages","Lifestyle","Medical","Modern","Optometrist","Professional","Services"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:169;a:19:{s:4:"tmpl";i:1425;s:2:"id";i:24331;s:5:"title";s:24:"Wireframe – Home 1";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg";s:12:"tmpl_created";i:1653988363;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:170;a:19:{s:4:"tmpl";i:1218;s:2:"id";i:20792;s:5:"title";s:26:"Luxury Car – Product";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg";s:12:"tmpl_created";i:1636903770;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"Product";s:4:"tags";s:54:"["car","Ecommerce","Landing Pages","Luxury","Product"]";s:10:"menu_order";i:1;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:171;a:19:{s:4:"tmpl";i:1428;s:2:"id";i:24398;s:5:"title";s:25:"Wireframe – About 1";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg";s:12:"tmpl_created";i:1653988534;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:83:"["About","Business","Contact","Features","Footer","Professional","Services","Team"]";s:10:"menu_order";i:2;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:172;a:19:{s:4:"tmpl";i:991;s:2:"id";i:13413;s:5:"title";s:33:"Classic | Contact | Online Course";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg";s:12:"tmpl_created";i:1587474761;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:2;s:16:"popularity_index";i:530;s:11:"trend_index";i:369;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:173;a:19:{s:4:"tmpl";i:1053;s:2:"id";i:15272;s:5:"title";s:32:"Classic | Contact | Psychologist";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png";s:12:"tmpl_created";i:1600170487;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:578;s:11:"trend_index";i:312;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:174;a:19:{s:4:"tmpl";i:899;s:2:"id";i:11839;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png";s:12:"tmpl_created";i:1569430015;s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["creative portfolio","header","portfolio"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:189;s:11:"trend_index";i:20;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:175;a:19:{s:4:"tmpl";i:1433;s:2:"id";i:24477;s:5:"title";s:27:"Wireframe – Gallery 2";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg";s:12:"tmpl_created";i:1653988835;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["Business","Contact","Design","Footer","Gallery","Header","Portfolio","Services"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:176;a:19:{s:4:"tmpl";i:1205;s:2:"id";i:20233;s:5:"title";s:32:"Art Magazine – Coming Soon";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1633881371;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:48:"["Art","Coming Soon","Landing Pages","Magazine"]";s:10:"menu_order";i:3;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:177;a:19:{s:4:"tmpl";i:1214;s:2:"id";i:20539;s:5:"title";s:31:"Design Blog – Coming Soon";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1634022706;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:47:"["Blog","Coming Soon","Design","Landing Pages"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:178;a:19:{s:4:"tmpl";i:1224;s:2:"id";i:21013;s:5:"title";s:24:"Restaurant – About";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg";s:12:"tmpl_created";i:1638795588;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:36:"["About","Chef","Food","Restaurant"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:179;a:19:{s:4:"tmpl";i:992;s:2:"id";i:13402;s:5:"title";s:29:"Classic | CTA | Online Course";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg";s:12:"tmpl_created";i:1587474772;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:4;s:16:"popularity_index";i:619;s:11:"trend_index";i:582;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:180;a:19:{s:4:"tmpl";i:1206;s:2:"id";i:20254;s:5:"title";s:41:"Digital Marketing Agency – Business";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg";s:12:"tmpl_created";i:1633882427;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:65:"["Agency","Business","Digital Agency","Landing Pages","Services"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:181;a:19:{s:4:"tmpl";i:1235;s:2:"id";i:21281;s:5:"title";s:25:"Law Firm – Services";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg";s:12:"tmpl_created";i:1638819128;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Consulting","Law","Law Firm","Services","Testimonial"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:182;a:19:{s:4:"tmpl";i:1017;s:2:"id";i:14111;s:5:"title";s:36:"Classic | Japanese restaurant | Sale";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg";s:12:"tmpl_created";i:1592300400;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:5;s:16:"popularity_index";i:717;s:11:"trend_index";i:697;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:183;a:19:{s:4:"tmpl";i:1213;s:2:"id";i:20509;s:5:"title";s:40:"Dogs Adoption – Social Involvement";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg";s:12:"tmpl_created";i:1634022353;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:49:"["Adoption","Involvement","Landing Pages","Pets"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:184;a:19:{s:4:"tmpl";i:1233;s:2:"id";i:21205;s:5:"title";s:29:"Photographer – Projects";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg";s:12:"tmpl_created";i:1638818372;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:43:"["Black and white","Photography","Project"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:185;a:19:{s:4:"tmpl";i:993;s:2:"id";i:13422;s:5:"title";s:30:"Classic | Menu | Online Course";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg";s:12:"tmpl_created";i:1587474782;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"classic";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:6;s:16:"popularity_index";i:516;s:11:"trend_index";i:432;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:186;a:19:{s:4:"tmpl";i:925;s:2:"id";i:12540;s:5:"title";s:33:"Classic | Menu | Travel and tours";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png";s:12:"tmpl_created";i:1575960267;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:690;s:11:"trend_index";i:714;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:187;a:19:{s:4:"tmpl";i:1208;s:2:"id";i:20361;s:5:"title";s:51:"Exercise & Fitness Equipment – eCommerce";s:9:"thumbnail";s:97:"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg";s:12:"tmpl_created";i:1633883766;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:50:"["Fitness","Health","Landing Pages","Online Shop"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:188;a:19:{s:4:"tmpl";i:1239;s:2:"id";i:21373;s:5:"title";s:28:"Photographer – Gallery";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg";s:12:"tmpl_created";i:1638821177;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Gallery","Photography","Portfolio","Project","Travel"]";s:10:"menu_order";i:7;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:189;a:19:{s:4:"tmpl";i:1426;s:2:"id";i:24348;s:5:"title";s:24:"Wireframe – Home 2";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg";s:12:"tmpl_created";i:1653988444;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:8;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:190;a:19:{s:4:"tmpl";i:958;s:2:"id";i:13129;s:5:"title";s:28:"Classic | Menu | Photography";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png";s:12:"tmpl_created";i:1582092645;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:8;s:16:"popularity_index";i:646;s:11:"trend_index";i:521;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:191;a:19:{s:4:"tmpl";i:1427;s:2:"id";i:24366;s:5:"title";s:24:"Wireframe – Home 3";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg";s:12:"tmpl_created";i:1653988491;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:102:"["Business","Contact","Features","Footer","Header","Homepage","Professional","Services","Testimonial"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:192;a:19:{s:4:"tmpl";i:1207;s:2:"id";i:20299;s:5:"title";s:51:"Interior Design Consultation – Online Service";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg";s:12:"tmpl_created";i:1633882989;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:65:"["Consulting","Interior Design","Landing Pages","Online Service"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:193;a:19:{s:4:"tmpl";i:952;s:2:"id";i:12726;s:5:"title";s:52:"Classic | Newsletter | Subscribe | Magazine and Blog";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png";s:12:"tmpl_created";i:1579061019;s:6:"author";s:9:"Elementor";s:3:"url";s:152:"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:9;s:16:"popularity_index";i:357;s:11:"trend_index";i:281;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:194;a:19:{s:4:"tmpl";i:883;s:2:"id";i:11468;s:5:"title";s:20:"Classic | Sale | Gym";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png";s:12:"tmpl_created";i:1567393182;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";i:10;s:16:"popularity_index";i:696;s:11:"trend_index";i:740;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:195;a:19:{s:4:"tmpl";i:1216;s:2:"id";i:20623;s:5:"title";s:57:"Luxurious Camping Accommodation For Events – Events";s:9:"thumbnail";s:113:"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg";s:12:"tmpl_created";i:1634041681;s:6:"author";s:9:"Elementor";s:3:"url";s:151:"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:43:"["Event","Events","Landing Pages","Travel"]";s:10:"menu_order";i:10;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:196;a:19:{s:4:"tmpl";i:1219;s:2:"id";i:20886;s:5:"title";s:28:"Online Training – Home";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg";s:12:"tmpl_created";i:1638784769;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Fitness","Online","Sport","Training"]";s:10:"menu_order";i:10;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:197;a:19:{s:4:"tmpl";i:1065;s:2:"id";i:15570;s:5:"title";s:33:"Classic | Subscribe | Travel Blog";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg";s:12:"tmpl_created";i:1606215555;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:709;s:11:"trend_index";i:459;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:198;a:19:{s:4:"tmpl";i:1431;s:2:"id";i:24437;s:5:"title";s:25:"Wireframe – About 4";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg";s:12:"tmpl_created";i:1653988733;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:74:"["About","Business","Contact","Features","Footer","Header","Professional"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:199;a:19:{s:4:"tmpl";i:1210;s:2:"id";i:20414;s:5:"title";s:45:"Online English Courses – Online Service";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg";s:12:"tmpl_created";i:1633884482;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:50:"["Course Online","Landing Pages","Online Service"]";s:10:"menu_order";i:11;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:200;a:19:{s:4:"tmpl";i:1132;s:2:"id";i:16553;s:5:"title";s:31:"Fly-In | Contact | Beauty Salon";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg";s:12:"tmpl_created";i:1608622602;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:691;s:11:"trend_index";i:428;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:201;a:19:{s:4:"tmpl";i:1441;s:2:"id";i:24574;s:5:"title";s:27:"Wireframe – Contact 5";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg";s:12:"tmpl_created";i:1653989135;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:88:"["Business","Contact","Footer","Form","Google Maps","Header","Professional","Subscribe"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:202;a:19:{s:4:"tmpl";i:1217;s:2:"id";i:20333;s:5:"title";s:40:"Plant Pots Online Shop – eCommerce";s:9:"thumbnail";s:93:"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg";s:12:"tmpl_created";i:1634042184;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:50:"["Ecommerce","Landing Pages","Online Shop","Shop"]";s:10:"menu_order";i:12;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:203;a:19:{s:4:"tmpl";i:1211;s:2:"id";i:20447;s:5:"title";s:33:"Shared Workspace – Business";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg";s:12:"tmpl_created";i:1633884934;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:28:"["Business","Landing Pages"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:204;a:19:{s:4:"tmpl";i:1237;s:2:"id";i:21313;s:5:"title";s:34:"Spa & Beauty – Services";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg";s:12:"tmpl_created";i:1638819709;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:55:"["Beauty","Hair","Health","Services","Spa","Treatment"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:205;a:19:{s:4:"tmpl";i:1004;s:2:"id";i:13538;s:5:"title";s:32:"Fly-In | Newsletter | Barbershop";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg";s:12:"tmpl_created";i:1589893364;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:13;s:16:"popularity_index";i:710;s:11:"trend_index";i:667;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:206;a:19:{s:4:"tmpl";i:924;s:2:"id";i:12550;s:5:"title";s:32:"Fly-in | Sale | Travel and Tours";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png";s:12:"tmpl_created";i:1575960263;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:754;s:11:"trend_index";i:791;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:207;a:19:{s:4:"tmpl";i:1212;s:2:"id";i:20479;s:5:"title";s:49:"Teeth Straightening – Health & Fitness";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg";s:12:"tmpl_created";i:1633886115;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:46:"["Business","Dental","Health","Landing Pages"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:208;a:19:{s:4:"tmpl";i:1234;s:2:"id";i:21234;s:5:"title";s:34:"Insurance Company – Services";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg";s:12:"tmpl_created";i:1638818688;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["Faq","Form","Insurance","Services","Testimonial"]";s:10:"menu_order";i:14;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:209;a:19:{s:4:"tmpl";i:1035;s:2:"id";i:15062;s:5:"title";s:35:"Fly-In | Sign up | Flooring Company";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png";s:12:"tmpl_created";i:1597739629;s:6:"author";s:9:"Elementor";s:3:"url";s:137:"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"fly-in";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:625;s:11:"trend_index";i:309;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:210;a:19:{s:4:"tmpl";i:1209;s:2:"id";i:20394;s:5:"title";s:30:"Time Management – Events";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg";s:12:"tmpl_created";i:1633884077;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:17:"["Landing Pages"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:211;a:19:{s:4:"tmpl";i:1229;s:2:"id";i:21118;s:5:"title";s:28:"Contact – Plants Store";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg";s:12:"tmpl_created";i:1638802472;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:40:"["Contact","Info","Plant","Testimonial"]";s:10:"menu_order";i:15;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:212;a:19:{s:4:"tmpl";i:893;s:2:"id";i:11822;s:5:"title";s:30:"Full Screen | Menu | Portfolio";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png";s:12:"tmpl_created";i:1569429896;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:2:"[]";s:10:"menu_order";i:16;s:16:"popularity_index";i:654;s:11:"trend_index";i:626;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:213;a:19:{s:4:"tmpl";i:1203;s:2:"id";i:18591;s:5:"title";s:28:"Coffee Sale – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png";s:12:"tmpl_created";i:1633877319;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:33:"["Coffee","Landing Pages","Sale"]";s:10:"menu_order";i:16;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:214;a:19:{s:4:"tmpl";i:1231;s:2:"id";i:21184;s:5:"title";s:28:"Dental Care – Services";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg";s:12:"tmpl_created";i:1638807148;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:45:"["Dental","Medical","Services","Testimonial"]";s:10:"menu_order";i:16;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:215;a:19:{s:4:"tmpl";i:1064;s:2:"id";i:15580;s:5:"title";s:31:"Fullscreen | Menu | Travel Blog";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg";s:12:"tmpl_created";i:1606215358;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"full screen";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:673;s:11:"trend_index";i:348;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:216;a:19:{s:4:"tmpl";i:1133;s:2:"id";i:16645;s:5:"title";s:28:"Headphones – eCommerce";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png";s:12:"tmpl_created";i:1609944115;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:39:"["Ecommerce","Landing Pages","Product"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:633;s:11:"trend_index";i:87;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:217;a:19:{s:4:"tmpl";i:1442;s:2:"id";i:24584;s:5:"title";s:27:"Wireframe – Pricing 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg";s:12:"tmpl_created";i:1653989152;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:146:"["Booking","Business","Clients","Contact","Faq","Features","Footer","Online Service","Pricing","Products","Professional","Services","Testimonial"]";s:10:"menu_order";i:17;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:218;a:19:{s:4:"tmpl";i:1138;s:2:"id";i:16762;s:5:"title";s:25:"Conference – Events";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png";s:12:"tmpl_created";i:1610455119;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:6:"Events";s:4:"tags";s:60:"["Conference","Convention","Event","Events","Landing Pages"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:705;s:11:"trend_index";i:216;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:219;a:19:{s:4:"tmpl";i:1438;s:2:"id";i:24539;s:5:"title";s:27:"Wireframe – Contact 2";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg";s:12:"tmpl_created";i:1653989019;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:69:"["Business","Contact","Footer","Google Maps","Header","Professional"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:220;a:19:{s:4:"tmpl";i:981;s:2:"id";i:13281;s:5:"title";s:37:"Hello Bar | Contact | Interior Design";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png";s:12:"tmpl_created";i:1586148801;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:19:"["Interior Design"]";s:10:"menu_order";i:18;s:16:"popularity_index";i:763;s:11:"trend_index";i:679;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:221;a:19:{s:4:"tmpl";i:1052;s:2:"id";i:15259;s:5:"title";s:31:"Hello Bar | Menu | Psychologist";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png";s:12:"tmpl_created";i:1600170209;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"hello bar";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:739;s:11:"trend_index";i:583;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:222;a:19:{s:4:"tmpl";i:1434;s:2:"id";i:24494;s:5:"title";s:28:"Wireframe – Services 1";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg";s:12:"tmpl_created";i:1653988874;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:53:"["Business","Faq","Footer","Professional","Services"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:223;a:19:{s:4:"tmpl";i:1194;s:2:"id";i:18701;s:5:"title";s:32:"Digital Course – eCommerce";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg";s:12:"tmpl_created";i:1618995134;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:57:"["Course Online","Ecommerce","Landing Pages","Marketing"]";s:10:"menu_order";i:19;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:224;a:19:{s:4:"tmpl";i:1192;s:2:"id";i:18612;s:5:"title";s:34:"Bag Product Sale – eCommerce";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg";s:12:"tmpl_created";i:1618395406;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:61:"["Bag","Ecommerce","Landing Pages","Product","Sale","Travel"]";s:10:"menu_order";i:20;s:16:"popularity_index";i:875;s:11:"trend_index";i:605;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:225;a:19:{s:4:"tmpl";i:1227;s:2:"id";i:21083;s:5:"title";s:26:"Conference – Contact";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg";s:12:"tmpl_created";i:1638799208;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:44:"["Conference","Contact","Form","Info","Map"]";s:10:"menu_order";i:20;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:226;a:19:{s:4:"tmpl";i:1193;s:2:"id";i:18644;s:5:"title";s:37:"Camera Product Sale – eCommerce";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg";s:12:"tmpl_created";i:1618396388;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:59:"["Camera","Ecommerce","Landing Pages","Photography","Sale"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:873;s:11:"trend_index";i:535;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:227;a:19:{s:4:"tmpl";i:951;s:2:"id";i:12736;s:5:"title";s:41:"Slide In | Contact Us | Magazine and Blog";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png";s:12:"tmpl_created";i:1579060978;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:734;s:11:"trend_index";i:686;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:228;a:19:{s:4:"tmpl";i:1222;s:2:"id";i:20960;s:5:"title";s:26:"Travel Agency – Home";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg";s:12:"tmpl_created";i:1638788432;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:53:"["Adventures","Experience","Explore","Travel","Trip"]";s:10:"menu_order";i:21;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:229;a:19:{s:4:"tmpl";i:1196;s:2:"id";i:18815;s:5:"title";s:25:"Car Wash – Business";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png";s:12:"tmpl_created";i:1621336431;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:45:"["Business","car","Discount","Landing Pages"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:230;a:19:{s:4:"tmpl";i:1242;s:2:"id";i:21473;s:5:"title";s:40:"Architecture Photography – Gallery";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg";s:12:"tmpl_created";i:1638822115;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:52:"["Architecture","Gallery","Photography","Portfolio"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:231;a:19:{s:4:"tmpl";i:1015;s:2:"id";i:14067;s:5:"title";s:37:"Slide In | Japanese restaurant | Menu";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg";s:12:"tmpl_created";i:1592290352;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:22;s:16:"popularity_index";i:650;s:11:"trend_index";i:565;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:232;a:19:{s:4:"tmpl";i:923;s:2:"id";i:12229;s:5:"title";s:33:"Slide In | Law Firm | Information";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/popup.png";s:12:"tmpl_created";i:1572847842;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:547;s:11:"trend_index";i:413;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:233;a:19:{s:4:"tmpl";i:1198;s:2:"id";i:18824;s:5:"title";s:33:"Design School – Coming Soon";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png";s:12:"tmpl_created";i:1621336756;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:49:"["Coming Soon","Design","Landing Pages","School"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:234;a:19:{s:4:"tmpl";i:1236;s:2:"id";i:21259;s:5:"title";s:28:"3D Designer – Projects";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg";s:12:"tmpl_created";i:1638819185;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:69:"["3D","Creative Portfolio","Design","Designer","Portfolio","Project"]";s:10:"menu_order";i:23;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:235;a:19:{s:4:"tmpl";i:1028;s:2:"id";i:14827;s:5:"title";s:39:"Slide-In | Contact | Luxury Real Estate";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png";s:12:"tmpl_created";i:1595323523;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:559;s:11:"trend_index";i:284;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:236;a:19:{s:4:"tmpl";i:1197;s:2:"id";i:18819;s:5:"title";s:27:"Dog Walker – Business";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png";s:12:"tmpl_created";i:1621336601;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:41:"["Business","Dog","Landing Pages","Pets"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:237;a:19:{s:4:"tmpl";i:1238;s:2:"id";i:21349;s:5:"title";s:29:"Architecture – Projects";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg";s:12:"tmpl_created";i:1638820870;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:70:"["Architecture","Creative","Creative Portfolio","Portfolio","Project"]";s:10:"menu_order";i:24;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:238;a:19:{s:4:"tmpl";i:1034;s:2:"id";i:15075;s:5:"title";s:34:"Slide-In | Menu | Flooring Company";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png";s:12:"tmpl_created";i:1597739605;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"slide-in";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:383;s:11:"trend_index";i:162;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:239;a:19:{s:4:"tmpl";i:1414;s:2:"id";i:24079;s:5:"title";s:32:"Fashion Shop – Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg";s:12:"tmpl_created";i:1650988089;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:88:"["Aesthetic","Business","Coming Soon","Ecommerce","Girly","Lifestyle","Products","Shop"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:240;a:19:{s:4:"tmpl";i:1195;s:2:"id";i:18761;s:5:"title";s:33:"Fashion Store – Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png";s:12:"tmpl_created";i:1621336146;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:56:"["Coming Soon","Fashion","Landing Pages","Shop","store"]";s:10:"menu_order";i:25;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:241;a:19:{s:4:"tmpl";i:1153;s:2:"id";i:17060;s:5:"title";s:36:"Private Tutor – Online Service";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png";s:12:"tmpl_created";i:1610631042;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:64:"["Education","Landing Pages","Online Service","Teacher","Tutor"]";s:10:"menu_order";i:26;s:16:"popularity_index";i:780;s:11:"trend_index";i:628;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:242;a:19:{s:4:"tmpl";i:1430;s:2:"id";i:24434;s:5:"title";s:25:"Wireframe – About 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg";s:12:"tmpl_created";i:1653988697;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:76:"["About","Business","Contact","Faq","Footer","Header","Professional","Team"]";s:10:"menu_order";i:26;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:243;a:19:{s:4:"tmpl";i:1158;s:2:"id";i:17232;s:5:"title";s:33:"Life Coach – Online Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png";s:12:"tmpl_created";i:1610902793;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:38:"["Coach","Landing Pages","Life Coach"]";s:10:"menu_order";i:27;s:16:"popularity_index";i:787;s:11:"trend_index";i:751;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:244;a:19:{s:4:"tmpl";i:1436;s:2:"id";i:24515;s:5:"title";s:28:"Wireframe – Services 3";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg";s:12:"tmpl_created";i:1653988946;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:66:"["Business","Contact","Footer","Header","Professional","Services"]";s:10:"menu_order";i:27;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:245;a:19:{s:4:"tmpl";i:875;s:2:"id";i:11241;s:5:"title";s:36:"Classic | Digital Agency | Marketing";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg";s:12:"tmpl_created";i:1564643043;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"popup";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"classic";s:4:"tags";s:2:"[]";s:10:"menu_order";i:28;s:16:"popularity_index";i:362;s:11:"trend_index";i:315;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:246;a:19:{s:4:"tmpl";i:1146;s:2:"id";i:16932;s:5:"title";s:35:"Finance Consulting – Business";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png";s:12:"tmpl_created";i:1610532170;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:80:"["Advisor","Business","Consulting","Finance","Investment","Landing Pages","Tax"]";s:10:"menu_order";i:28;s:16:"popularity_index";i:790;s:11:"trend_index";i:630;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:247;a:19:{s:4:"tmpl";i:1429;s:2:"id";i:24421;s:5:"title";s:25:"Wireframe – About 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg";s:12:"tmpl_created";i:1653988579;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:87:"["About","Business","Contact","Faq","Features","Footer","Header","Professional","Team"]";s:10:"menu_order";i:28;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:248;a:19:{s:4:"tmpl";i:674;s:2:"id";i:8505;s:5:"title";s:11:"404 page 01";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg";s:12:"tmpl_created";i:1526415501;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:28;s:16:"popularity_index";i:533;s:11:"trend_index";i:222;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:249;a:19:{s:4:"tmpl";i:1136;s:2:"id";i:16721;s:5:"title";s:35:"Dental – Health & Fitness";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg";s:12:"tmpl_created";i:1610448567;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:44:"["Dental","Doctor","Health","Landing Pages"]";s:10:"menu_order";i:29;s:16:"popularity_index";i:801;s:11:"trend_index";i:655;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:250;a:19:{s:4:"tmpl";i:1417;s:2:"id";i:24116;s:5:"title";s:32:"Tech Company – Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg";s:12:"tmpl_created";i:1650989265;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:87:"["Business","Coding","Coming Soon","Computer","Developer","IT","Services","Technology"]";s:10:"menu_order";i:29;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:251;a:19:{s:4:"tmpl";i:675;s:2:"id";i:8511;s:5:"title";s:11:"404 page 02";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg";s:12:"tmpl_created";i:1526415528;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:29;s:16:"popularity_index";i:347;s:11:"trend_index";i:155;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:252;a:19:{s:4:"tmpl";i:1161;s:2:"id";i:17269;s:5:"title";s:34:"Electronics Sale – eCommerce";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png";s:12:"tmpl_created";i:1610903298;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:29:"["Ecommerce","Landing Pages"]";s:10:"menu_order";i:30;s:16:"popularity_index";i:800;s:11:"trend_index";i:556;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:253;a:19:{s:4:"tmpl";i:1220;s:2:"id";i:20908;s:5:"title";s:42:"Packing & Moving Company – Home";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg";s:12:"tmpl_created";i:1638786127;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Movers","Moving","Storge"]";s:10:"menu_order";i:30;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:254;a:19:{s:4:"tmpl";i:1152;s:2:"id";i:17032;s:5:"title";s:42:"Donate Computer – Social Involvement";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png";s:12:"tmpl_created";i:1610630585;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:67:"["Computer","Donate","Donation","Kids","Landing Pages","Nonprofit"]";s:10:"menu_order";i:31;s:16:"popularity_index";i:718;s:11:"trend_index";i:278;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:255;a:19:{s:4:"tmpl";i:672;s:2:"id";i:8512;s:5:"title";s:11:"404 page 03";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg";s:12:"tmpl_created";i:1526415449;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:31;s:16:"popularity_index";i:450;s:11:"trend_index";i:375;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:256;a:19:{s:4:"tmpl";i:1245;s:2:"id";i:21546;s:5:"title";s:28:"Interior Design – Home";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg";s:12:"tmpl_created";i:1639046269;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:68:"["Design","Form","Furniture Design","Interior Design","Testimonial"]";s:10:"menu_order";i:31;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:257;a:19:{s:4:"tmpl";i:1135;s:2:"id";i:16684;s:5:"title";s:34:"SaaS HR Management – Product";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png";s:12:"tmpl_created";i:1609945486;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"Product";s:4:"tags";s:39:"["HR","Landing Pages","Product","SaaS"]";s:10:"menu_order";i:32;s:16:"popularity_index";i:708;s:11:"trend_index";i:292;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:258;a:19:{s:4:"tmpl";i:671;s:2:"id";i:8513;s:5:"title";s:11:"404 page 04";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg";s:12:"tmpl_created";i:1526415417;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:32;s:16:"popularity_index";i:420;s:11:"trend_index";i:176;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:259;a:19:{s:4:"tmpl";i:1249;s:2:"id";i:22137;s:5:"title";s:31:"Design Blog – Coming Soon";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1647177194;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:47:"["Blog","Coming Soon","Design","Landing Pages"]";s:10:"menu_order";i:32;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:260;a:19:{s:4:"tmpl";i:1134;s:2:"id";i:16660;s:5:"title";s:37:"Medical center – Online service";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png";s:12:"tmpl_created";i:1609945122;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:44:"["Landing Pages","Medical","Online Service"]";s:10:"menu_order";i:33;s:16:"popularity_index";i:750;s:11:"trend_index";i:332;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:261;a:19:{s:4:"tmpl";i:1226;s:2:"id";i:21069;s:5:"title";s:21:"Hotel – Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg";s:12:"tmpl_created";i:1638798545;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:36:"["Contact","from","Info","Vacation"]";s:10:"menu_order";i:33;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:262;a:19:{s:4:"tmpl";i:1150;s:2:"id";i:17001;s:5:"title";s:36:"Parental Counseling – Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png";s:12:"tmpl_created";i:1610534999;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:99:"["Advisor","Business","Coach","Counseling","Landing Pages","Online Service","Parental","Parenting"]";s:10:"menu_order";i:34;s:16:"popularity_index";i:817;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:263;a:19:{s:4:"tmpl";i:1432;s:2:"id";i:24461;s:5:"title";s:27:"Wireframe – Gallery 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg";s:12:"tmpl_created";i:1653988784;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:82:"["Business","Contact","Design","Footer","Gallery","Header","Portfolio","Services"]";s:10:"menu_order";i:34;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:264;a:19:{s:4:"tmpl";i:676;s:2:"id";i:8514;s:5:"title";s:11:"404 Page 05";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg";s:12:"tmpl_created";i:1526415558;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:34;s:16:"popularity_index";i:419;s:11:"trend_index";i:220;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:265;a:19:{s:4:"tmpl";i:1137;s:2:"id";i:16742;s:5:"title";s:31:"Online Course – Education";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png";s:12:"tmpl_created";i:1610454122;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:55:"["Academy","Course Online","Education","Landing Pages"]";s:10:"menu_order";i:35;s:16:"popularity_index";i:777;s:11:"trend_index";i:776;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:266;a:19:{s:4:"tmpl";i:668;s:2:"id";i:8523;s:5:"title";s:11:"404 page 06";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg";s:12:"tmpl_created";i:1526415291;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:35;s:16:"popularity_index";i:298;s:11:"trend_index";i:268;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:267;a:19:{s:4:"tmpl";i:1440;s:2:"id";i:24563;s:5:"title";s:27:"Wireframe – Contact 4";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg";s:12:"tmpl_created";i:1653989095;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:84:"["Business","Contact","Footer","Form","Gallery","Header","Professional","Subscribe"]";s:10:"menu_order";i:35;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:268;a:19:{s:4:"tmpl";i:1162;s:2:"id";i:17284;s:5:"title";s:38:"Dietitian – Health & Fitness";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png";s:12:"tmpl_created";i:1610903484;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:39:"["Fitness","Health","landscape design"]";s:10:"menu_order";i:36;s:16:"popularity_index";i:814;s:11:"trend_index";i:800;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:269;a:19:{s:4:"tmpl";i:1439;s:2:"id";i:24553;s:5:"title";s:27:"Wireframe – Contact 3";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg";s:12:"tmpl_created";i:1653989057;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:67:"["Business","Contact","Footer","Form","Professional","Testimonial"]";s:10:"menu_order";i:36;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:270;a:19:{s:4:"tmpl";i:1144;s:2:"id";i:16897;s:5:"title";s:30:"Personal Chef – Business";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png";s:12:"tmpl_created";i:1610466247;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:53:"["Business","Chef","Food","Landing Pages","Services"]";s:10:"menu_order";i:37;s:16:"popularity_index";i:795;s:11:"trend_index";i:617;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:271;a:19:{s:4:"tmpl";i:1435;s:2:"id";i:24504;s:5:"title";s:28:"Wireframe – Services 2";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg";s:12:"tmpl_created";i:1653988910;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:80:"["Business","Contact","Footer","Header","Professional","Services","Testimonial"]";s:10:"menu_order";i:37;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:272;a:19:{s:4:"tmpl";i:669;s:2:"id";i:8524;s:5:"title";s:11:"404 page 07";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg";s:12:"tmpl_created";i:1526415337;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:37;s:16:"popularity_index";i:303;s:11:"trend_index";i:171;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:273;a:19:{s:4:"tmpl";i:1147;s:2:"id";i:16946;s:5:"title";s:52:"Online Full-Stack Developer Course – Education";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png";s:12:"tmpl_created";i:1610532778;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"Education";s:4:"tags";s:76:"["Academy","Coding","Course Online","Developer","Education","Landing Pages"]";s:10:"menu_order";i:38;s:16:"popularity_index";i:805;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:274;a:19:{s:4:"tmpl";i:1437;s:2:"id";i:24528;s:5:"title";s:27:"Wireframe – Contact 1";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg";s:12:"tmpl_created";i:1653988981;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:76:"["Business","Contact","Footer","Form","Google Maps","Header","Professional"]";s:10:"menu_order";i:38;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:275;a:19:{s:4:"tmpl";i:1143;s:2:"id";i:16868;s:5:"title";s:40:"Virtual Assistant – Online Service";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png";s:12:"tmpl_created";i:1610465656;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:46:"["Assistant","Landing Pages","Online Service"]";s:10:"menu_order";i:39;s:16:"popularity_index";i:793;s:11:"trend_index";i:757;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:276;a:19:{s:4:"tmpl";i:673;s:2:"id";i:8526;s:5:"title";s:11:"404 page 09";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg";s:12:"tmpl_created";i:1526415474;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:39;s:16:"popularity_index";i:477;s:11:"trend_index";i:285;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:277;a:19:{s:4:"tmpl";i:1228;s:2:"id";i:21104;s:5:"title";s:26:"Restaurant – Contact";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg";s:12:"tmpl_created";i:1638800146;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:60:"["Contact","Food","Form","Google Maps","Info","Testimonial"]";s:10:"menu_order";i:39;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:278;a:19:{s:4:"tmpl";i:1140;s:2:"id";i:16812;s:5:"title";s:40:"Construction Project – Real Estate";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png";s:12:"tmpl_created";i:1610463582;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:59:"["Construction","Landing Pages","Real estate","Realestate"]";s:10:"menu_order";i:40;s:16:"popularity_index";i:796;s:11:"trend_index";i:724;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:279;a:19:{s:4:"tmpl";i:1244;s:2:"id";i:21393;s:5:"title";s:34:"Interior Designer – Projects";s:9:"thumbnail";s:99:"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg";s:12:"tmpl_created";i:1638823945;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:93:"["Creative","Creative Portfolio","Design","Designer","Interior Design","Portfolio","Project"]";s:10:"menu_order";i:40;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:280;a:19:{s:4:"tmpl";i:1148;s:2:"id";i:16960;s:5:"title";s:44:"Dog & Cat Food Delivery – Business";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png";s:12:"tmpl_created";i:1610533581;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:71:"["Business","Cat","Delivery","Dog","Food","Landing Pages","Pet","Pets"]";s:10:"menu_order";i:41;s:16:"popularity_index";i:782;s:11:"trend_index";i:510;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:281;a:19:{s:4:"tmpl";i:670;s:2:"id";i:8525;s:5:"title";s:11:"404 page 08";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg";s:12:"tmpl_created";i:1526415374;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:41;s:16:"popularity_index";i:510;s:11:"trend_index";i:575;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:282;a:19:{s:4:"tmpl";i:1251;s:2:"id";i:22143;s:5:"title";s:33:"Fashion Store – Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png";s:12:"tmpl_created";i:1647177389;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Coming Soon","Fashion","Landing Pages","Shop","store"]";s:10:"menu_order";i:41;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:283;a:19:{s:4:"tmpl";i:1155;s:2:"id";i:17095;s:5:"title";s:36:"Mobile Pet Grooming – Business";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png";s:12:"tmpl_created";i:1610632115;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:38:"["Dog","Groom","Landing Pages","Pets"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:786;s:11:"trend_index";i:731;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:284;a:19:{s:4:"tmpl";i:1241;s:2:"id";i:21451;s:5:"title";s:26:"Exhibition – Gallery";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg";s:12:"tmpl_created";i:1638821855;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:74:"["Art","Creative","Creative Portfolio","Exhibition","Gallery","Portfolio"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:285;a:19:{s:4:"tmpl";i:502;s:2:"id";i:5438;s:5:"title";s:7:"About 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png";s:12:"tmpl_created";i:1520443512;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:42;s:16:"popularity_index";i:147;s:11:"trend_index";i:9;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:286;a:19:{s:4:"tmpl";i:1159;s:2:"id";i:17245;s:5:"title";s:34:"Marketing Course – Education";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png";s:12:"tmpl_created";i:1610902958;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"Education";s:4:"tags";s:45:"["Course Online","Landing Pages","Marketing"]";s:10:"menu_order";i:43;s:16:"popularity_index";i:770;s:11:"trend_index";i:430;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:287;a:19:{s:4:"tmpl";i:1240;s:2:"id";i:21430;s:5:"title";s:30:"Travel Blogger – Gallery";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg";s:12:"tmpl_created";i:1638821592;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:43:"["Gallery","Photography","Slider","Travel"]";s:10:"menu_order";i:43;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:288;a:19:{s:4:"tmpl";i:1149;s:2:"id";i:16983;s:5:"title";s:41:"Pilates Instructor – Online Service";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png";s:12:"tmpl_created";i:1610534138;s:6:"author";s:9:"Elementor";s:3:"url";s:135:"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:70:"["Free Trial","Instructor","Landing Pages","Online Service","Pilates"]";s:10:"menu_order";i:44;s:16:"popularity_index";i:778;s:11:"trend_index";i:412;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:289;a:19:{s:4:"tmpl";i:1416;s:2:"id";i:24104;s:5:"title";s:33:"Ceramics Shop – Coming Soon";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg";s:12:"tmpl_created";i:1650988949;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:115:"["Art","Business","Coming Soon","Creative","Decor","Design","Furniture Design","Interior Design","Products","Shop"]";s:10:"menu_order";i:44;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:290;a:19:{s:4:"tmpl";i:557;s:2:"id";i:6135;s:5:"title";s:8:"About 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png";s:12:"tmpl_created";i:1520443663;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:77;s:11:"trend_index";i:47;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:291;a:19:{s:4:"tmpl";i:1412;s:2:"id";i:24033;s:5:"title";s:37:"Dance Studio – Maintenance Mode";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg";s:12:"tmpl_created";i:1649881344;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:113:"["Academy","Business","Dance Studio","Form","Pilates","School","Sport","Teacher","Training","Under Construction"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:292;a:19:{s:4:"tmpl";i:1190;s:2:"id";i:18568;s:5:"title";s:32:"Flower Delivery – Business";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png";s:12:"tmpl_created";i:1617546716;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:37:"["Delivery","Flower","Landing Pages"]";s:10:"menu_order";i:45;s:16:"popularity_index";i:874;s:11:"trend_index";i:763;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:293;a:19:{s:4:"tmpl";i:1145;s:2:"id";i:16917;s:5:"title";s:22:"Webinar – Events";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg";s:12:"tmpl_created";i:1610466822;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:36:"["Events","Landing Pages","Webinar"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:821;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:294;a:19:{s:4:"tmpl";i:1413;s:2:"id";i:24049;s:5:"title";s:33:"ECO Shop – Maintenance Mode";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg";s:12:"tmpl_created";i:1649882053;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:110:"["Aesthetic","Business","Creative","Decor","Health","Help","Lifestyle","Products","Shop","Under Construction"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:295;a:19:{s:4:"tmpl";i:497;s:2:"id";i:5397;s:5:"title";s:8:"About 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png";s:12:"tmpl_created";i:1520443503;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:46;s:16:"popularity_index";i:148;s:11:"trend_index";i:43;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:296;a:19:{s:4:"tmpl";i:1154;s:2:"id";i:17079;s:5:"title";s:42:"Calls Volunteer – Social Involvement";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png";s:12:"tmpl_created";i:1610631774;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Social Involvement";s:4:"tags";s:68:"["Care","Covid-19","Help","Involvement","Landing Pages","Volunteer"]";s:10:"menu_order";i:47;s:16:"popularity_index";i:854;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:297;a:19:{s:4:"tmpl";i:1419;s:2:"id";i:24136;s:5:"title";s:29:"Food Blog – Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg";s:12:"tmpl_created";i:1650990034;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:62:"["Blog","Business","Coming Soon","Cooking","Education","Food"]";s:10:"menu_order";i:47;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:298;a:19:{s:4:"tmpl";i:1142;s:2:"id";i:16836;s:5:"title";s:33:"Marketing Agency – Business";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg";s:12:"tmpl_created";i:1610464490;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:74:"["Agency","Business","Landing Pages","Marketing","Marketing Landing Page"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:816;s:11:"trend_index";i:787;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:299;a:19:{s:4:"tmpl";i:1411;s:2:"id";i:24020;s:5:"title";s:35:"Mobile App – Maintenance Mode";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg";s:12:"tmpl_created";i:1649880955;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:77:"["App","Business","Coding","Computer","Launch","Mobile","Under Construction"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:300;a:19:{s:4:"tmpl";i:498;s:2:"id";i:5405;s:5:"title";s:8:"About 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png";s:12:"tmpl_created";i:1520443505;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:48;s:16:"popularity_index";i:216;s:11:"trend_index";i:50;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:301;a:19:{s:4:"tmpl";i:1139;s:2:"id";i:16785;s:5:"title";s:42:"Gym Promotion – Health & Fitness";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg";s:12:"tmpl_created";i:1610455496;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:42:"["Fitness","Gym","Health","Landing Pages"]";s:10:"menu_order";i:49;s:16:"popularity_index";i:820;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:302;a:19:{s:4:"tmpl";i:1420;s:2:"id";i:24152;s:5:"title";s:32:"Perfume Shop – Coming Soon";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg";s:12:"tmpl_created";i:1650990353;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:68:"["Business","Coming Soon","Cosmetics","Lifestyle","Products","Shop"]";s:10:"menu_order";i:49;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:303;a:19:{s:4:"tmpl";i:1185;s:2:"id";i:18492;s:5:"title";s:34:"Bicycle Pre-Sale – eCommerce";s:9:"thumbnail";s:90:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png";s:12:"tmpl_created";i:1617535552;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:34:"["Bicycle","Landing Pages","Sale"]";s:10:"menu_order";i:50;s:16:"popularity_index";i:871;s:11:"trend_index";i:826;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:304;a:19:{s:4:"tmpl";i:1418;s:2:"id";i:24126;s:5:"title";s:28:"Skincare – Coming Soon";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg";s:12:"tmpl_created";i:1650989585;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:128:"["Aesthetic","Beauty","Beauty Salon","Business","Coming Soon","Cosmetics","Girly","Lifestyle","Services","Skincare","Treatment"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:305;a:19:{s:4:"tmpl";i:1181;s:2:"id";i:18349;s:5:"title";s:39:"Virtual try-on glasses – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png";s:12:"tmpl_created";i:1614772569;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:64:"["Fashion","Glasses","Landing Pages","Online Service","Virtual"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:848;s:11:"trend_index";i:803;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:306;a:19:{s:4:"tmpl";i:500;s:2:"id";i:5421;s:5:"title";s:8:"About 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png";s:12:"tmpl_created";i:1520443509;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:51;s:16:"popularity_index";i:215;s:11:"trend_index";i:77;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:307;a:19:{s:4:"tmpl";i:513;s:2:"id";i:5533;s:5:"title";s:8:"About 15";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png";s:12:"tmpl_created";i:1520443534;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:21;s:11:"trend_index";i:57;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:308;a:19:{s:4:"tmpl";i:1410;s:2:"id";i:24004;s:5:"title";s:33:"Skincare – Maintenance Mode";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg";s:12:"tmpl_created";i:1649880534;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:144:"["Aesthetic","Beauty","Beauty Salon","Business","Cosmetics","Girly","Lifestyle","Makeup","Services","Skincare","Treatment","Under Construction"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:309;a:19:{s:4:"tmpl";i:1172;s:2:"id";i:17458;s:5:"title";s:31:"Moving Company – Business";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png";s:12:"tmpl_created";i:1612727025;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:46:"["Business","Landing Pages","Movers","Moving"]";s:10:"menu_order";i:52;s:16:"popularity_index";i:826;s:11:"trend_index";i:767;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:310;a:19:{s:4:"tmpl";i:1415;s:2:"id";i:24092;s:5:"title";s:29:"Vase Shop – Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg";s:12:"tmpl_created";i:1650988613;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:115:"["Art","Business","Coming Soon","Creative","Decor","Design","Furniture Design","Interior Design","Products","Shop"]";s:10:"menu_order";i:53;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:311;a:19:{s:4:"tmpl";i:1186;s:2:"id";i:18517;s:5:"title";s:29:"Food Blog – Coming Soon";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png";s:12:"tmpl_created";i:1617539897;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:45:"["Blog","Coming Soon","Food","Landing Pages"]";s:10:"menu_order";i:53;s:16:"popularity_index";i:844;s:11:"trend_index";i:672;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:312;a:19:{s:4:"tmpl";i:1167;s:2:"id";i:17379;s:5:"title";s:33:"IT Service – Online Service";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png";s:12:"tmpl_created";i:1612713022;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:41:"["IT","Landing Pages","Remote","Support"]";s:10:"menu_order";i:54;s:16:"popularity_index";i:806;s:11:"trend_index";i:634;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:313;a:19:{s:4:"tmpl";i:1248;s:2:"id";i:22134;s:5:"title";s:32:"Art Magazine – Coming Soon";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg";s:12:"tmpl_created";i:1647176713;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["Art","Coming Soon","Landing Pages","Magazine"]";s:10:"menu_order";i:54;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:314;a:19:{s:4:"tmpl";i:512;s:2:"id";i:5525;s:5:"title";s:8:"About 14";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png";s:12:"tmpl_created";i:1520443532;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:9;s:11:"trend_index";i:29;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:315;a:19:{s:4:"tmpl";i:1189;s:2:"id";i:18560;s:5:"title";s:52:"Finance Learning Platform – Under Construction";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png";s:12:"tmpl_created";i:1617542761;s:6:"author";s:9:"Elementor";s:3:"url";s:146:"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:27:"["Finance","Landing Pages"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:843;s:11:"trend_index";i:561;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:316;a:19:{s:4:"tmpl";i:1225;s:2:"id";i:21041;s:5:"title";s:41:"Business Consulting Company – About";s:9:"thumbnail";s:96:"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg";s:12:"tmpl_created";i:1638797560;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["Coach","Collaboration","Consulting","Life Coach"]";s:10:"menu_order";i:55;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:317;a:19:{s:4:"tmpl";i:1187;s:2:"id";i:18528;s:5:"title";s:36:"Home Decor Store – Coming Soon";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png";s:12:"tmpl_created";i:1617541784;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:57:"["Coming Soon","Decor","Interior Design","Landing Pages"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:872;s:11:"trend_index";i:819;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:318;a:19:{s:4:"tmpl";i:1243;s:2:"id";i:21135;s:5:"title";s:28:"Construction – Service";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg";s:12:"tmpl_created";i:1638823202;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:48:"["Architecture","Construction","Faq","Services"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:319;a:19:{s:4:"tmpl";i:501;s:2:"id";i:5429;s:5:"title";s:8:"About 16";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png";s:12:"tmpl_created";i:1520443510;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:56;s:16:"popularity_index";i:59;s:11:"trend_index";i:8;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:320;a:19:{s:4:"tmpl";i:1174;s:2:"id";i:17504;s:5:"title";s:29:"Hair Stylist – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png";s:12:"tmpl_created";i:1612883014;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:59:"["Business","Hair","hairdresser","Landing Pages","Stylist"]";s:10:"menu_order";i:57;s:16:"popularity_index";i:840;s:11:"trend_index";i:806;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:321;a:19:{s:4:"tmpl";i:1223;s:2:"id";i:20981;s:5:"title";s:37:"Creative Digital Agency – About";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg";s:12:"tmpl_created";i:1638789303;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:51:"["About","Advisor","Creative","Creative Portfolio"]";s:10:"menu_order";i:57;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:322;a:19:{s:4:"tmpl";i:1184;s:2:"id";i:18449;s:5:"title";s:45:"Aesthetic Clinic – Health & Fitness";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png";s:12:"tmpl_created";i:1616682181;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Health and Fitness";s:4:"tags";s:57:"["Aesthetic","Beauty","Fitness","Health","Landing Pages"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:859;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:323;a:19:{s:4:"tmpl";i:1221;s:2:"id";i:20926;s:5:"title";s:33:"Doctors Online Consultation -Home";s:9:"thumbnail";s:95:"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg";s:12:"tmpl_created";i:1638787371;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:35:"["App","Health","Medical","Online"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:324;a:19:{s:4:"tmpl";i:505;s:2:"id";i:5464;s:5:"title";s:8:"About 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png";s:12:"tmpl_created";i:1520443518;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:58;s:16:"popularity_index";i:220;s:11:"trend_index";i:142;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:325;a:19:{s:4:"tmpl";i:1165;s:2:"id";i:17353;s:5:"title";s:44:"Online Cooking Course – Online Service";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png";s:12:"tmpl_created";i:1612705144;s:6:"author";s:9:"Elementor";s:3:"url";s:138:"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:50:"["Cooking","Course Online","Food","Landing Pages"]";s:10:"menu_order";i:59;s:16:"popularity_index";i:845;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:326;a:19:{s:4:"tmpl";i:1188;s:2:"id";i:18550;s:5:"title";s:39:"Online Store – Under Construction";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png";s:12:"tmpl_created";i:1617542506;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:59:"["Landing Pages","Online Shop","Shop","Under Construction"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:832;s:11:"trend_index";i:600;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:327;a:19:{s:4:"tmpl";i:1250;s:2:"id";i:22140;s:5:"title";s:33:"Design School – Coming Soon";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png";s:12:"tmpl_created";i:1647177317;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:49:"["Coming Soon","Design","Landing Pages","School"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:328;a:19:{s:4:"tmpl";i:510;s:2:"id";i:5504;s:5:"title";s:8:"About 18";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png";s:12:"tmpl_created";i:1520443528;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:60;s:16:"popularity_index";i:104;s:11:"trend_index";i:46;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:329;a:19:{s:4:"tmpl";i:1191;s:2:"id";i:18539;s:5:"title";s:40:"Travel Agency – Under Construction";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png";s:12:"tmpl_created";i:1617610273;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:18:"Under Construction";s:4:"tags";s:56:"["Agency","Landing Pages","Travel","Under Construction"]";s:10:"menu_order";i:61;s:16:"popularity_index";i:876;s:11:"trend_index";i:652;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:330;a:19:{s:4:"tmpl";i:1175;s:2:"id";i:18270;s:5:"title";s:24:"Open week – Events";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png";s:12:"tmpl_created";i:1614767186;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"Events";s:4:"tags";s:59:"["Education","Event","Events","Landing Pages","University"]";s:10:"menu_order";i:62;s:16:"popularity_index";i:831;s:11:"trend_index";i:673;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:331;a:19:{s:4:"tmpl";i:1177;s:2:"id";i:18300;s:5:"title";s:30:"Makeup Artist – Business";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png";s:12:"tmpl_created";i:1614768608;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:79:"["Beauty","Business","Course Online","Landing Pages","Makeup","Online Service"]";s:10:"menu_order";i:63;s:16:"popularity_index";i:861;s:11:"trend_index";i:783;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:332;a:19:{s:4:"tmpl";i:511;s:2:"id";i:5515;s:5:"title";s:8:"About 19";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png";s:12:"tmpl_created";i:1520443530;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:63;s:16:"popularity_index";i:268;s:11:"trend_index";i:161;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:333;a:19:{s:4:"tmpl";i:1179;s:2:"id";i:18329;s:5:"title";s:63:"Online Real Estate Investment Conference – Online Service";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png";s:12:"tmpl_created";i:1614770404;s:6:"author";s:9:"Elementor";s:3:"url";s:157:"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Online Service";s:4:"tags";s:76:"["Conference","Event","Events","Landing Pages","Online Event","Real estate"]";s:10:"menu_order";i:64;s:16:"popularity_index";i:866;s:11:"trend_index";i:779;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:334;a:19:{s:4:"tmpl";i:506;s:2:"id";i:5472;s:5:"title";s:7:"About 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png";s:12:"tmpl_created";i:1520443520;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:64;s:16:"popularity_index";i:210;s:11:"trend_index";i:116;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:335;a:19:{s:4:"tmpl";i:1183;s:2:"id";i:18391;s:5:"title";s:45:"Children’s Optometrist – Business";s:9:"thumbnail";s:94:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png";s:12:"tmpl_created";i:1614773564;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:85:"["Business","Children","Eye","Glasses","Health","Kids","Landing Pages","Optometrist"]";s:10:"menu_order";i:65;s:16:"popularity_index";i:877;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:336;a:19:{s:4:"tmpl";i:1182;s:2:"id";i:18366;s:5:"title";s:30:"Car Insurance – Business";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png";s:12:"tmpl_created";i:1614773263;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:46:"["Business","car","Insurance","Landing Pages"]";s:10:"menu_order";i:66;s:16:"popularity_index";i:869;s:11:"trend_index";i:797;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:337;a:19:{s:4:"tmpl";i:1201;s:2:"id";i:19144;s:5:"title";s:25:"Birthday Party Invitation";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png";s:12:"tmpl_created";i:1623848691;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:67:"["Birthday","Event","Landing Pages","Party","RSVD","Save the Date"]";s:10:"menu_order";i:66;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:338;a:19:{s:4:"tmpl";i:1124;s:2:"id";i:16473;s:5:"title";s:26:"Beauty Salon – About";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg";s:12:"tmpl_created";i:1608622373;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:615;s:11:"trend_index";i:184;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:339;a:19:{s:4:"tmpl";i:1176;s:2:"id";i:18291;s:5:"title";s:47:"Grill Restaurant Food Delivery – Business";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png";s:12:"tmpl_created";i:1614767830;s:6:"author";s:9:"Elementor";s:3:"url";s:141:"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"Business";s:4:"tags";s:79:"["Delivery","Delivery Service","Fast Food","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:819;s:11:"trend_index";i:685;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:340;a:19:{s:4:"tmpl";i:504;s:2:"id";i:5455;s:5:"title";s:8:"About 20";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png";s:12:"tmpl_created";i:1520443516;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:67;s:16:"popularity_index";i:134;s:11:"trend_index";i:70;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:341;a:19:{s:4:"tmpl";i:1125;s:2:"id";i:16488;s:5:"title";s:28:"Beauty Salon – Contact";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg";s:12:"tmpl_created";i:1608622374;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:548;s:11:"trend_index";i:101;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:342;a:19:{s:4:"tmpl";i:1180;s:2:"id";i:18340;s:5:"title";s:30:"Restaurant – Coming Soon";s:9:"thumbnail";s:98:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png";s:12:"tmpl_created";i:1614772183;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:16:"Coming Soon Page";s:4:"tags";s:51:"["Coming Soon","Food","Landing Pages","Restaurant"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:810;s:11:"trend_index";i:809;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:343;a:19:{s:4:"tmpl";i:499;s:2:"id";i:5413;s:5:"title";s:8:"About 21";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png";s:12:"tmpl_created";i:1520443507;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:68;s:16:"popularity_index";i:83;s:11:"trend_index";i:52;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:344;a:19:{s:4:"tmpl";i:1126;s:2:"id";i:16496;s:5:"title";s:28:"Beauty Salon – Gallery";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg";s:12:"tmpl_created";i:1608622379;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:69;s:16:"popularity_index";i:491;s:11:"trend_index";i:90;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:345;a:19:{s:4:"tmpl";i:1173;s:2:"id";i:17480;s:5:"title";s:42:"At-home Massage Therapist – Business";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg";s:12:"tmpl_created";i:1612879264;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:60:"["Business","Health","Landing Pages","Services","Therapist"]";s:10:"menu_order";i:69;s:16:"popularity_index";i:856;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:346;a:19:{s:4:"tmpl";i:1127;s:2:"id";i:16457;s:5:"title";s:25:"Beauty Salon – Home";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg";s:12:"tmpl_created";i:1608622383;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:70;s:16:"popularity_index";i:408;s:11:"trend_index";i:56;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:347;a:19:{s:4:"tmpl";i:1178;s:2:"id";i:18317;s:5:"title";s:26:"Insurance – Business";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png";s:12:"tmpl_created";i:1614769488;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"Business";s:4:"tags";s:61:"["Business","Family","Financial","Insurance","Landing Pages"]";s:10:"menu_order";i:70;s:16:"popularity_index";i:870;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:348;a:19:{s:4:"tmpl";i:1128;s:2:"id";i:16518;s:5:"title";s:29:"Beauty Salon – Services";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg";s:12:"tmpl_created";i:1608622386;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:23:"["Beauty Salon","Hair"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:664;s:11:"trend_index";i:261;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:349;a:19:{s:4:"tmpl";i:1168;s:2:"id";i:17401;s:5:"title";s:40:"Conference Thank You Page – Events";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png";s:12:"tmpl_created";i:1612724753;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:59:"["Conference","Event","Events","Landing Pages","Thank You"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:799;s:11:"trend_index";i:540;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:350;a:19:{s:4:"tmpl";i:503;s:2:"id";i:5447;s:5:"title";s:7:"About 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png";s:12:"tmpl_created";i:1520443514;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:71;s:16:"popularity_index";i:48;s:11:"trend_index";i:12;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:351;a:19:{s:4:"tmpl";i:1073;s:2:"id";i:15486;s:5:"title";s:25:"Travel Blog – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg";s:12:"tmpl_created";i:1606215720;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:72;s:16:"popularity_index";i:608;s:11:"trend_index";i:343;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:352;a:19:{s:4:"tmpl";i:1166;s:2:"id";i:17368;s:5:"title";s:38:"Real Estate Agency – Real-Estate";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png";s:12:"tmpl_created";i:1612711814;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:73:"["Landing Pages","listing","Real estate","Realestate","realtor","realty"]";s:10:"menu_order";i:72;s:16:"popularity_index";i:858;s:11:"trend_index";i:777;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:353;a:19:{s:4:"tmpl";i:1074;s:2:"id";i:15478;s:5:"title";s:27:"Travel Blog – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg";s:12:"tmpl_created";i:1606215735;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:687;s:11:"trend_index";i:564;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:354;a:19:{s:4:"tmpl";i:1170;s:2:"id";i:17423;s:5:"title";s:57:"Volunteer Calls Thank You Page – Social Involvement";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg";s:12:"tmpl_created";i:1612726058;s:6:"author";s:9:"Elementor";s:3:"url";s:151:"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:62:"["Care","Involvement","Landing Pages","Thank You","Volunteer"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:857;s:11:"trend_index";i:818;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:355;a:19:{s:4:"tmpl";i:507;s:2:"id";i:5480;s:5:"title";s:7:"About 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png";s:12:"tmpl_created";i:1520443522;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:73;s:16:"popularity_index";i:428;s:11:"trend_index";i:303;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:356;a:19:{s:4:"tmpl";i:1075;s:2:"id";i:15467;s:5:"title";s:24:"Travel Blog – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg";s:12:"tmpl_created";i:1606215756;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:74;s:16:"popularity_index";i:567;s:11:"trend_index";i:224;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:357;a:19:{s:4:"tmpl";i:1169;s:2:"id";i:17409;s:5:"title";s:37:"Webinar Thank You Page – Events";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png";s:12:"tmpl_created";i:1612725644;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:56:"["Event","Events","Landing Pages","Thank You","Webinar"]";s:10:"menu_order";i:74;s:16:"popularity_index";i:868;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:358;a:19:{s:4:"tmpl";i:1056;s:2:"id";i:15317;s:5:"title";s:25:"Dance Studio – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg";s:12:"tmpl_created";i:1603181291;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:596;s:11:"trend_index";i:301;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:359;a:19:{s:4:"tmpl";i:545;s:2:"id";i:6027;s:5:"title";s:7:"About 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png";s:12:"tmpl_created";i:1520443639;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:40;s:11:"trend_index";i:40;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:360;a:19:{s:4:"tmpl";i:1160;s:2:"id";i:17258;s:5:"title";s:32:"Beauty Product – eCommerce";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png";s:12:"tmpl_created";i:1610903153;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:38:"["Beauty","Ecommerce","Landing Pages"]";s:10:"menu_order";i:75;s:16:"popularity_index";i:797;s:11:"trend_index";i:703;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:361;a:19:{s:4:"tmpl";i:1057;s:2:"id";i:15334;s:5:"title";s:26:"Dance Studio – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg";s:12:"tmpl_created";i:1603181364;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:626;s:11:"trend_index";i:373;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:362;a:19:{s:4:"tmpl";i:546;s:2:"id";i:6036;s:5:"title";s:7:"About 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png";s:12:"tmpl_created";i:1520443641;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:90;s:11:"trend_index";i:123;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:363;a:19:{s:4:"tmpl";i:1171;s:2:"id";i:17435;s:5:"title";s:39:"Gym – App Service – Product";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png";s:12:"tmpl_created";i:1612726462;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"Product";s:4:"tags";s:58:"["App","Fitness","Gym","Health","Landing Pages","Product"]";s:10:"menu_order";i:76;s:16:"popularity_index";i:767;s:11:"trend_index";i:577;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:364;a:19:{s:4:"tmpl";i:1058;s:2:"id";i:15349;s:5:"title";s:28:"Dance Studio – Classes";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg";s:12:"tmpl_created";i:1603181425;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:77;s:16:"popularity_index";i:629;s:11:"trend_index";i:458;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:365;a:19:{s:4:"tmpl";i:1156;s:2:"id";i:17111;s:5:"title";s:33:"Sunglasses Sale – eCommerce";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg";s:12:"tmpl_created";i:1610632408;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:59:"["Ecommerce","Fashion","Landing Pages","Sale","Sunglasses"]";s:10:"menu_order";i:77;s:16:"popularity_index";i:812;s:11:"trend_index";i:732;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:366;a:19:{s:4:"tmpl";i:1055;s:2:"id";i:15366;s:5:"title";s:29:"Dance Studio – Schedule";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg";s:12:"tmpl_created";i:1603181056;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:78;s:16:"popularity_index";i:698;s:11:"trend_index";i:602;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:367;a:19:{s:4:"tmpl";i:1157;s:2:"id";i:17223;s:5:"title";s:25:"Fashion – eCommerce";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png";s:12:"tmpl_created";i:1610902553;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:29:"["Ecommerce","Landing Pages"]";s:10:"menu_order";i:78;s:16:"popularity_index";i:808;s:11:"trend_index";i:745;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:368;a:19:{s:4:"tmpl";i:1059;s:2:"id";i:15373;s:5:"title";s:28:"Dance Studio – Pricing";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg";s:12:"tmpl_created";i:1603181678;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:731;s:11:"trend_index";i:661;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:369;a:19:{s:4:"tmpl";i:1151;s:2:"id";i:17017;s:5:"title";s:28:"Shoes Sale – eCommerce";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg";s:12:"tmpl_created";i:1610535361;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"eCommerce";s:4:"tags";s:55:"["Discount","Ecommerce","Landing Pages","Sale","Shoes"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:803;s:11:"trend_index";i:642;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:370;a:19:{s:4:"tmpl";i:508;s:2:"id";i:5488;s:5:"title";s:7:"About 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png";s:12:"tmpl_created";i:1520443524;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:79;s:16:"popularity_index";i:307;s:11:"trend_index";i:169;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:371;a:19:{s:4:"tmpl";i:1060;s:2:"id";i:15384;s:5:"title";s:28:"Dance Studio – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg";s:12:"tmpl_created";i:1603181738;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:16:"["Dance Studio"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:741;s:11:"trend_index";i:721;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:372;a:19:{s:4:"tmpl";i:556;s:2:"id";i:6122;s:5:"title";s:7:"About 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png";s:12:"tmpl_created";i:1520443661;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:38;s:11:"trend_index";i:26;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:373;a:19:{s:4:"tmpl";i:1163;s:2:"id";i:17301;s:5:"title";s:53:"Personal Chef – Thank You Page – Business";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg";s:12:"tmpl_created";i:1610903622;s:6:"author";s:9:"Elementor";s:3:"url";s:139:"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:43:"["Chef","Food","Landing Pages","Thank You"]";s:10:"menu_order";i:80;s:16:"popularity_index";i:823;s:11:"trend_index";i:754;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:374;a:19:{s:4:"tmpl";i:1042;s:2:"id";i:15158;s:5:"title";s:26:"Psychologist – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg";s:12:"tmpl_created";i:1600157561;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:81;s:16:"popularity_index";i:618;s:11:"trend_index";i:426;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:375;a:19:{s:4:"tmpl";i:1164;s:2:"id";i:17313;s:5:"title";s:60:"Development Course – Thank You Page – Education";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png";s:12:"tmpl_created";i:1610903776;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"Thank You Page";s:4:"tags";s:57:"["Course Online","Education","Landing Pages","Thank You"]";s:10:"menu_order";i:81;s:16:"popularity_index";i:834;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:376;a:19:{s:4:"tmpl";i:1045;s:2:"id";i:15197;s:5:"title";s:28:"Psychologist – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg";s:12:"tmpl_created";i:1600160499;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:82;s:16:"popularity_index";i:666;s:11:"trend_index";i:558;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:377;a:19:{s:4:"tmpl";i:509;s:2:"id";i:5496;s:5:"title";s:7:"About 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png";s:12:"tmpl_created";i:1520443526;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"about";s:4:"tags";s:9:"["About"]";s:10:"menu_order";i:82;s:16:"popularity_index";i:523;s:11:"trend_index";i:453;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:378;a:19:{s:4:"tmpl";i:1041;s:2:"id";i:15142;s:5:"title";s:25:"Psychologist – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg";s:12:"tmpl_created";i:1600156308;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:83;s:16:"popularity_index";i:464;s:11:"trend_index";i:297;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:379;a:19:{s:4:"tmpl";i:1044;s:2:"id";i:15188;s:5:"title";s:28:"Psychologist – Pricing";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg";s:12:"tmpl_created";i:1600159731;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:84;s:16:"popularity_index";i:732;s:11:"trend_index";i:537;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:380;a:19:{s:4:"tmpl";i:684;s:2:"id";i:8961;s:5:"title";s:9:"archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg";s:12:"tmpl_created";i:1528639909;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:84;s:16:"popularity_index";i:79;s:11:"trend_index";i:15;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:381;a:19:{s:4:"tmpl";i:1043;s:2:"id";i:15167;s:5:"title";s:29:"Psychologist – Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg";s:12:"tmpl_created";i:1600158206;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:85;s:16:"popularity_index";i:606;s:11:"trend_index";i:379;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:382;a:19:{s:4:"tmpl";i:1036;s:2:"id";i:14932;s:5:"title";s:30:"Flooring Company – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/08/About.png";s:12:"tmpl_created";i:1597740110;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:86;s:16:"popularity_index";i:488;s:11:"trend_index";i:319;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:383;a:19:{s:4:"tmpl";i:685;s:2:"id";i:8969;s:5:"title";s:9:"archive 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg";s:12:"tmpl_created";i:1528700014;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:86;s:16:"popularity_index";i:250;s:11:"trend_index";i:124;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:384;a:19:{s:4:"tmpl";i:1037;s:2:"id";i:14998;s:5:"title";s:32:"Flooring Company – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png";s:12:"tmpl_created";i:1597740222;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:87;s:16:"popularity_index";i:553;s:11:"trend_index";i:380;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:385;a:19:{s:4:"tmpl";i:1038;s:2:"id";i:14965;s:5:"title";s:32:"Flooring Company – Gallery";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png";s:12:"tmpl_created";i:1597740353;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:88;s:16:"popularity_index";i:371;s:11:"trend_index";i:291;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:386;a:19:{s:4:"tmpl";i:686;s:2:"id";i:8973;s:5:"title";s:9:"archive 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg";s:12:"tmpl_created";i:1528700205;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:88;s:16:"popularity_index";i:176;s:11:"trend_index";i:54;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:387;a:19:{s:4:"tmpl";i:1282;s:2:"id";i:22417;s:5:"title";s:52:"Finance Learning Platform – Under Construction";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png";s:12:"tmpl_created";i:1647354987;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Finance","Landing Pages"]";s:10:"menu_order";i:89;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:388;a:19:{s:4:"tmpl";i:1040;s:2:"id";i:14947;s:5:"title";s:33:"Flooring company – Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/08/Services.png";s:12:"tmpl_created";i:1597740551;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:90;s:16:"popularity_index";i:538;s:11:"trend_index";i:392;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:389;a:19:{s:4:"tmpl";i:1039;s:2:"id";i:14901;s:5:"title";s:29:"Flooring Company – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/08/Home.png";s:12:"tmpl_created";i:1597740474;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:91;s:16:"popularity_index";i:387;s:11:"trend_index";i:185;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:390;a:19:{s:4:"tmpl";i:687;s:2:"id";i:8977;s:5:"title";s:9:"archive 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg";s:12:"tmpl_created";i:1528700326;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:91;s:16:"popularity_index";i:354;s:11:"trend_index";i:396;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:391;a:19:{s:4:"tmpl";i:1252;s:2:"id";i:22146;s:5:"title";s:36:"Home Decor Store – Coming Soon";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png";s:12:"tmpl_created";i:1647177514;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:57:"["Coming Soon","Decor","Interior Design","Landing Pages"]";s:10:"menu_order";i:92;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:392;a:19:{s:4:"tmpl";i:688;s:2:"id";i:8981;s:5:"title";s:9:"archive 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg";s:12:"tmpl_created";i:1528700484;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:93;s:16:"popularity_index";i:333;s:11:"trend_index";i:195;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:393;a:19:{s:4:"tmpl";i:1021;s:2:"id";i:14737;s:5:"title";s:32:"Luxury Real Estate – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/07/About.png";s:12:"tmpl_created";i:1595313527;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:93;s:16:"popularity_index";i:150;s:11:"trend_index";i:447;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:394;a:19:{s:4:"tmpl";i:689;s:2:"id";i:8985;s:5:"title";s:9:"archive 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg";s:12:"tmpl_created";i:1528700612;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:94;s:16:"popularity_index";i:204;s:11:"trend_index";i:95;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:395;a:19:{s:4:"tmpl";i:1020;s:2:"id";i:14756;s:5:"title";s:34:"Luxury Real Estate – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png";s:12:"tmpl_created";i:1595313519;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:94;s:16:"popularity_index";i:610;s:11:"trend_index";i:569;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:396;a:19:{s:4:"tmpl";i:1019;s:2:"id";i:14716;s:5:"title";s:31:"Luxury Real Estate – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/07/Home.png";s:12:"tmpl_created";i:1595313512;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:95;s:16:"popularity_index";i:394;s:11:"trend_index";i:165;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:397;a:19:{s:4:"tmpl";i:690;s:2:"id";i:8989;s:5:"title";s:9:"archive 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg";s:12:"tmpl_created";i:1528701063;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:96;s:16:"popularity_index";i:208;s:11:"trend_index";i:111;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:398;a:19:{s:4:"tmpl";i:1018;s:2:"id";i:14763;s:5:"title";s:31:"Luxury Real Estate – News";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png";s:12:"tmpl_created";i:1595313273;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:96;s:16:"popularity_index";i:404;s:11:"trend_index";i:167;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:399;a:19:{s:4:"tmpl";i:1283;s:2:"id";i:22423;s:5:"title";s:39:"Online Store – Under Construction";s:9:"thumbnail";s:85:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png";s:12:"tmpl_created";i:1647355154;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:59:"["Landing Pages","Online Shop","Shop","Under Construction"]";s:10:"menu_order";i:97;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:400;a:19:{s:4:"tmpl";i:691;s:2:"id";i:8996;s:5:"title";s:9:"archive 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg";s:12:"tmpl_created";i:1528701290;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:98;s:16:"popularity_index";i:227;s:11:"trend_index";i:153;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:401;a:19:{s:4:"tmpl";i:1010;s:2:"id";i:13960;s:5:"title";s:32:"Japanese restaurant – Home";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg";s:12:"tmpl_created";i:1592289775;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:98;s:16:"popularity_index";i:537;s:11:"trend_index";i:287;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:402;a:19:{s:4:"tmpl";i:1284;s:2:"id";i:22428;s:5:"title";s:40:"Travel Agency – Under Construction";s:9:"thumbnail";s:88:"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png";s:12:"tmpl_created";i:1647355339;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:56:"["Agency","Landing Pages","Travel","Under Construction"]";s:10:"menu_order";i:99;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:403;a:19:{s:4:"tmpl";i:692;s:2:"id";i:9001;s:5:"title";s:9:"archive 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg";s:12:"tmpl_created";i:1528701433;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:100;s:16:"popularity_index";i:265;s:11:"trend_index";i:208;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:404;a:19:{s:4:"tmpl";i:1007;s:2:"id";i:13993;s:5:"title";s:45:"Japanese restaurant – Chef’s Menu";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg";s:12:"tmpl_created";i:1592289691;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:100;s:16:"popularity_index";i:651;s:11:"trend_index";i:675;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:405;a:19:{s:4:"tmpl";i:1006;s:2:"id";i:14012;s:5:"title";s:36:"Japanese restaurant – Bar Menu";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg";s:12:"tmpl_created";i:1592289665;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:101;s:16:"popularity_index";i:735;s:11:"trend_index";i:829;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:406;a:19:{s:4:"tmpl";i:1005;s:2:"id";i:13917;s:5:"title";s:33:"Japanese restaurant – About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg";s:12:"tmpl_created";i:1592289629;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:102;s:16:"popularity_index";i:640;s:11:"trend_index";i:389;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:407;a:19:{s:4:"tmpl";i:997;s:2:"id";i:13528;s:5:"title";s:22:"Barbershop – 404";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg";s:12:"tmpl_created";i:1589893152;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:34:"["404","Barber Shop","Barbershop"]";s:10:"menu_order";i:103;s:16:"popularity_index";i:768;s:11:"trend_index";i:681;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:408;a:19:{s:4:"tmpl";i:1009;s:2:"id";i:13937;s:5:"title";s:35:"Japanese restaurant – Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg";s:12:"tmpl_created";i:1592289748;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:103;s:16:"popularity_index";i:648;s:11:"trend_index";i:551;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:409;a:19:{s:4:"tmpl";i:1008;s:2:"id";i:14030;s:5:"title";s:34:"Japanese restaurant – Events";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg";s:12:"tmpl_created";i:1592289713;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:104;s:16:"popularity_index";i:723;s:11:"trend_index";i:711;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:410;a:19:{s:4:"tmpl";i:998;s:2:"id";i:13518;s:5:"title";s:26:"Barbershop – Archive";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg";s:12:"tmpl_created";i:1589893157;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:105;s:16:"popularity_index";i:737;s:11:"trend_index";i:523;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:411;a:19:{s:4:"tmpl";i:1016;s:2:"id";i:13984;s:5:"title";s:40:"Japanese restaurant – Reservations";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg";s:12:"tmpl_created";i:1592294757;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:32:"["Food","Japanese","Restaurant"]";s:10:"menu_order";i:105;s:16:"popularity_index";i:715;s:11:"trend_index";i:727;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:412;a:19:{s:4:"tmpl";i:999;s:2:"id";i:13479;s:5:"title";s:23:"Barbershop – Home";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg";s:12:"tmpl_created";i:1589893275;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:106;s:16:"popularity_index";i:683;s:11:"trend_index";i:832;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:413;a:19:{s:4:"tmpl";i:996;s:2:"id";i:13604;s:5:"title";s:25:"Barbershop – Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg";s:12:"tmpl_created";i:1589893147;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:37:"["Barber Shop","Barbershop","Footer"]";s:10:"menu_order";i:107;s:16:"popularity_index";i:555;s:11:"trend_index";i:267;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:414;a:19:{s:4:"tmpl";i:1000;s:2:"id";i:13503;s:5:"title";s:24:"Barbershop – About";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg";s:12:"tmpl_created";i:1589893289;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:107;s:16:"popularity_index";i:744;s:11:"trend_index";i:739;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:415;a:19:{s:4:"tmpl";i:995;s:2:"id";i:13612;s:5:"title";s:25:"Barbershop – Header";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg";s:12:"tmpl_created";i:1589893142;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:37:"["Barber Shop","Barbershop","Header"]";s:10:"menu_order";i:108;s:16:"popularity_index";i:343;s:11:"trend_index";i:137;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:416;a:19:{s:4:"tmpl";i:1001;s:2:"id";i:13548;s:5:"title";s:27:"Barbershop – Services";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg";s:12:"tmpl_created";i:1589893298;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:108;s:16:"popularity_index";i:761;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:417;a:19:{s:4:"tmpl";i:1002;s:2:"id";i:13560;s:5:"title";s:26:"Barbershop – Gallery";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg";s:12:"tmpl_created";i:1589893307;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:109;s:16:"popularity_index";i:756;s:11:"trend_index";i:822;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:418;a:19:{s:4:"tmpl";i:1003;s:2:"id";i:13587;s:5:"title";s:26:"Barbershop – Contact";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg";s:12:"tmpl_created";i:1589893315;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:110;s:16:"popularity_index";i:753;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:419;a:19:{s:4:"tmpl";i:982;s:2:"id";i:13307;s:5:"title";s:26:"Online Course – Home";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg";s:12:"tmpl_created";i:1587474541;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:111;s:16:"popularity_index";i:230;s:11:"trend_index";i:125;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:420;a:19:{s:4:"tmpl";i:994;s:2:"id";i:13621;s:5:"title";s:30:"Barbershop – Single Post";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg";s:12:"tmpl_created";i:1589893137;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Barber Shop","Barbershop"]";s:10:"menu_order";i:111;s:16:"popularity_index";i:736;s:11:"trend_index";i:580;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:421;a:19:{s:4:"tmpl";i:1131;s:2:"id";i:16527;s:5:"title";s:24:"Beauty Salon – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg";s:12:"tmpl_created";i:1608622517;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:29:"["404","Beauty Salon","Hair"]";s:10:"menu_order";i:112;s:16:"popularity_index";i:742;s:11:"trend_index";i:563;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:422;a:19:{s:4:"tmpl";i:983;s:2:"id";i:13328;s:5:"title";s:27:"Online Course – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg";s:12:"tmpl_created";i:1587474558;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:112;s:16:"popularity_index";i:508;s:11:"trend_index";i:429;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:423;a:19:{s:4:"tmpl";i:984;s:2:"id";i:13338;s:5:"title";s:33:"Online Course – Course Page";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png";s:12:"tmpl_created";i:1587474574;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:113;s:16:"popularity_index";i:337;s:11:"trend_index";i:310;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:424;a:19:{s:4:"tmpl";i:985;s:2:"id";i:13352;s:5:"title";s:29:"Online Course – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg";s:12:"tmpl_created";i:1587474591;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:114;s:16:"popularity_index";i:565;s:11:"trend_index";i:533;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:425;a:19:{s:4:"tmpl";i:1130;s:2:"id";i:16535;s:5:"title";s:27:"Beauty Salon – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg";s:12:"tmpl_created";i:1608622498;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:32:"["Beauty Salon","Footer","Hair"]";s:10:"menu_order";i:115;s:16:"popularity_index";i:524;s:11:"trend_index";i:126;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:426;a:19:{s:4:"tmpl";i:971;s:2:"id";i:13187;s:5:"title";s:33:"Interior Design – Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Home.png";s:12:"tmpl_created";i:1586148661;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:115;s:16:"popularity_index";i:331;s:11:"trend_index";i:264;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:427;a:19:{s:4:"tmpl";i:1453;s:2:"id";i:16346;s:5:"title";s:33:"Your New Home – Real Estate";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png";s:12:"tmpl_created";i:1660205402;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:2:"lp";s:11:"access_tier";s:4:"free";s:7:"subtype";s:11:"Real Estate";s:4:"tags";s:31:"["Landing Pages","Real estate"]";s:10:"menu_order";i:116;s:16:"popularity_index";i:-1;s:11:"trend_index";i:-1;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:428;a:19:{s:4:"tmpl";i:972;s:2:"id";i:13199;s:5:"title";s:29:"Interior Design – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/04/About.png";s:12:"tmpl_created";i:1586148666;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:116;s:16:"popularity_index";i:316;s:11:"trend_index";i:334;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:429;a:19:{s:4:"tmpl";i:1129;s:2:"id";i:16545;s:5:"title";s:27:"Beauty Salon – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg";s:12:"tmpl_created";i:1608622495;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:32:"["Beauty Salon","Hair","Header"]";s:10:"menu_order";i:117;s:16:"popularity_index";i:356;s:11:"trend_index";i:49;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:430;a:19:{s:4:"tmpl";i:973;s:2:"id";i:13214;s:5:"title";s:32:"Interior Design – Projects";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg";s:12:"tmpl_created";i:1586148672;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:117;s:16:"popularity_index";i:367;s:11:"trend_index";i:323;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:431;a:19:{s:4:"tmpl";i:641;s:2:"id";i:7686;s:5:"title";s:12:"Blog Posts 1";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png";s:12:"tmpl_created";i:1521558047;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:26:"["Archive","Blog","posts"]";s:10:"menu_order";i:118;s:16:"popularity_index";i:131;s:11:"trend_index";i:152;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:432;a:19:{s:4:"tmpl";i:974;s:2:"id";i:13229;s:5:"title";s:31:"Interior Design – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png";s:12:"tmpl_created";i:1586148677;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:118;s:16:"popularity_index";i:395;s:11:"trend_index";i:337;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:433;a:19:{s:4:"tmpl";i:959;s:2:"id";i:12948;s:5:"title";s:29:"Photography – Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png";s:12:"tmpl_created";i:1582093442;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:119;s:16:"popularity_index";i:241;s:11:"trend_index";i:201;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:434;a:19:{s:4:"tmpl";i:960;s:2:"id";i:12798;s:5:"title";s:25:"Photography – About";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png";s:12:"tmpl_created";i:1582093446;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:120;s:16:"popularity_index";i:499;s:11:"trend_index";i:374;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:435;a:19:{s:4:"tmpl";i:484;s:2:"id";i:5283;s:5:"title";s:9:"Clients 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png";s:12:"tmpl_created";i:1520443478;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:120;s:16:"popularity_index";i:294;s:11:"trend_index";i:202;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:436;a:19:{s:4:"tmpl";i:961;s:2:"id";i:12868;s:5:"title";s:27:"Photography – Contact";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png";s:12:"tmpl_created";i:1582093450;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:121;s:16:"popularity_index";i:531;s:11:"trend_index";i:350;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:437;a:19:{s:4:"tmpl";i:962;s:2:"id";i:13056;s:5:"title";s:28:"Photography – Wildlife";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png";s:12:"tmpl_created";i:1582093454;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:122;s:16:"popularity_index";i:579;s:11:"trend_index";i:656;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:438;a:19:{s:4:"tmpl";i:487;s:2:"id";i:5306;s:5:"title";s:10:"Clients 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png";s:12:"tmpl_created";i:1520443484;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:122;s:16:"popularity_index";i:657;s:11:"trend_index";i:581;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:439;a:19:{s:4:"tmpl";i:963;s:2:"id";i:12922;s:5:"title";s:37:"Photography – Glowing Jellyfish";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png";s:12:"tmpl_created";i:1582093457;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:123;s:16:"popularity_index";i:628;s:11:"trend_index";i:532;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:440;a:19:{s:4:"tmpl";i:964;s:2:"id";i:12875;s:5:"title";s:36:"Photography – Fluttering Birds";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png";s:12:"tmpl_created";i:1582093461;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:124;s:16:"popularity_index";i:693;s:11:"trend_index";i:766;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:441;a:19:{s:4:"tmpl";i:965;s:2:"id";i:12962;s:5:"title";s:26:"Photography – Nature";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png";s:12:"tmpl_created";i:1582093465;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:125;s:16:"popularity_index";i:592;s:11:"trend_index";i:778;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:442;a:19:{s:4:"tmpl";i:491;s:2:"id";i:5341;s:5:"title";s:10:"Clients 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png";s:12:"tmpl_created";i:1520443491;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:125;s:16:"popularity_index";i:603;s:11:"trend_index";i:633;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:443;a:19:{s:4:"tmpl";i:966;s:2:"id";i:12833;s:5:"title";s:38:"Photography – Blossoming Flowers";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png";s:12:"tmpl_created";i:1582093469;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:126;s:16:"popularity_index";i:597;s:11:"trend_index";i:750;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:444;a:19:{s:4:"tmpl";i:488;s:2:"id";i:5315;s:5:"title";s:10:"Clients 12";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png";s:12:"tmpl_created";i:1520443486;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:126;s:16:"popularity_index";i:485;s:11:"trend_index";i:263;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:445;a:19:{s:4:"tmpl";i:967;s:2:"id";i:12898;s:5:"title";s:36:"Photography – Forest Mushrooms";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png";s:12:"tmpl_created";i:1582093473;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:127;s:16:"popularity_index";i:667;s:11:"trend_index";i:649;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:446;a:19:{s:4:"tmpl";i:968;s:2:"id";i:12994;s:5:"title";s:24:"Photography – Pets";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png";s:12:"tmpl_created";i:1582093477;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:128;s:16:"popularity_index";i:612;s:11:"trend_index";i:508;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:447;a:19:{s:4:"tmpl";i:969;s:2:"id";i:12805;s:5:"title";s:37:"Photography – B&W Portraits";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png";s:12:"tmpl_created";i:1582093481;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:129;s:16:"popularity_index";i:695;s:11:"trend_index";i:735;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:448;a:19:{s:4:"tmpl";i:490;s:2:"id";i:5333;s:5:"title";s:10:"Clients 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png";s:12:"tmpl_created";i:1520443489;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:129;s:16:"popularity_index";i:234;s:11:"trend_index";i:128;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:449;a:19:{s:4:"tmpl";i:970;s:2:"id";i:13031;s:5:"title";s:33:"Photography – Vivid Parrots";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png";s:12:"tmpl_created";i:1582093484;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:130;s:16:"popularity_index";i:660;s:11:"trend_index";i:643;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:450;a:19:{s:4:"tmpl";i:496;s:2:"id";i:5389;s:5:"title";s:10:"Clients 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png";s:12:"tmpl_created";i:1520443501;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:130;s:16:"popularity_index";i:407;s:11:"trend_index";i:307;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:451;a:19:{s:4:"tmpl";i:940;s:2:"id";i:12621;s:5:"title";s:26:"Magazine – Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png";s:12:"tmpl_created";i:1579060604;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:131;s:16:"popularity_index";i:167;s:11:"trend_index";i:121;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:452;a:19:{s:4:"tmpl";i:936;s:2:"id";i:12352;s:5:"title";s:24:"Travel – Home Page";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png";s:12:"tmpl_created";i:1575960464;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:132;s:16:"popularity_index";i:291;s:11:"trend_index";i:194;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:453;a:19:{s:4:"tmpl";i:486;s:2:"id";i:5298;s:5:"title";s:10:"Clients 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png";s:12:"tmpl_created";i:1520443482;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:132;s:16:"popularity_index";i:465;s:11:"trend_index";i:520;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:454;a:19:{s:4:"tmpl";i:932;s:2:"id";i:12400;s:5:"title";s:20:"Travel – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/12/About.png";s:12:"tmpl_created";i:1575960441;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:133;s:16:"popularity_index";i:444;s:11:"trend_index";i:445;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:455;a:19:{s:4:"tmpl";i:938;s:2:"id";i:12479;s:5:"title";s:20:"Travel – Tours";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png";s:12:"tmpl_created";i:1575960474;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:134;s:16:"popularity_index";i:539;s:11:"trend_index";i:726;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:456;a:19:{s:4:"tmpl";i:495;s:2:"id";i:5381;s:5:"title";s:10:"Clients 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png";s:12:"tmpl_created";i:1520443499;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:134;s:16:"popularity_index";i:198;s:11:"trend_index";i:168;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:457;a:19:{s:4:"tmpl";i:937;s:2:"id";i:12466;s:5:"title";s:27:"Travel – Testimonials";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png";s:12:"tmpl_created";i:1575960469;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:135;s:16:"popularity_index";i:527;s:11:"trend_index";i:481;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:458;a:19:{s:4:"tmpl";i:935;s:2:"id";i:12443;s:5:"title";s:22:"Travel – Gallery";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png";s:12:"tmpl_created";i:1575960459;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:136;s:16:"popularity_index";i:467;s:11:"trend_index";i:501;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:459;a:19:{s:4:"tmpl";i:934;s:2:"id";i:12431;s:5:"title";s:18:"Travel – FAQ";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png";s:12:"tmpl_created";i:1575960453;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:137;s:16:"popularity_index";i:501;s:11:"trend_index";i:387;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:460;a:19:{s:4:"tmpl";i:493;s:2:"id";i:5357;s:5:"title";s:9:"Clients 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png";s:12:"tmpl_created";i:1520443495;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:137;s:16:"popularity_index";i:341;s:11:"trend_index";i:232;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:461;a:19:{s:4:"tmpl";i:933;s:2:"id";i:12421;s:5:"title";s:27:"Travel – Contact Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png";s:12:"tmpl_created";i:1575960445;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:138;s:16:"popularity_index";i:571;s:11:"trend_index";i:536;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:462;a:19:{s:4:"tmpl";i:892;s:2:"id";i:11763;s:5:"title";s:27:"Portfolio – Home Page";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png";s:12:"tmpl_created";i:1569428959;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:139;s:16:"popularity_index";i:280;s:11:"trend_index";i:241;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:463;a:19:{s:4:"tmpl";i:485;s:2:"id";i:5290;s:5:"title";s:9:"Clients 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png";s:12:"tmpl_created";i:1520443480;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:139;s:16:"popularity_index";i:545;s:11:"trend_index";i:502;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:464;a:19:{s:4:"tmpl";i:891;s:2:"id";i:11781;s:5:"title";s:23:"Portfolio – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png";s:12:"tmpl_created";i:1569428955;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:140;s:16:"popularity_index";i:349;s:11:"trend_index";i:290;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:465;a:19:{s:4:"tmpl";i:482;s:2:"id";i:5266;s:5:"title";s:9:"Clients 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png";s:12:"tmpl_created";i:1520443474;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:140;s:16:"popularity_index";i:95;s:11:"trend_index";i:134;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:466;a:19:{s:4:"tmpl";i:890;s:2:"id";i:11793;s:5:"title";s:26:"Portfolio – Projects";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png";s:12:"tmpl_created";i:1569428951;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:141;s:16:"popularity_index";i:448;s:11:"trend_index";i:467;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:467;a:19:{s:4:"tmpl";i:889;s:2:"id";i:11800;s:5:"title";s:25:"Portfolio – Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png";s:12:"tmpl_created";i:1569428946;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:142;s:16:"popularity_index";i:494;s:11:"trend_index";i:449;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:468;a:19:{s:4:"tmpl";i:866;s:2:"id";i:11163;s:5:"title";s:32:"Digital Agency – Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png";s:12:"tmpl_created";i:1564641877;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:143;s:16:"popularity_index";i:57;s:11:"trend_index";i:32;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:469;a:19:{s:4:"tmpl";i:483;s:2:"id";i:5275;s:5:"title";s:9:"Clients 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png";s:12:"tmpl_created";i:1520443476;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:143;s:16:"popularity_index";i:334;s:11:"trend_index";i:321;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:470;a:19:{s:4:"tmpl";i:492;s:2:"id";i:5349;s:5:"title";s:9:"Clients 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png";s:12:"tmpl_created";i:1520443493;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:144;s:16:"popularity_index";i:233;s:11:"trend_index";i:92;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:471;a:19:{s:4:"tmpl";i:916;s:2:"id";i:12143;s:5:"title";s:22:"Law Firm – About";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2019/11/about.png";s:12:"tmpl_created";i:1572847069;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:146;s:16:"popularity_index";i:350;s:11:"trend_index";i:344;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:472;a:19:{s:4:"tmpl";i:489;s:2:"id";i:5324;s:5:"title";s:9:"Clients 8";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png";s:12:"tmpl_created";i:1520443488;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:146;s:16:"popularity_index";i:526;s:11:"trend_index";i:381;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:473;a:19:{s:4:"tmpl";i:920;s:2:"id";i:12091;s:5:"title";s:21:"Law Firm – Team";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/team.png";s:12:"tmpl_created";i:1572847113;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:147;s:16:"popularity_index";i:318;s:11:"trend_index";i:314;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:474;a:19:{s:4:"tmpl";i:869;s:2:"id";i:11129;s:5:"title";s:28:"Digital Agency – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png";s:12:"tmpl_created";i:1564641889;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:148;s:16:"popularity_index";i:182;s:11:"trend_index";i:166;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:475;a:19:{s:4:"tmpl";i:880;s:2:"id";i:11572;s:5:"title";s:19:"Gym – Trainer";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png";s:12:"tmpl_created";i:1567392934;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:149;s:16:"popularity_index";i:521;s:11:"trend_index";i:590;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:476;a:19:{s:4:"tmpl";i:494;s:2:"id";i:5368;s:5:"title";s:9:"Clients 9";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png";s:12:"tmpl_created";i:1520443497;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"clients";s:4:"tags";s:11:"["Clients"]";s:10:"menu_order";i:149;s:16:"popularity_index";i:253;s:11:"trend_index";i:273;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:477;a:19:{s:4:"tmpl";i:917;s:2:"id";i:12133;s:5:"title";s:24:"Law Firm – Careers";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2019/11/careers.png";s:12:"tmpl_created";i:1572847078;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:151;s:16:"popularity_index";i:583;s:11:"trend_index";i:640;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:478;a:19:{s:4:"tmpl";i:425;s:2:"id";i:4436;s:5:"title";s:11:"Contact 16";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png";s:12:"tmpl_created";i:1520443293;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:151;s:16:"popularity_index";i:161;s:11:"trend_index";i:68;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:479;a:19:{s:4:"tmpl";i:915;s:2:"id";i:12155;s:5:"title";s:26:"Law Firm – Home Page";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2019/11/home.png";s:12:"tmpl_created";i:1572847054;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:152;s:16:"popularity_index";i:193;s:11:"trend_index";i:110;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:480;a:19:{s:4:"tmpl";i:423;s:2:"id";i:4420;s:5:"title";s:9:"Contact 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png";s:12:"tmpl_created";i:1520443289;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:152;s:16:"popularity_index";i:196;s:11:"trend_index";i:127;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:481;a:19:{s:4:"tmpl";i:921;s:2:"id";i:12080;s:5:"title";s:24:"Law Firm – Partner";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png";s:12:"tmpl_created";i:1572847120;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:153;s:16:"popularity_index";i:556;s:11:"trend_index";i:471;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:482;a:19:{s:4:"tmpl";i:534;s:2:"id";i:5836;s:5:"title";s:10:"Contact 10";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png";s:12:"tmpl_created";i:1520443597;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:154;s:16:"popularity_index";i:114;s:11:"trend_index";i:76;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:483;a:19:{s:4:"tmpl";i:865;s:2:"id";i:11074;s:5:"title";s:31:"Digital Agency – Services";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png";s:12:"tmpl_created";i:1564641872;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:154;s:16:"popularity_index";i:163;s:11:"trend_index";i:170;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:484;a:19:{s:4:"tmpl";i:879;s:2:"id";i:11506;s:5:"title";s:19:"Gym – Classes";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png";s:12:"tmpl_created";i:1567392930;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:155;s:16:"popularity_index";i:514;s:11:"trend_index";i:554;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:485;a:19:{s:4:"tmpl";i:535;s:2:"id";i:5844;s:5:"title";s:10:"Contact 11";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png";s:12:"tmpl_created";i:1520443599;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:156;s:16:"popularity_index";i:289;s:11:"trend_index";i:313;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:486;a:19:{s:4:"tmpl";i:922;s:2:"id";i:12044;s:5:"title";s:24:"Law Firm – Contact";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png";s:12:"tmpl_created";i:1572847130;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:157;s:16:"popularity_index";i:437;s:11:"trend_index";i:304;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:487;a:19:{s:4:"tmpl";i:430;s:2:"id";i:4476;s:5:"title";s:10:"Contact 15";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png";s:12:"tmpl_created";i:1520443303;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:157;s:16:"popularity_index";i:229;s:11:"trend_index";i:187;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:488;a:19:{s:4:"tmpl";i:918;s:2:"id";i:12124;s:5:"title";s:25:"Law Firm – Services";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/11/services.png";s:12:"tmpl_created";i:1572847096;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:158;s:16:"popularity_index";i:433;s:11:"trend_index";i:296;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:489;a:19:{s:4:"tmpl";i:864;s:2:"id";i:11056;s:5:"title";s:35:"Digital Agency – Social Media";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png";s:12:"tmpl_created";i:1564641867;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:159;s:16:"popularity_index";i:297;s:11:"trend_index";i:361;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:490;a:19:{s:4:"tmpl";i:476;s:2:"id";i:5214;s:5:"title";s:10:"Contact 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png";s:12:"tmpl_created";i:1520443462;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:159;s:16:"popularity_index";i:194;s:11:"trend_index";i:106;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:491;a:19:{s:4:"tmpl";i:878;s:2:"id";i:11536;s:5:"title";s:19:"Gym – Fitness";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png";s:12:"tmpl_created";i:1567392927;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:160;s:16:"popularity_index";i:621;s:11:"trend_index";i:674;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:492;a:19:{s:4:"tmpl";i:882;s:2:"id";i:11545;s:5:"title";s:21:"Gym – Home Page";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png";s:12:"tmpl_created";i:1567392943;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:161;s:16:"popularity_index";i:310;s:11:"trend_index";i:229;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:493;a:19:{s:4:"tmpl";i:919;s:2:"id";i:12116;s:5:"title";s:24:"Law Firm – Service";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png";s:12:"tmpl_created";i:1572847105;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:162;s:16:"popularity_index";i:489;s:11:"trend_index";i:339;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:494;a:19:{s:4:"tmpl";i:478;s:2:"id";i:5230;s:5:"title";s:10:"Contact 17";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png";s:12:"tmpl_created";i:1520443466;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:162;s:16:"popularity_index";i:339;s:11:"trend_index";i:335;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:495;a:19:{s:4:"tmpl";i:868;s:2:"id";i:11094;s:5:"title";s:30:"Digital Agency – Clients";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png";s:12:"tmpl_created";i:1564641885;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:163;s:16:"popularity_index";i:424;s:11:"trend_index";i:424;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:496;a:19:{s:4:"tmpl";i:481;s:2:"id";i:5257;s:5:"title";s:10:"Contact 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png";s:12:"tmpl_created";i:1520443472;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:163;s:16:"popularity_index";i:438;s:11:"trend_index";i:490;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:497;a:19:{s:4:"tmpl";i:881;s:2:"id";i:11478;s:5:"title";s:17:"Gym – About";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png";s:12:"tmpl_created";i:1567392939;s:6:"author";s:9:"Elementor";s:3:"url";s:108:"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:164;s:16:"popularity_index";i:481;s:11:"trend_index";i:579;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:498;a:19:{s:4:"tmpl";i:532;s:2:"id";i:5820;s:5:"title";s:9:"Contact 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png";s:12:"tmpl_created";i:1520443593;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:166;s:16:"popularity_index";i:183;s:11:"trend_index";i:357;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:499;a:19:{s:4:"tmpl";i:877;s:2:"id";i:11563;s:5:"title";s:19:"Gym – Pricing";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png";s:12:"tmpl_created";i:1567392923;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:166;s:16:"popularity_index";i:577;s:11:"trend_index";i:736;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:500;a:19:{s:4:"tmpl";i:422;s:2:"id";i:4411;s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png";s:12:"tmpl_created";i:1520443287;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:167;s:16:"popularity_index";i:113;s:11:"trend_index";i:217;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:501;a:19:{s:4:"tmpl";i:867;s:2:"id";i:11034;s:5:"title";s:30:"Digital Agency – Contact";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png";s:12:"tmpl_created";i:1564641881;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:168;s:16:"popularity_index";i:191;s:11:"trend_index";i:156;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:502;a:19:{s:4:"tmpl";i:533;s:2:"id";i:5828;s:5:"title";s:9:"Contact 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png";s:12:"tmpl_created";i:1520443595;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:170;s:16:"popularity_index";i:312;s:11:"trend_index";i:495;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:503;a:19:{s:4:"tmpl";i:876;s:2:"id";i:11528;s:5:"title";s:19:"Gym – Contact";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png";s:12:"tmpl_created";i:1567392917;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:4:"page";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:171;s:16:"popularity_index";i:505;s:11:"trend_index";i:624;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:504;a:19:{s:4:"tmpl";i:424;s:2:"id";i:4428;s:5:"title";s:9:"Contact 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png";s:12:"tmpl_created";i:1520443291;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:171;s:16:"popularity_index";i:118;s:11:"trend_index";i:131;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:505;a:19:{s:4:"tmpl";i:426;s:2:"id";i:4444;s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png";s:12:"tmpl_created";i:1520443295;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:174;s:16:"popularity_index";i:84;s:11:"trend_index";i:93;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:506;a:19:{s:4:"tmpl";i:432;s:2:"id";i:4492;s:5:"title";s:9:"Contact 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png";s:12:"tmpl_created";i:1520443307;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:176;s:16:"popularity_index";i:37;s:11:"trend_index";i:31;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:507;a:19:{s:4:"tmpl";i:427;s:2:"id";i:4452;s:5:"title";s:9:"Contact 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png";s:12:"tmpl_created";i:1520443296;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:178;s:16:"popularity_index";i:139;s:11:"trend_index";i:150;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:508;a:19:{s:4:"tmpl";i:429;s:2:"id";i:4468;s:5:"title";s:9:"Contact 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png";s:12:"tmpl_created";i:1520443301;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:179;s:16:"popularity_index";i:127;s:11:"trend_index";i:72;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:509;a:19:{s:4:"tmpl";i:431;s:2:"id";i:4484;s:5:"title";s:9:"Contact 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png";s:12:"tmpl_created";i:1520443305;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"contact";s:4:"tags";s:18:"["Contact","Form"]";s:10:"menu_order";i:182;s:16:"popularity_index";i:328;s:11:"trend_index";i:260;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:510;a:19:{s:4:"tmpl";i:428;s:2:"id";i:4460;s:5:"title";s:9:"Contact 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png";s:12:"tmpl_created";i:1520443298;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:7:"contact";s:4:"tags";s:11:"["Contact"]";s:10:"menu_order";i:184;s:16:"popularity_index";i:99;s:11:"trend_index";i:80;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:511;a:19:{s:4:"tmpl";i:613;s:2:"id";i:5558;s:5:"title";s:5:"CTA 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png";s:12:"tmpl_created";i:1520520684;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:185;s:16:"popularity_index";i:129;s:11:"trend_index";i:69;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:512;a:19:{s:4:"tmpl";i:634;s:2:"id";i:5939;s:5:"title";s:6:"CTA 10";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png";s:12:"tmpl_created";i:1520520760;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:187;s:16:"popularity_index";i:190;s:11:"trend_index";i:118;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:513;a:19:{s:4:"tmpl";i:633;s:2:"id";i:5930;s:5:"title";s:6:"CTA 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png";s:12:"tmpl_created";i:1520520758;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:190;s:16:"popularity_index";i:76;s:11:"trend_index";i:84;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:514;a:19:{s:4:"tmpl";i:632;s:2:"id";i:5921;s:5:"title";s:6:"CTA 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png";s:12:"tmpl_created";i:1520520757;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:192;s:16:"popularity_index";i:278;s:11:"trend_index";i:234;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:515;a:19:{s:4:"tmpl";i:618;s:2:"id";i:5607;s:5:"title";s:6:"CTA 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png";s:12:"tmpl_created";i:1520520695;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:194;s:16:"popularity_index";i:42;s:11:"trend_index";i:11;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:516;a:19:{s:4:"tmpl";i:574;s:2:"id";i:6017;s:5:"title";s:6:"CTA 14";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png";s:12:"tmpl_created";i:1520520331;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:196;s:16:"popularity_index";i:152;s:11:"trend_index";i:122;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:517;a:19:{s:4:"tmpl";i:628;s:2:"id";i:5885;s:5:"title";s:6:"CTA 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png";s:12:"tmpl_created";i:1520520751;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:197;s:16:"popularity_index";i:274;s:11:"trend_index";i:256;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:518;a:19:{s:4:"tmpl";i:627;s:2:"id";i:5877;s:5:"title";s:6:"CTA 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png";s:12:"tmpl_created";i:1520520749;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:200;s:16:"popularity_index";i:564;s:11:"trend_index";i:677;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:519;a:19:{s:4:"tmpl";i:625;s:2:"id";i:5860;s:5:"title";s:6:"CTA 17";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png";s:12:"tmpl_created";i:1520520746;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:201;s:16:"popularity_index";i:120;s:11:"trend_index";i:63;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:520;a:19:{s:4:"tmpl";i:626;s:2:"id";i:5869;s:5:"title";s:6:"CTA 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png";s:12:"tmpl_created";i:1520520747;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:204;s:16:"popularity_index";i:345;s:11:"trend_index";i:486;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:521;a:19:{s:4:"tmpl";i:611;s:2:"id";i:5542;s:5:"title";s:6:"CTA 19";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png";s:12:"tmpl_created";i:1520520681;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:205;s:16:"popularity_index";i:169;s:11:"trend_index";i:270;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:522;a:19:{s:4:"tmpl";i:614;s:2:"id";i:5567;s:5:"title";s:5:"CTA 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png";s:12:"tmpl_created";i:1520520685;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:207;s:16:"popularity_index";i:143;s:11:"trend_index";i:225;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:523;a:19:{s:4:"tmpl";i:629;s:2:"id";i:5893;s:5:"title";s:6:"CTA 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png";s:12:"tmpl_created";i:1520520752;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:210;s:16:"popularity_index";i:259;s:11:"trend_index";i:457;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:524;a:19:{s:4:"tmpl";i:619;s:2:"id";i:5634;s:5:"title";s:6:"CTA 24";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png";s:12:"tmpl_created";i:1520520699;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:212;s:16:"popularity_index";i:188;s:11:"trend_index";i:255;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:525;a:19:{s:4:"tmpl";i:620;s:2:"id";i:5642;s:5:"title";s:6:"CTA 25";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png";s:12:"tmpl_created";i:1520520701;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:214;s:16:"popularity_index";i:226;s:11:"trend_index";i:262;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:526;a:19:{s:4:"tmpl";i:615;s:2:"id";i:5583;s:5:"title";s:6:"CTA 26";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png";s:12:"tmpl_created";i:1520520689;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:216;s:16:"popularity_index";i:117;s:11:"trend_index";i:117;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:527;a:19:{s:4:"tmpl";i:630;s:2:"id";i:5904;s:5:"title";s:6:"CTA 27";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png";s:12:"tmpl_created";i:1520520754;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:217;s:16:"popularity_index";i:528;s:11:"trend_index";i:517;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:528;a:19:{s:4:"tmpl";i:631;s:2:"id";i:5912;s:5:"title";s:6:"CTA 28";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png";s:12:"tmpl_created";i:1520520755;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:219;s:16:"popularity_index";i:665;s:11:"trend_index";i:702;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:529;a:19:{s:4:"tmpl";i:473;s:2:"id";i:5189;s:5:"title";s:6:"CTA 29";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png";s:12:"tmpl_created";i:1520443456;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:221;s:16:"popularity_index";i:472;s:11:"trend_index";i:631;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:530;a:19:{s:4:"tmpl";i:623;s:2:"id";i:5667;s:5:"title";s:5:"CTA 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png";s:12:"tmpl_created";i:1520520705;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:222;s:16:"popularity_index";i:171;s:11:"trend_index";i:250;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:531;a:19:{s:4:"tmpl";i:474;s:2:"id";i:5198;s:5:"title";s:6:"CTA 30";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png";s:12:"tmpl_created";i:1520443458;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:225;s:16:"popularity_index";i:572;s:11:"trend_index";i:511;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:532;a:19:{s:4:"tmpl";i:475;s:2:"id";i:5206;s:5:"title";s:6:"CTA 31";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png";s:12:"tmpl_created";i:1520443459;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:226;s:16:"popularity_index";i:593;s:11:"trend_index";i:611;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:533;a:19:{s:4:"tmpl";i:480;s:2:"id";i:5249;s:5:"title";s:6:"CTA 32";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png";s:12:"tmpl_created";i:1520443470;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:14:"call to action";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:228;s:16:"popularity_index";i:512;s:11:"trend_index";i:409;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:534;a:19:{s:4:"tmpl";i:612;s:2:"id";i:5550;s:5:"title";s:6:"CTA 33";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png";s:12:"tmpl_created";i:1520520682;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:231;s:16:"popularity_index";i:260;s:11:"trend_index";i:562;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:535;a:19:{s:4:"tmpl";i:536;s:2:"id";i:5852;s:5:"title";s:6:"CTA 34";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png";s:12:"tmpl_created";i:1520443600;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:8:"["Form"]";s:10:"menu_order";i:232;s:16:"popularity_index";i:563;s:11:"trend_index";i:828;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:536;a:19:{s:4:"tmpl";i:624;s:2:"id";i:5675;s:5:"title";s:5:"CTA 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png";s:12:"tmpl_created";i:1520520707;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:235;s:16:"popularity_index";i:391;s:11:"trend_index";i:484;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:537;a:19:{s:4:"tmpl";i:616;s:2:"id";i:5591;s:5:"title";s:5:"CTA 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png";s:12:"tmpl_created";i:1520520691;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:237;s:16:"popularity_index";i:133;s:11:"trend_index";i:130;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:538;a:19:{s:4:"tmpl";i:617;s:2:"id";i:5599;s:5:"title";s:5:"CTA 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png";s:12:"tmpl_created";i:1520520693;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:239;s:16:"popularity_index";i:252;s:11:"trend_index";i:362;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:539;a:19:{s:4:"tmpl";i:514;s:2:"id";i:5575;s:5:"title";s:5:"CTA 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png";s:12:"tmpl_created";i:1520443543;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:240;s:16:"popularity_index";i:13;s:11:"trend_index";i:586;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:540;a:19:{s:4:"tmpl";i:622;s:2:"id";i:5658;s:5:"title";s:5:"CTA 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png";s:12:"tmpl_created";i:1520520704;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:243;s:16:"popularity_index";i:187;s:11:"trend_index";i:235;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:541;a:19:{s:4:"tmpl";i:621;s:2:"id";i:5650;s:5:"title";s:5:"CTA 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png";s:12:"tmpl_created";i:1520520702;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:14:"call to action";s:4:"tags";s:7:"["cta"]";s:10:"menu_order";i:244;s:16:"popularity_index";i:94;s:11:"trend_index";i:148;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:542;a:19:{s:4:"tmpl";i:1061;s:2:"id";i:15407;s:5:"title";s:24:"Dance Studio – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg";s:12:"tmpl_created";i:1603181958;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:22:"["404","Dance Studio"]";s:10:"menu_order";i:246;s:16:"popularity_index";i:783;s:11:"trend_index";i:710;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:543;a:19:{s:4:"tmpl";i:1062;s:2:"id";i:15400;s:5:"title";s:27:"Dance Studio – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg";s:12:"tmpl_created";i:1603181989;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:25:"["Dance Studio","Footer"]";s:10:"menu_order";i:247;s:16:"popularity_index";i:586;s:11:"trend_index";i:243;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:544;a:19:{s:4:"tmpl";i:1063;s:2:"id";i:15391;s:5:"title";s:27:"Dance Studio – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg";s:12:"tmpl_created";i:1603182011;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:25:"["Dance Studio","Header"]";s:10:"menu_order";i:248;s:16:"popularity_index";i:352;s:11:"trend_index";i:67;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:545;a:19:{s:4:"tmpl";i:874;s:2:"id";i:11192;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg";s:12:"tmpl_created";i:1564642399;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["Digital Agency","Footer","Marketing"]";s:10:"menu_order";i:250;s:16:"popularity_index";i:172;s:11:"trend_index";i:105;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:546;a:19:{s:4:"tmpl";i:873;s:2:"id";i:11198;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png";s:12:"tmpl_created";i:1564642395;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:39:"["Digital Agency","Header","Marketing"]";s:10:"menu_order";i:251;s:16:"popularity_index";i:34;s:11:"trend_index";i:10;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:547;a:19:{s:4:"tmpl";i:872;s:2:"id";i:11204;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg";s:12:"tmpl_created";i:1564642389;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:36:"["404","Digital Agency","Marketing"]";s:10:"menu_order";i:253;s:16:"popularity_index";i:301;s:11:"trend_index";i:239;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:548;a:19:{s:4:"tmpl";i:871;s:2:"id";i:11220;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png";s:12:"tmpl_created";i:1564642385;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:255;s:16:"popularity_index";i:116;s:11:"trend_index";i:73;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:549;a:19:{s:4:"tmpl";i:870;s:2:"id";i:11231;s:5:"title";s:14:"Digital Agency";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png";s:12:"tmpl_created";i:1564642380;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Digital Agency","Marketing"]";s:10:"menu_order";i:257;s:16:"popularity_index";i:145;s:11:"trend_index";i:71;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:550;a:19:{s:4:"tmpl";i:520;s:2:"id";i:5711;s:5:"title";s:5:"FAQ 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png";s:12:"tmpl_created";i:1520443571;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:260;s:16:"popularity_index";i:200;s:11:"trend_index";i:231;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:551;a:19:{s:4:"tmpl";i:523;s:2:"id";i:5737;s:5:"title";s:6:"FAQ 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png";s:12:"tmpl_created";i:1520443576;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:261;s:16:"popularity_index";i:155;s:11:"trend_index";i:112;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:552;a:19:{s:4:"tmpl";i:524;s:2:"id";i:5746;s:5:"title";s:6:"FAQ 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png";s:12:"tmpl_created";i:1520443578;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:264;s:16:"popularity_index";i:212;s:11:"trend_index";i:305;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:553;a:19:{s:4:"tmpl";i:519;s:2:"id";i:5703;s:5:"title";s:6:"FAQ 13";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png";s:12:"tmpl_created";i:1520443569;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:265;s:16:"popularity_index";i:29;s:11:"trend_index";i:38;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:554;a:19:{s:4:"tmpl";i:521;s:2:"id";i:5719;s:5:"title";s:5:"FAQ 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png";s:12:"tmpl_created";i:1520443573;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:267;s:16:"popularity_index";i:125;s:11:"trend_index";i:251;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:555;a:19:{s:4:"tmpl";i:522;s:2:"id";i:5729;s:5:"title";s:5:"FAQ 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png";s:12:"tmpl_created";i:1520443575;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:269;s:16:"popularity_index";i:319;s:11:"trend_index";i:327;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:556;a:19:{s:4:"tmpl";i:525;s:2:"id";i:5755;s:5:"title";s:5:"FAQ 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png";s:12:"tmpl_created";i:1520443580;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:271;s:16:"popularity_index";i:112;s:11:"trend_index";i:180;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:557;a:19:{s:4:"tmpl";i:526;s:2:"id";i:5764;s:5:"title";s:5:"FAQ 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png";s:12:"tmpl_created";i:1520443582;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:273;s:16:"popularity_index";i:338;s:11:"trend_index";i:474;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:558;a:19:{s:4:"tmpl";i:517;s:2:"id";i:5684;s:5:"title";s:5:"FAQ 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png";s:12:"tmpl_created";i:1520443565;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:274;s:16:"popularity_index";i:74;s:11:"trend_index";i:193;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:559;a:19:{s:4:"tmpl";i:518;s:2:"id";i:5693;s:5:"title";s:5:"FAQ 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png";s:12:"tmpl_created";i:1520443567;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:3:"faq";s:4:"tags";s:7:"["Faq"]";s:10:"menu_order";i:276;s:16:"popularity_index";i:224;s:11:"trend_index";i:515;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:560;a:19:{s:4:"tmpl";i:548;s:2:"id";i:6053;s:5:"title";s:10:"Features 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png";s:12:"tmpl_created";i:1520443645;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:277;s:16:"popularity_index";i:179;s:11:"trend_index";i:463;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:561;a:19:{s:4:"tmpl";i:542;s:2:"id";i:5991;s:5:"title";s:11:"Features 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png";s:12:"tmpl_created";i:1520443632;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:279;s:16:"popularity_index";i:135;s:11:"trend_index";i:265;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:562;a:19:{s:4:"tmpl";i:547;s:2:"id";i:6044;s:5:"title";s:11:"Features 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png";s:12:"tmpl_created";i:1520443643;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:280;s:16:"popularity_index";i:70;s:11:"trend_index";i:163;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:563;a:19:{s:4:"tmpl";i:566;s:2:"id";i:6212;s:5:"title";s:11:"Features 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png";s:12:"tmpl_created";i:1520443684;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:281;s:16:"popularity_index";i:81;s:11:"trend_index";i:98;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:564;a:19:{s:4:"tmpl";i:567;s:2:"id";i:6220;s:5:"title";s:10:"Features 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png";s:12:"tmpl_created";i:1520443685;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:282;s:16:"popularity_index";i:88;s:11:"trend_index";i:189;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:565;a:19:{s:4:"tmpl";i:541;s:2:"id";i:5983;s:5:"title";s:10:"Features 3";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png";s:12:"tmpl_created";i:1520443630;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:2:"[]";s:10:"menu_order";i:283;s:16:"popularity_index";i:231;s:11:"trend_index";i:351;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:566;a:19:{s:4:"tmpl";i:540;s:2:"id";i:5974;s:5:"title";s:10:"Features 4";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png";s:12:"tmpl_created";i:1520443629;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:286;s:16:"popularity_index";i:69;s:11:"trend_index";i:181;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:567;a:19:{s:4:"tmpl";i:516;s:2:"id";i:5624;s:5:"title";s:10:"Features 5";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png";s:12:"tmpl_created";i:1520443553;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:287;s:16:"popularity_index";i:93;s:11:"trend_index";i:352;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:568;a:19:{s:4:"tmpl";i:515;s:2:"id";i:5615;s:5:"title";s:10:"Features 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png";s:12:"tmpl_created";i:1520443551;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:290;s:16:"popularity_index";i:41;s:11:"trend_index";i:119;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:569;a:19:{s:4:"tmpl";i:539;s:2:"id";i:5963;s:5:"title";s:10:"Features 7";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png";s:12:"tmpl_created";i:1520443626;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:291;s:16:"popularity_index";i:67;s:11:"trend_index";i:133;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:570;a:19:{s:4:"tmpl";i:565;s:2:"id";i:6204;s:5:"title";s:10:"Features 8";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png";s:12:"tmpl_created";i:1520443681;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:292;s:16:"popularity_index";i:217;s:11:"trend_index";i:223;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:571;a:19:{s:4:"tmpl";i:564;s:2:"id";i:6196;s:5:"title";s:10:"Features 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png";s:12:"tmpl_created";i:1520443680;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"features";s:4:"tags";s:12:"["Features"]";s:10:"menu_order";i:294;s:16:"popularity_index";i:106;s:11:"trend_index";i:113;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:572;a:19:{s:4:"tmpl";i:1033;s:2:"id";i:15033;s:5:"title";s:28:"Flooring Company – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/08/404.png";s:12:"tmpl_created";i:1597739459;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:45:"["404","Flooring company","Flooring website"]";s:10:"menu_order";i:296;s:16:"popularity_index";i:655;s:11:"trend_index";i:671;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:573;a:19:{s:4:"tmpl";i:1032;s:2:"id";i:15042;s:5:"title";s:32:"Flooring Company – Archive";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png";s:12:"tmpl_created";i:1597739084;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:297;s:16:"popularity_index";i:320;s:11:"trend_index";i:275;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:574;a:19:{s:4:"tmpl";i:1031;s:2:"id";i:15017;s:5:"title";s:31:"Flooring Company – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png";s:12:"tmpl_created";i:1597738933;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:48:"["Flooring company","Flooring website","Footer"]";s:10:"menu_order";i:299;s:16:"popularity_index";i:323;s:11:"trend_index";i:192;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:575;a:19:{s:4:"tmpl";i:1030;s:2:"id";i:15007;s:5:"title";s:31:"Flooring Company – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Header.png";s:12:"tmpl_created";i:1597738896;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:48:"["Flooring company","Flooring website","Header"]";s:10:"menu_order";i:302;s:16:"popularity_index";i:459;s:11:"trend_index";i:333;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:576;a:19:{s:4:"tmpl";i:1029;s:2:"id";i:15052;s:5:"title";s:36:"Flooring Company – Single post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/08/Single.png";s:12:"tmpl_created";i:1597738858;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:39:"["Flooring company","Flooring website"]";s:10:"menu_order";i:303;s:16:"popularity_index";i:392;s:11:"trend_index";i:226;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:577;a:19:{s:4:"tmpl";i:651;s:2:"id";i:7837;s:5:"title";s:9:"footer 01";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg";s:12:"tmpl_created";i:1524582852;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:305;s:16:"popularity_index";i:495;s:11:"trend_index";i:539;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:578;a:19:{s:4:"tmpl";i:647;s:2:"id";i:7937;s:5:"title";s:10:"footer 010";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg";s:12:"tmpl_created";i:1524582665;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:308;s:16:"popularity_index";i:185;s:11:"trend_index";i:115;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:579;a:19:{s:4:"tmpl";i:646;s:2:"id";i:7950;s:5:"title";s:10:"footer 011";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg";s:12:"tmpl_created";i:1524582631;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:310;s:16:"popularity_index";i:244;s:11:"trend_index";i:203;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:580;a:19:{s:4:"tmpl";i:645;s:2:"id";i:7959;s:5:"title";s:10:"footer 012";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg";s:12:"tmpl_created";i:1524582605;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:311;s:16:"popularity_index";i:177;s:11:"trend_index";i:140;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:581;a:19:{s:4:"tmpl";i:644;s:2:"id";i:7982;s:5:"title";s:10:"footer 013";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg";s:12:"tmpl_created";i:1524582468;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:314;s:16:"popularity_index";i:209;s:11:"trend_index";i:212;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:582;a:19:{s:4:"tmpl";i:643;s:2:"id";i:7997;s:5:"title";s:10:"footer 014";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg";s:12:"tmpl_created";i:1524582343;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:316;s:16:"popularity_index";i:64;s:11:"trend_index";i:41;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:583;a:19:{s:4:"tmpl";i:693;s:2:"id";i:9119;s:5:"title";s:10:"footer 015";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png";s:12:"tmpl_created";i:1532428138;s:6:"author";s:9:"Elementor";s:3:"url";s:110:"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:317;s:16:"popularity_index";i:240;s:11:"trend_index";i:154;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:584;a:19:{s:4:"tmpl";i:652;s:2:"id";i:7852;s:5:"title";s:9:"footer 02";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg";s:12:"tmpl_created";i:1524582875;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:320;s:16:"popularity_index";i:199;s:11:"trend_index";i:96;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:585;a:19:{s:4:"tmpl";i:653;s:2:"id";i:7862;s:5:"title";s:9:"footer 03";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg";s:12:"tmpl_created";i:1524582903;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:321;s:16:"popularity_index";i:137;s:11:"trend_index";i:91;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:586;a:19:{s:4:"tmpl";i:654;s:2:"id";i:7871;s:5:"title";s:9:"footer 04";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg";s:12:"tmpl_created";i:1524582927;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:323;s:16:"popularity_index";i:97;s:11:"trend_index";i:55;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:587;a:19:{s:4:"tmpl";i:655;s:2:"id";i:7884;s:5:"title";s:9:"footer 05";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg";s:12:"tmpl_created";i:1524582944;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:325;s:16:"popularity_index";i:92;s:11:"trend_index";i:109;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:588;a:19:{s:4:"tmpl";i:656;s:2:"id";i:7892;s:5:"title";s:9:"footer 06";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg";s:12:"tmpl_created";i:1524583015;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:326;s:16:"popularity_index";i:132;s:11:"trend_index";i:146;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:589;a:19:{s:4:"tmpl";i:650;s:2:"id";i:7904;s:5:"title";s:9:"footer 07";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg";s:12:"tmpl_created";i:1524582814;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:328;s:16:"popularity_index";i:203;s:11:"trend_index";i:186;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:590;a:19:{s:4:"tmpl";i:649;s:2:"id";i:7917;s:5:"title";s:9:"footer 08";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg";s:12:"tmpl_created";i:1524582788;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:329;s:16:"popularity_index";i:89;s:11:"trend_index";i:144;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:591;a:19:{s:4:"tmpl";i:648;s:2:"id";i:7927;s:5:"title";s:9:"footer 09";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg";s:12:"tmpl_created";i:1524582691;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:2:"[]";s:10:"menu_order";i:331;s:16:"popularity_index";i:178;s:11:"trend_index";i:100;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:592;a:19:{s:4:"tmpl";i:642;s:2:"id";i:4676;s:5:"title";s:8:"Footer 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png";s:12:"tmpl_created";i:1522014215;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:338;s:16:"popularity_index";i:237;s:11:"trend_index";i:346;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:593;a:19:{s:4:"tmpl";i:637;s:2:"id";i:7627;s:5:"title";s:8:"Footer 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png";s:12:"tmpl_created";i:1521547332;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:340;s:16:"popularity_index";i:100;s:11:"trend_index";i:83;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:594;a:19:{s:4:"tmpl";i:638;s:2:"id";i:7638;s:5:"title";s:8:"Footer 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png";s:12:"tmpl_created";i:1521547502;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:10:"["Footer"]";s:10:"menu_order";i:342;s:16:"popularity_index";i:124;s:11:"trend_index";i:147;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:595;a:19:{s:4:"tmpl";i:888;s:2:"id";i:11424;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png";s:12:"tmpl_created";i:1567393309;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:13:"["404","Gym"]";s:10:"menu_order";i:344;s:16:"popularity_index";i:679;s:11:"trend_index";i:769;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:596;a:19:{s:4:"tmpl";i:887;s:2:"id";i:11435;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png";s:12:"tmpl_created";i:1567393296;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:346;s:16:"popularity_index";i:441;s:11:"trend_index";i:507;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:597;a:19:{s:4:"tmpl";i:886;s:2:"id";i:11445;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png";s:12:"tmpl_created";i:1567393229;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:7:"["Gym"]";s:10:"menu_order";i:349;s:16:"popularity_index";i:452;s:11:"trend_index";i:479;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:598;a:19:{s:4:"tmpl";i:885;s:2:"id";i:11453;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png";s:12:"tmpl_created";i:1567393224;s:6:"author";s:9:"Elementor";s:3:"url";s:111:"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:16:"["Footer","Gym"]";s:10:"menu_order";i:351;s:16:"popularity_index";i:270;s:11:"trend_index";i:331;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:599;a:19:{s:4:"tmpl";i:884;s:2:"id";i:11461;s:5:"title";s:3:"GYM";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png";s:12:"tmpl_created";i:1567393219;s:6:"author";s:9:"Elementor";s:3:"url";s:109:"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:16:"["Gym","Header"]";s:10:"menu_order";i:352;s:16:"popularity_index";i:201;s:11:"trend_index";i:135;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:600;a:19:{s:4:"tmpl";i:635;s:2:"id";i:7596;s:5:"title";s:8:"Header 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg";s:12:"tmpl_created";i:1521546999;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["Header"]";s:10:"menu_order";i:354;s:16:"popularity_index";i:33;s:11:"trend_index";i:17;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:601;a:19:{s:4:"tmpl";i:663;s:2:"id";i:7801;s:5:"title";s:9:"header 10";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg";s:12:"tmpl_created";i:1524583659;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:356;s:16:"popularity_index";i:51;s:11:"trend_index";i:14;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:602;a:19:{s:4:"tmpl";i:658;s:2:"id";i:7812;s:5:"title";s:9:"header 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg";s:12:"tmpl_created";i:1524583298;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:358;s:16:"popularity_index";i:96;s:11:"trend_index";i:103;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:603;a:19:{s:4:"tmpl";i:657;s:2:"id";i:7825;s:5:"title";s:9:"header 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg";s:12:"tmpl_created";i:1524583273;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:360;s:16:"popularity_index";i:63;s:11:"trend_index";i:75;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:604;a:19:{s:4:"tmpl";i:694;s:2:"id";i:9127;s:5:"title";s:9:"header 13";s:9:"thumbnail";s:86:"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png";s:12:"tmpl_created";i:1532428699;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:362;s:16:"popularity_index";i:61;s:11:"trend_index";i:58;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:605;a:19:{s:4:"tmpl";i:636;s:2:"id";i:7615;s:5:"title";s:8:"Header 2";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg";s:12:"tmpl_created";i:1521547237;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:10:"["Header"]";s:10:"menu_order";i:365;s:16:"popularity_index";i:30;s:11:"trend_index";i:33;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:606;a:19:{s:4:"tmpl";i:665;s:2:"id";i:7713;s:5:"title";s:8:"header 3";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg";s:12:"tmpl_created";i:1524584780;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:367;s:16:"popularity_index";i:43;s:11:"trend_index";i:28;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:607;a:19:{s:4:"tmpl";i:659;s:2:"id";i:7724;s:5:"title";s:8:"header 4";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg";s:12:"tmpl_created";i:1524583367;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:369;s:16:"popularity_index";i:24;s:11:"trend_index";i:13;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:608;a:19:{s:4:"tmpl";i:660;s:2:"id";i:7734;s:5:"title";s:8:"header 5";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg";s:12:"tmpl_created";i:1524583436;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:371;s:16:"popularity_index";i:36;s:11:"trend_index";i:18;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:609;a:19:{s:4:"tmpl";i:666;s:2:"id";i:7744;s:5:"title";s:8:"Header 6";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg";s:12:"tmpl_created";i:1524584784;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:372;s:16:"popularity_index";i:65;s:11:"trend_index";i:94;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:610;a:19:{s:4:"tmpl";i:664;s:2:"id";i:7754;s:5:"title";s:8:"header 7";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg";s:12:"tmpl_created";i:1524583712;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:375;s:16:"popularity_index";i:111;s:11:"trend_index";i:143;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:611;a:19:{s:4:"tmpl";i:661;s:2:"id";i:7771;s:5:"title";s:8:"header 8";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg";s:12:"tmpl_created";i:1524583540;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:376;s:16:"popularity_index";i:91;s:11:"trend_index";i:60;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:612;a:19:{s:4:"tmpl";i:662;s:2:"id";i:7787;s:5:"title";s:8:"header 9";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg";s:12:"tmpl_created";i:1524583598;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:2:"[]";s:10:"menu_order";i:379;s:16:"popularity_index";i:102;s:11:"trend_index";i:78;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:613;a:19:{s:4:"tmpl";i:572;s:2:"id";i:6266;s:5:"title";s:6:"Hero 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png";s:12:"tmpl_created";i:1520443695;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:380;s:16:"popularity_index";i:52;s:11:"trend_index";i:35;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:614;a:19:{s:4:"tmpl";i:528;s:2:"id";i:5783;s:5:"title";s:7:"Hero 10";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png";s:12:"tmpl_created";i:1520443586;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:383;s:16:"popularity_index";i:365;s:11:"trend_index";i:567;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:615;a:19:{s:4:"tmpl";i:527;s:2:"id";i:5773;s:5:"title";s:7:"Hero 11";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png";s:12:"tmpl_created";i:1520443584;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:384;s:16:"popularity_index";i:39;s:11:"trend_index";i:179;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:616;a:19:{s:4:"tmpl";i:479;s:2:"id";i:5238;s:5:"title";s:7:"Hero 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png";s:12:"tmpl_created";i:1520443468;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:386;s:16:"popularity_index";i:611;s:11:"trend_index";i:555;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:617;a:19:{s:4:"tmpl";i:573;s:2:"id";i:6274;s:5:"title";s:6:"Hero 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png";s:12:"tmpl_created";i:1520443698;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:389;s:16:"popularity_index";i:87;s:11:"trend_index";i:88;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:618;a:19:{s:4:"tmpl";i:569;s:2:"id";i:6239;s:5:"title";s:6:"Hero 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png";s:12:"tmpl_created";i:1520443689;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:391;s:16:"popularity_index";i:23;s:11:"trend_index";i:34;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:619;a:19:{s:4:"tmpl";i:571;s:2:"id";i:6258;s:5:"title";s:6:"Hero 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png";s:12:"tmpl_created";i:1520443693;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:393;s:16:"popularity_index";i:479;s:11:"trend_index";i:470;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:620;a:19:{s:4:"tmpl";i:570;s:2:"id";i:6249;s:5:"title";s:6:"Hero 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png";s:12:"tmpl_created";i:1520443691;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:395;s:16:"popularity_index";i:56;s:11:"trend_index";i:85;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:621;a:19:{s:4:"tmpl";i:568;s:2:"id";i:6230;s:5:"title";s:6:"Hero 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png";s:12:"tmpl_created";i:1520443687;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:396;s:16:"popularity_index";i:406;s:11:"trend_index";i:542;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:622;a:19:{s:4:"tmpl";i:530;s:2:"id";i:5801;s:5:"title";s:6:"Hero 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png";s:12:"tmpl_created";i:1520443589;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:8:"["hero"]";s:10:"menu_order";i:398;s:16:"popularity_index";i:15;s:11:"trend_index";i:37;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:623;a:19:{s:4:"tmpl";i:531;s:2:"id";i:5811;s:5:"title";s:6:"Hero 8";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png";s:12:"tmpl_created";i:1520443591;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:400;s:16:"popularity_index";i:105;s:11:"trend_index";i:86;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:624;a:19:{s:4:"tmpl";i:529;s:2:"id";i:5792;s:5:"title";s:6:"Hero 9";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png";s:12:"tmpl_created";i:1520443588;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"hero";s:4:"tags";s:2:"[]";s:10:"menu_order";i:403;s:16:"popularity_index";i:225;s:11:"trend_index";i:244;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:625;a:19:{s:4:"tmpl";i:978;s:2:"id";i:13251;s:5:"title";s:27:"Interior Design – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.png";s:12:"tmpl_created";i:1586148737;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:405;s:16:"popularity_index";i:730;s:11:"trend_index";i:795;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:626;a:19:{s:4:"tmpl";i:979;s:2:"id";i:13244;s:5:"title";s:30:"Interior Design – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png";s:12:"tmpl_created";i:1586148742;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:39:"["Business","Footer","Interior Design"]";s:10:"menu_order";i:406;s:16:"popularity_index";i:322;s:11:"trend_index";i:178;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:627;a:19:{s:4:"tmpl";i:980;s:2:"id";i:13236;s:5:"title";s:30:"Interior Design – Header";s:9:"thumbnail";s:83:"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png";s:12:"tmpl_created";i:1586148746;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:39:"["Business","Header","Interior Design"]";s:10:"menu_order";i:408;s:16:"popularity_index";i:146;s:11:"trend_index";i:64;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:628;a:19:{s:4:"tmpl";i:977;s:2:"id";i:13259;s:5:"title";s:36:"Interior Design – News Archive";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png";s:12:"tmpl_created";i:1586148733;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:410;s:16:"popularity_index";i:436;s:11:"trend_index";i:132;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:629;a:19:{s:4:"tmpl";i:976;s:2:"id";i:13267;s:5:"title";s:35:"Interior Design – Single News";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/04/Post.png";s:12:"tmpl_created";i:1586148728;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:413;s:16:"popularity_index";i:402;s:11:"trend_index";i:108;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:630;a:19:{s:4:"tmpl";i:975;s:2:"id";i:13274;s:5:"title";s:38:"Interior Design – Single Project";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png";s:12:"tmpl_created";i:1586148723;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:30:"["Business","Interior Design"]";s:10:"menu_order";i:414;s:16:"popularity_index";i:601;s:11:"trend_index";i:324;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:631;a:19:{s:4:"tmpl";i:1011;s:2:"id";i:14058;s:5:"title";s:36:"Japanese restaurant – 404 page";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg";s:12:"tmpl_created";i:1592290211;s:6:"author";s:9:"Elementor";s:3:"url";s:134:"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:38:"["404","Food","Japanese","Restaurant"]";s:10:"menu_order";i:416;s:16:"popularity_index";i:724;s:11:"trend_index";i:647;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:632;a:19:{s:4:"tmpl";i:1012;s:2:"id";i:14050;s:5:"title";s:34:"Japanese restaurant – Footer";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg";s:12:"tmpl_created";i:1592290247;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:41:"["Food","Footer","Japanese","Restaurant"]";s:10:"menu_order";i:419;s:16:"popularity_index";i:317;s:11:"trend_index";i:238;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:633;a:19:{s:4:"tmpl";i:1013;s:2:"id";i:14042;s:5:"title";s:34:"Japanese Restaurant – Header";s:9:"thumbnail";s:87:"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg";s:12:"tmpl_created";i:1592290277;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:41:"["Food","Header","Japanese","Restaurant"]";s:10:"menu_order";i:421;s:16:"popularity_index";i:411;s:11:"trend_index";i:274;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:634;a:19:{s:4:"tmpl";i:914;s:2:"id";i:12164;s:5:"title";s:20:"Law Firm – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/11/404.png";s:12:"tmpl_created";i:1572846979;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Law","Law Firm"]";s:10:"menu_order";i:422;s:16:"popularity_index";i:704;s:11:"trend_index";i:716;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:635;a:19:{s:4:"tmpl";i:913;s:2:"id";i:12170;s:5:"title";s:23:"Law Firm – Archiv";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png";s:12:"tmpl_created";i:1572846967;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:424;s:16:"popularity_index";i:431;s:11:"trend_index";i:294;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:636;a:19:{s:4:"tmpl";i:912;s:2:"id";i:12179;s:5:"title";s:23:"Law Firm – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/footer.png";s:12:"tmpl_created";i:1572846958;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["Footer","Law","Law Firm"]";s:10:"menu_order";i:425;s:16:"popularity_index";i:388;s:11:"trend_index";i:240;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:637;a:19:{s:4:"tmpl";i:911;s:2:"id";i:12194;s:5:"title";s:23:"Law Firm – Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png";s:12:"tmpl_created";i:1572846935;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:27:"["Header","Law","Law Firm"]";s:10:"menu_order";i:427;s:16:"popularity_index";i:80;s:11:"trend_index";i:39;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:638;a:19:{s:4:"tmpl";i:910;s:2:"id";i:12203;s:5:"title";s:30:"Law Firm – Search Archiv";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png";s:12:"tmpl_created";i:1572846925;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:430;s:16:"popularity_index";i:493;s:11:"trend_index";i:433;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:639;a:19:{s:4:"tmpl";i:909;s:2:"id";i:12212;s:5:"title";s:28:"Law Firm – Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2019/11/single.png";s:12:"tmpl_created";i:1572846914;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Law","Law Firm"]";s:10:"menu_order";i:432;s:16:"popularity_index";i:326;s:11:"trend_index";i:214;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:640;a:19:{s:4:"tmpl";i:1022;s:2:"id";i:14772;s:5:"title";s:35:"Luxury Real Estate – 404 page";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/07/404.png";s:12:"tmpl_created";i:1595315728;s:6:"author";s:9:"Elementor";s:3:"url";s:133:"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:34:"["404","Real estate","Realestate"]";s:10:"menu_order";i:433;s:16:"popularity_index";i:759;s:11:"trend_index";i:720;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:641;a:19:{s:4:"tmpl";i:1023;s:2:"id";i:14779;s:5:"title";s:33:"Luxury Real Estate – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png";s:12:"tmpl_created";i:1595315743;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:37:"["Footer","Real estate","Realestate"]";s:10:"menu_order";i:434;s:16:"popularity_index";i:536;s:11:"trend_index";i:505;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:642;a:19:{s:4:"tmpl";i:1024;s:2:"id";i:14790;s:5:"title";s:33:"Luxury Real Estate – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/07/Header.png";s:12:"tmpl_created";i:1595315760;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:37:"["Header","Real estate","Realestate"]";s:10:"menu_order";i:436;s:16:"popularity_index";i:101;s:11:"trend_index";i:157;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:643;a:19:{s:4:"tmpl";i:1026;s:2:"id";i:14809;s:5:"title";s:45:"Luxury Real Estate – Properties Archive";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png";s:12:"tmpl_created";i:1595315826;s:6:"author";s:9:"Elementor";s:3:"url";s:143:"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:438;s:16:"popularity_index";i:414;s:11:"trend_index";i:420;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:644;a:19:{s:4:"tmpl";i:1027;s:2:"id";i:14816;s:5:"title";s:47:"Luxury Real Estate – Property single post";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png";s:12:"tmpl_created";i:1595315847;s:6:"author";s:9:"Elementor";s:3:"url";s:145:"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:441;s:16:"popularity_index";i:541;s:11:"trend_index";i:665;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:645;a:19:{s:4:"tmpl";i:1025;s:2:"id";i:14799;s:5:"title";s:38:"Luxury Real Estate – single post";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/07/Post.png";s:12:"tmpl_created";i:1595315792;s:6:"author";s:9:"Elementor";s:3:"url";s:136:"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:28:"["Real estate","Realestate"]";s:10:"menu_order";i:442;s:16:"popularity_index";i:369;s:11:"trend_index";i:441;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:646;a:19:{s:4:"tmpl";i:950;s:2:"id";i:12635;s:5:"title";s:20:"Magazine – 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png";s:12:"tmpl_created";i:1579060746;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:25:"["404","Blog","Magazine"]";s:10:"menu_order";i:445;s:16:"popularity_index";i:645;s:11:"trend_index";i:734;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:647;a:19:{s:4:"tmpl";i:949;s:2:"id";i:12643;s:5:"title";s:24:"Magazine – Archiv1";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png";s:12:"tmpl_created";i:1579060737;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:447;s:16:"popularity_index";i:346;s:11:"trend_index";i:272;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:648;a:19:{s:4:"tmpl";i:946;s:2:"id";i:12669;s:5:"title";s:23:"Magazine – Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png";s:12:"tmpl_created";i:1579060715;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:28:"["Blog","Footer","Magazine"]";s:10:"menu_order";i:448;s:16:"popularity_index";i:442;s:11:"trend_index";i:349;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:649;a:19:{s:4:"tmpl";i:945;s:2:"id";i:12678;s:5:"title";s:23:"Magazine – Header";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png";s:12:"tmpl_created";i:1579060701;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:28:"["Blog","Header","Magazine"]";s:10:"menu_order";i:450;s:16:"popularity_index";i:295;s:11:"trend_index";i:197;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:650;a:19:{s:4:"tmpl";i:947;s:2:"id";i:12661;s:5:"title";s:23:"Magazine – Search";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png";s:12:"tmpl_created";i:1579060722;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:452;s:16:"popularity_index";i:396;s:11:"trend_index";i:509;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:651;a:19:{s:4:"tmpl";i:944;s:2:"id";i:12688;s:5:"title";s:30:"Magazine – Single Post 1";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png";s:12:"tmpl_created";i:1579060692;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:453;s:16:"popularity_index";i:342;s:11:"trend_index";i:175;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:652;a:19:{s:4:"tmpl";i:943;s:2:"id";i:12699;s:5:"title";s:30:"Magazine – Single Post 2";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png";s:12:"tmpl_created";i:1579060680;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:454;s:16:"popularity_index";i:348;s:11:"trend_index";i:129;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:653;a:19:{s:4:"tmpl";i:942;s:2:"id";i:12707;s:5:"title";s:30:"Magazine – Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png";s:12:"tmpl_created";i:1579060669;s:6:"author";s:9:"Elementor";s:3:"url";s:128:"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:457;s:16:"popularity_index";i:476;s:11:"trend_index";i:246;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:654;a:19:{s:4:"tmpl";i:941;s:2:"id";i:12716;s:5:"title";s:30:"Magazine – Single Post 3";s:9:"thumbnail";s:68:"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png";s:12:"tmpl_created";i:1579060659;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:459;s:16:"popularity_index";i:513;s:11:"trend_index";i:489;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:655;a:19:{s:4:"tmpl";i:948;s:2:"id";i:12652;s:5:"title";s:17:"Magazine- Archiv2";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png";s:12:"tmpl_created";i:1579060730;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:19:"["Blog","Magazine"]";s:10:"menu_order";i:461;s:16:"popularity_index";i:525;s:11:"trend_index";i:585;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:656;a:19:{s:4:"tmpl";i:990;s:2:"id";i:13361;s:5:"title";s:25:"Online Course – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg";s:12:"tmpl_created";i:1587474710;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:35:"["404","Course Online","Education"]";s:10:"menu_order";i:462;s:16:"popularity_index";i:682;s:11:"trend_index";i:498;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:657;a:19:{s:4:"tmpl";i:987;s:2:"id";i:13387;s:5:"title";s:32:"Online Course – End Lesson";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg";s:12:"tmpl_created";i:1587474682;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:464;s:16:"popularity_index";i:653;s:11:"trend_index";i:408;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:658;a:19:{s:4:"tmpl";i:989;s:2:"id";i:13369;s:5:"title";s:28:"Online Course – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg";s:12:"tmpl_created";i:1587474701;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:38:"["Course Online","Education","Footer"]";s:10:"menu_order";i:466;s:16:"popularity_index";i:389;s:11:"trend_index";i:308;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:659;a:19:{s:4:"tmpl";i:988;s:2:"id";i:13378;s:5:"title";s:28:"Online Course – Header";s:9:"thumbnail";s:92:"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg";s:12:"tmpl_created";i:1587474693;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:38:"["Course Online","Education","Header"]";s:10:"menu_order";i:469;s:16:"popularity_index";i:492;s:11:"trend_index";i:519;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:660;a:19:{s:4:"tmpl";i:986;s:2:"id";i:13395;s:5:"title";s:34:"Online Course – Start Lesson";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg";s:12:"tmpl_created";i:1587474673;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:29:"["Course Online","Education"]";s:10:"menu_order";i:471;s:16:"popularity_index";i:672;s:11:"trend_index";i:578;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:661;a:19:{s:4:"tmpl";i:953;s:2:"id";i:13089;s:5:"title";s:23:"Photography – 404";s:9:"thumbnail";s:66:"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png";s:12:"tmpl_created";i:1582091623;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:33:"["404","Photography","Portfolio"]";s:10:"menu_order";i:473;s:16:"popularity_index";i:702;s:11:"trend_index";i:706;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:662;a:19:{s:4:"tmpl";i:954;s:2:"id";i:13096;s:5:"title";s:32:"Photography – Archiv Media";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png";s:12:"tmpl_created";i:1582091742;s:6:"author";s:9:"Elementor";s:3:"url";s:130:"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:475;s:16:"popularity_index";i:631;s:11:"trend_index";i:405;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:663;a:19:{s:4:"tmpl";i:955;s:2:"id";i:13103;s:5:"title";s:26:"Photography – Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png";s:12:"tmpl_created";i:1582091903;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:36:"["Footer","Photography","Portfolio"]";s:10:"menu_order";i:477;s:16:"popularity_index";i:422;s:11:"trend_index";i:230;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:664;a:19:{s:4:"tmpl";i:957;s:2:"id";i:13112;s:5:"title";s:26:"Photography – Header";s:9:"thumbnail";s:89:"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png";s:12:"tmpl_created";i:1582092483;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:36:"["Header","Photography","Portfolio"]";s:10:"menu_order";i:478;s:16:"popularity_index";i:325;s:11:"trend_index";i:205;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:665;a:19:{s:4:"tmpl";i:956;s:2:"id";i:13120;s:5:"title";s:31:"Photography – Single Post";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png";s:12:"tmpl_created";i:1582092351;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:27:"["Photography","Portfolio"]";s:10:"menu_order";i:480;s:16:"popularity_index";i:671;s:11:"trend_index";i:645;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:666;a:19:{s:4:"tmpl";i:901;s:2:"id";i:11807;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:70:"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png";s:12:"tmpl_created";i:1569430070;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:40:"["404","Creative Portfolio","Portfolio"]";s:10:"menu_order";i:483;s:16:"popularity_index";i:480;s:11:"trend_index";i:497;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:667;a:19:{s:4:"tmpl";i:900;s:2:"id";i:11832;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png";s:12:"tmpl_created";i:1569430019;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:43:"["Creative Portfolio","Footer","Portfolio"]";s:10:"menu_order";i:484;s:16:"popularity_index";i:246;s:11:"trend_index";i:102;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:668;a:19:{s:4:"tmpl";i:898;s:2:"id";i:11847;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png";s:12:"tmpl_created";i:1569430010;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:487;s:16:"popularity_index";i:336;s:11:"trend_index";i:455;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:669;a:19:{s:4:"tmpl";i:897;s:2:"id";i:11854;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:71:"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png";s:12:"tmpl_created";i:1569429983;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:489;s:16:"popularity_index";i:482;s:11:"trend_index";i:609;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:670;a:19:{s:4:"tmpl";i:904;s:2:"id";i:11890;s:5:"title";s:9:"Portfolio";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png";s:12:"tmpl_created";i:1571907344;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["Creative Portfolio","Header","Portfolio"]";s:10:"menu_order";i:491;s:16:"popularity_index";i:306;s:11:"trend_index";i:364;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:671;a:19:{s:4:"tmpl";i:896;s:2:"id";i:11861;s:5:"title";s:27:"Portfolio – Project 1";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png";s:12:"tmpl_created";i:1569429975;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:493;s:16:"popularity_index";i:643;s:11:"trend_index";i:764;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:672;a:19:{s:4:"tmpl";i:895;s:2:"id";i:11870;s:5:"title";s:27:"Portfolio – Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";i:1569429964;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:495;s:16:"popularity_index";i:662;s:11:"trend_index";i:816;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:673;a:19:{s:4:"tmpl";i:903;s:2:"id";i:11897;s:5:"title";s:27:"Portfolio – Project 2";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png";s:12:"tmpl_created";i:1569494236;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:496;s:16:"popularity_index";i:733;s:11:"trend_index";i:744;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:674;a:19:{s:4:"tmpl";i:894;s:2:"id";i:11877;s:5:"title";s:27:"Portfolio – Project 3";s:9:"thumbnail";s:75:"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png";s:12:"tmpl_created";i:1569429954;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Creative Portfolio","Portfolio"]";s:10:"menu_order";i:498;s:16:"popularity_index";i:692;s:11:"trend_index";i:0;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:675;a:19:{s:4:"tmpl";i:597;s:2:"id";i:5019;s:5:"title";s:11:"Portfolio 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png";s:12:"tmpl_created";i:1520520580;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:500;s:16:"popularity_index";i:170;s:11:"trend_index";i:236;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:676;a:19:{s:4:"tmpl";i:609;s:2:"id";i:5141;s:5:"title";s:12:"Portfolio 10";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png";s:12:"tmpl_created";i:1520520601;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:503;s:16:"popularity_index";i:416;s:11:"trend_index";i:478;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:677;a:19:{s:4:"tmpl";i:598;s:2:"id";i:5027;s:5:"title";s:12:"Portfolio 11";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png";s:12:"tmpl_created";i:1520520581;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:504;s:16:"popularity_index";i:304;s:11:"trend_index";i:421;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:678;a:19:{s:4:"tmpl";i:599;s:2:"id";i:5037;s:5:"title";s:12:"Portfolio 12";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png";s:12:"tmpl_created";i:1520520583;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:507;s:16:"popularity_index";i:279;s:11:"trend_index";i:399;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:679;a:19:{s:4:"tmpl";i:600;s:2:"id";i:5057;s:5:"title";s:12:"Portfolio 13";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png";s:12:"tmpl_created";i:1520520586;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:509;s:16:"popularity_index";i:239;s:11:"trend_index";i:288;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:680;a:19:{s:4:"tmpl";i:601;s:2:"id";i:5071;s:5:"title";s:12:"Portfolio 14";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png";s:12:"tmpl_created";i:1520520588;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:511;s:16:"popularity_index";i:276;s:11:"trend_index";i:329;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:681;a:19:{s:4:"tmpl";i:603;s:2:"id";i:5090;s:5:"title";s:12:"Portfolio 15";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png";s:12:"tmpl_created";i:1520520591;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:513;s:16:"popularity_index";i:186;s:11:"trend_index";i:283;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:682;a:19:{s:4:"tmpl";i:604;s:2:"id";i:5098;s:5:"title";s:12:"Portfolio 16";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png";s:12:"tmpl_created";i:1520520593;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:515;s:16:"popularity_index";i:156;s:11:"trend_index";i:211;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:683;a:19:{s:4:"tmpl";i:606;s:2:"id";i:5115;s:5:"title";s:12:"Portfolio 17";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png";s:12:"tmpl_created";i:1520520596;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:517;s:16:"popularity_index";i:19;s:11:"trend_index";i:22;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:684;a:19:{s:4:"tmpl";i:608;s:2:"id";i:5133;s:5:"title";s:12:"Portfolio 18";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png";s:12:"tmpl_created";i:1520520599;s:6:"author";s:9:"Elementor";s:3:"url";s:118:"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:519;s:16:"popularity_index";i:180;s:11:"trend_index";i:280;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:685;a:19:{s:4:"tmpl";i:610;s:2:"id";i:5149;s:5:"title";s:11:"Portfolio 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png";s:12:"tmpl_created";i:1520520602;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:521;s:16:"popularity_index";i:413;s:11:"trend_index";i:635;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:686;a:19:{s:4:"tmpl";i:468;s:2:"id";i:5045;s:5:"title";s:11:"Portfolio 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png";s:12:"tmpl_created";i:1520443423;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:523;s:16:"popularity_index";i:636;s:11:"trend_index";i:608;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:687;a:19:{s:4:"tmpl";i:602;s:2:"id";i:5082;s:5:"title";s:11:"Portfolio 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png";s:12:"tmpl_created";i:1520520589;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:524;s:16:"popularity_index";i:558;s:11:"trend_index";i:654;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:688;a:19:{s:4:"tmpl";i:605;s:2:"id";i:5107;s:5:"title";s:11:"Portfolio 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png";s:12:"tmpl_created";i:1520520594;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:527;s:16:"popularity_index";i:380;s:11:"trend_index";i:347;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:689;a:19:{s:4:"tmpl";i:607;s:2:"id";i:5125;s:5:"title";s:11:"Portfolio 6";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png";s:12:"tmpl_created";i:1520520597;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:529;s:16:"popularity_index";i:236;s:11:"trend_index";i:386;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:690;a:19:{s:4:"tmpl";i:596;s:2:"id";i:5007;s:5:"title";s:11:"Portfolio 7";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png";s:12:"tmpl_created";i:1520520578;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:9:"portfolio";s:4:"tags";s:13:"["Portfolio"]";s:10:"menu_order";i:530;s:16:"popularity_index";i:44;s:11:"trend_index";i:183;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:691;a:19:{s:4:"tmpl";i:434;s:2:"id";i:4509;s:5:"title";s:9:"Pricing 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png";s:12:"tmpl_created";i:1520443310;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:532;s:16:"popularity_index";i:703;s:11:"trend_index";i:641;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:692;a:19:{s:4:"tmpl";i:439;s:2:"id";i:4553;s:5:"title";s:10:"Pricing 10";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png";s:12:"tmpl_created";i:1520443319;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:534;s:16:"popularity_index";i:511;s:11:"trend_index";i:506;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:693;a:19:{s:4:"tmpl";i:441;s:2:"id";i:4572;s:5:"title";s:10:"Pricing 11";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png";s:12:"tmpl_created";i:1520443324;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:537;s:16:"popularity_index";i:308;s:11:"trend_index";i:248;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:694;a:19:{s:4:"tmpl";i:442;s:2:"id";i:4580;s:5:"title";s:10:"Pricing 12";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png";s:12:"tmpl_created";i:1520443326;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:539;s:16:"popularity_index";i:576;s:11:"trend_index";i:526;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:695;a:19:{s:4:"tmpl";i:444;s:2:"id";i:4597;s:5:"title";s:10:"Pricing 13";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png";s:12:"tmpl_created";i:1520443330;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:540;s:16:"popularity_index";i:613;s:11:"trend_index";i:450;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:696;a:19:{s:4:"tmpl";i:446;s:2:"id";i:4613;s:5:"title";s:10:"Pricing 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png";s:12:"tmpl_created";i:1520443334;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:543;s:16:"popularity_index";i:581;s:11:"trend_index";i:568;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:697;a:19:{s:4:"tmpl";i:436;s:2:"id";i:4529;s:5:"title";s:9:"Pricing 2";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png";s:12:"tmpl_created";i:1520443314;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:545;s:16:"popularity_index";i:609;s:11:"trend_index";i:613;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:698;a:19:{s:4:"tmpl";i:438;s:2:"id";i:4545;s:5:"title";s:9:"Pricing 3";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png";s:12:"tmpl_created";i:1520443317;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:547;s:16:"popularity_index";i:707;s:11:"trend_index";i:825;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:699;a:19:{s:4:"tmpl";i:440;s:2:"id";i:4562;s:5:"title";s:9:"Pricing 4";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png";s:12:"tmpl_created";i:1520443322;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:549;s:16:"popularity_index";i:697;s:11:"trend_index";i:821;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:700;a:19:{s:4:"tmpl";i:443;s:2:"id";i:4589;s:5:"title";s:9:"Pricing 5";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png";s:12:"tmpl_created";i:1520443327;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:551;s:16:"popularity_index";i:716;s:11:"trend_index";i:639;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:701;a:19:{s:4:"tmpl";i:445;s:2:"id";i:4605;s:5:"title";s:9:"Pricing 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png";s:12:"tmpl_created";i:1520443332;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:553;s:16:"popularity_index";i:738;s:11:"trend_index";i:773;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:702;a:19:{s:4:"tmpl";i:433;s:2:"id";i:4500;s:5:"title";s:9:"Pricing 7";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png";s:12:"tmpl_created";i:1520443308;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:554;s:16:"popularity_index";i:500;s:11:"trend_index";i:451;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:703;a:19:{s:4:"tmpl";i:435;s:2:"id";i:4521;s:5:"title";s:9:"Pricing 8";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png";s:12:"tmpl_created";i:1520443312;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:557;s:16:"popularity_index";i:311;s:11:"trend_index";i:372;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:704;a:19:{s:4:"tmpl";i:437;s:2:"id";i:4537;s:5:"title";s:9:"Pricing 9";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png";s:12:"tmpl_created";i:1520443315;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"pricing";s:4:"tags";s:11:"["Pricing"]";s:10:"menu_order";i:559;s:16:"popularity_index";i:589;s:11:"trend_index";i:841;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:705;a:19:{s:4:"tmpl";i:1046;s:2:"id";i:15204;s:5:"title";s:24:"Psychologist – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg";s:12:"tmpl_created";i:1600161419;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:40:"["404","Psychologist","Psychotherapist"]";s:10:"menu_order";i:564;s:16:"popularity_index";i:574;s:11:"trend_index";i:493;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:706;a:19:{s:4:"tmpl";i:1047;s:2:"id";i:15212;s:5:"title";s:28:"Psychologist – Archive";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg";s:12:"tmpl_created";i:1600162340;s:6:"author";s:9:"Elementor";s:3:"url";s:126:"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:565;s:16:"popularity_index";i:379;s:11:"trend_index";i:358;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:707;a:19:{s:4:"tmpl";i:1048;s:2:"id";i:15219;s:5:"title";s:27:"Psychologist – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg";s:12:"tmpl_created";i:1600163069;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:43:"["Footer","Psychologist","Psychotherapist"]";s:10:"menu_order";i:566;s:16:"popularity_index";i:599;s:11:"trend_index";i:500;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:708;a:19:{s:4:"tmpl";i:701;s:2:"id";i:9239;s:5:"title";s:17:"product archive 1";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png";s:12:"tmpl_created";i:1532953482;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:566;s:16:"popularity_index";i:60;s:11:"trend_index";i:25;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:709;a:19:{s:4:"tmpl";i:1049;s:2:"id";i:15230;s:5:"title";s:27:"Psychologist – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/09/Header.png";s:12:"tmpl_created";i:1600163444;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:43:"["Header","Psychologist","Psychotherapist"]";s:10:"menu_order";i:567;s:16:"popularity_index";i:429;s:11:"trend_index";i:423;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:710;a:19:{s:4:"tmpl";i:702;s:2:"id";i:9247;s:5:"title";s:17:"product archive 2";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png";s:12:"tmpl_created";i:1532953793;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:567;s:16:"popularity_index";i:71;s:11:"trend_index";i:30;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:711;a:19:{s:4:"tmpl";i:1050;s:2:"id";i:15240;s:5:"title";s:34:"Psychologist – single post 1";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png";s:12:"tmpl_created";i:1600164087;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:568;s:16:"popularity_index";i:562;s:11:"trend_index";i:570;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:712;a:19:{s:4:"tmpl";i:703;s:2:"id";i:9254;s:5:"title";s:17:"product archive 3";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png";s:12:"tmpl_created";i:1532954032;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:15:"product archive";s:4:"tags";s:2:"[]";s:10:"menu_order";i:568;s:16:"popularity_index";i:73;s:11:"trend_index";i:44;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:713;a:19:{s:4:"tmpl";i:1051;s:2:"id";i:15251;s:5:"title";s:34:"Psychologist – single post 2";s:9:"thumbnail";s:80:"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png";s:12:"tmpl_created";i:1600165179;s:6:"author";s:9:"Elementor";s:3:"url";s:132:"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:34:"["Psychologist","Psychotherapist"]";s:10:"menu_order";i:569;s:16:"popularity_index";i:507;s:11:"trend_index";i:368;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:714;a:19:{s:4:"tmpl";i:412;s:2:"id";i:4313;s:5:"title";s:11:"Services 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png";s:12:"tmpl_created";i:1520443268;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:570;s:16:"popularity_index";i:115;s:11:"trend_index";i:53;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:715;a:19:{s:4:"tmpl";i:413;s:2:"id";i:4324;s:5:"title";s:11:"Services 14";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png";s:12:"tmpl_created";i:1520443270;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:571;s:16:"popularity_index";i:277;s:11:"trend_index";i:138;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:716;a:19:{s:4:"tmpl";i:418;s:2:"id";i:4368;s:5:"title";s:11:"Services 16";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png";s:12:"tmpl_created";i:1520443279;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:572;s:16:"popularity_index";i:62;s:11:"trend_index";i:59;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:717;a:19:{s:4:"tmpl";i:420;s:2:"id";i:4391;s:5:"title";s:11:"Services 17";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png";s:12:"tmpl_created";i:1520443283;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:573;s:16:"popularity_index";i:153;s:11:"trend_index";i:120;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:718;a:19:{s:4:"tmpl";i:403;s:2:"id";i:4235;s:5:"title";s:11:"Services 18";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png";s:12:"tmpl_created";i:1520443251;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:574;s:16:"popularity_index";i:273;s:11:"trend_index";i:172;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:719;a:19:{s:4:"tmpl";i:417;s:2:"id";i:4357;s:5:"title";s:11:"Services 20";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png";s:12:"tmpl_created";i:1520443277;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:575;s:16:"popularity_index";i:45;s:11:"trend_index";i:45;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:720;a:19:{s:4:"tmpl";i:415;s:2:"id";i:4341;s:5:"title";s:11:"Services 21";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png";s:12:"tmpl_created";i:1520443274;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:576;s:16:"popularity_index";i:142;s:11:"trend_index";i:114;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:721;a:19:{s:4:"tmpl";i:414;s:2:"id";i:4332;s:5:"title";s:11:"Services 22";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png";s:12:"tmpl_created";i:1520443272;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:577;s:16:"popularity_index";i:138;s:11:"trend_index";i:149;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:722;a:19:{s:4:"tmpl";i:401;s:2:"id";i:4212;s:5:"title";s:11:"Services 23";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png";s:12:"tmpl_created";i:1520443248;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:578;s:16:"popularity_index";i:136;s:11:"trend_index";i:302;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:723;a:19:{s:4:"tmpl";i:408;s:2:"id";i:4276;s:5:"title";s:11:"Services 24";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png";s:12:"tmpl_created";i:1520443261;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:579;s:16:"popularity_index";i:353;s:11:"trend_index";i:514;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:724;a:19:{s:4:"tmpl";i:406;s:2:"id";i:4260;s:5:"title";s:11:"Services 25";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png";s:12:"tmpl_created";i:1520443257;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:580;s:16:"popularity_index";i:184;s:11:"trend_index";i:209;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:725;a:19:{s:4:"tmpl";i:404;s:2:"id";i:4244;s:5:"title";s:11:"Services 26";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png";s:12:"tmpl_created";i:1520443253;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:581;s:16:"popularity_index";i:544;s:11:"trend_index";i:596;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:726;a:19:{s:4:"tmpl";i:421;s:2:"id";i:4400;s:5:"title";s:11:"Services 27";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png";s:12:"tmpl_created";i:1520443285;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:582;s:16:"popularity_index";i:286;s:11:"trend_index";i:438;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:727;a:19:{s:4:"tmpl";i:419;s:2:"id";i:4376;s:5:"title";s:11:"Services 28";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png";s:12:"tmpl_created";i:1520443281;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:583;s:16:"popularity_index";i:151;s:11:"trend_index";i:249;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:728;a:19:{s:4:"tmpl";i:416;s:2:"id";i:4349;s:5:"title";s:11:"Services 29";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png";s:12:"tmpl_created";i:1520443275;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:584;s:16:"popularity_index";i:330;s:11:"trend_index";i:483;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:729;a:19:{s:4:"tmpl";i:402;s:2:"id";i:4227;s:5:"title";s:11:"Services 30";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png";s:12:"tmpl_created";i:1520443250;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:585;s:16:"popularity_index";i:351;s:11:"trend_index";i:553;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:730;a:19:{s:4:"tmpl";i:560;s:2:"id";i:6162;s:5:"title";s:11:"Services 31";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png";s:12:"tmpl_created";i:1520443668;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:586;s:16:"popularity_index";i:372;s:11:"trend_index";i:550;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:731;a:19:{s:4:"tmpl";i:411;s:2:"id";i:4302;s:5:"title";s:10:"Services 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png";s:12:"tmpl_created";i:1520443266;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:587;s:16:"popularity_index";i:58;s:11:"trend_index";i:97;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:732;a:19:{s:4:"tmpl";i:410;s:2:"id";i:4293;s:5:"title";s:10:"Services 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png";s:12:"tmpl_created";i:1520443265;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:588;s:16:"popularity_index";i:288;s:11:"trend_index";i:269;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:733;a:19:{s:4:"tmpl";i:409;s:2:"id";i:4284;s:5:"title";s:10:"Services 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png";s:12:"tmpl_created";i:1520443263;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:589;s:16:"popularity_index";i:27;s:11:"trend_index";i:21;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:734;a:19:{s:4:"tmpl";i:407;s:2:"id";i:4268;s:5:"title";s:10:"Services 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png";s:12:"tmpl_created";i:1520443259;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:590;s:16:"popularity_index";i:173;s:11:"trend_index";i:213;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:735;a:19:{s:4:"tmpl";i:405;s:2:"id";i:4252;s:5:"title";s:10:"Services 9";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png";s:12:"tmpl_created";i:1520443255;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:8:"services";s:4:"tags";s:12:"["Services"]";s:10:"menu_order";i:591;s:16:"popularity_index";i:46;s:11:"trend_index";i:99;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:736;a:19:{s:4:"tmpl";i:677;s:2:"id";i:8676;s:5:"title";s:13:"single page 1";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg";s:12:"tmpl_created";i:1527682423;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:592;s:16:"popularity_index";i:285;s:11:"trend_index";i:145;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:737;a:19:{s:4:"tmpl";i:678;s:2:"id";i:8678;s:5:"title";s:13:"single page 2";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg";s:12:"tmpl_created";i:1527682780;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:593;s:16:"popularity_index";i:140;s:11:"trend_index";i:82;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:738;a:19:{s:4:"tmpl";i:679;s:2:"id";i:8679;s:5:"title";s:13:"single page 3";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg";s:12:"tmpl_created";i:1527682847;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:594;s:16:"popularity_index";i:122;s:11:"trend_index";i:23;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:739;a:19:{s:4:"tmpl";i:680;s:2:"id";i:8680;s:5:"title";s:13:"single page 4";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg";s:12:"tmpl_created";i:1527682896;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:595;s:16:"popularity_index";i:373;s:11:"trend_index";i:190;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:740;a:19:{s:4:"tmpl";i:681;s:2:"id";i:8681;s:5:"title";s:13:"single page 5";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg";s:12:"tmpl_created";i:1527682969;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:596;s:16:"popularity_index";i:287;s:11:"trend_index";i:218;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:741;a:19:{s:4:"tmpl";i:682;s:2:"id";i:8682;s:5:"title";s:13:"single page 6";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg";s:12:"tmpl_created";i:1527683026;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:597;s:16:"popularity_index";i:412;s:11:"trend_index";i:227;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:742;a:19:{s:4:"tmpl";i:683;s:2:"id";i:8703;s:5:"title";s:13:"single page 7";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg";s:12:"tmpl_created";i:1527683072;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single page";s:4:"tags";s:2:"[]";s:10:"menu_order";i:598;s:16:"popularity_index";i:401;s:11:"trend_index";i:316;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:743;a:19:{s:4:"tmpl";i:640;s:2:"id";i:7650;s:5:"title";s:13:"Single Post 1";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg";s:12:"tmpl_created";i:1521557736;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";i:599;s:16:"popularity_index";i:119;s:11:"trend_index";i:266;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:744;a:19:{s:4:"tmpl";i:639;s:2:"id";i:7663;s:5:"title";s:13:"Single Post 2";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg";s:12:"tmpl_created";i:1521547761;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:24:"["Blog","Post","Single"]";s:10:"menu_order";i:600;s:16:"popularity_index";i:50;s:11:"trend_index";i:139;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:745;a:19:{s:4:"tmpl";i:705;s:2:"id";i:9296;s:5:"title";s:13:"Single Post 3";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg";s:12:"tmpl_created";i:1537440673;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:601;s:16:"popularity_index";i:213;s:11:"trend_index";i:204;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:746;a:19:{s:4:"tmpl";i:704;s:2:"id";i:9301;s:5:"title";s:13:"Single Post 4";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg";s:12:"tmpl_created";i:1537440661;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:602;s:16:"popularity_index";i:248;s:11:"trend_index";i:336;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:747;a:19:{s:4:"tmpl";i:706;s:2:"id";i:9313;s:5:"title";s:13:"Single Post 5";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg";s:12:"tmpl_created";i:1537440798;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:603;s:16:"popularity_index";i:197;s:11:"trend_index";i:177;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:748;a:19:{s:4:"tmpl";i:707;s:2:"id";i:9343;s:5:"title";s:13:"Single Post 6";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg";s:12:"tmpl_created";i:1537443531;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:604;s:16:"popularity_index";i:228;s:11:"trend_index";i:279;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:749;a:19:{s:4:"tmpl";i:708;s:2:"id";i:9349;s:5:"title";s:13:"Single Post 7";s:9:"thumbnail";s:65:"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg";s:12:"tmpl_created";i:1537443903;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:2:"[]";s:10:"menu_order";i:605;s:16:"popularity_index";i:158;s:11:"trend_index";i:253;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:750;a:19:{s:4:"tmpl";i:555;s:2:"id";i:6114;s:5:"title";s:7:"Stats 1";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png";s:12:"tmpl_created";i:1520443659;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:610;s:16:"popularity_index";i:434;s:11:"trend_index";i:692;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:751;a:19:{s:4:"tmpl";i:562;s:2:"id";i:6178;s:5:"title";s:8:"Stats 10";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png";s:12:"tmpl_created";i:1520443676;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:611;s:16:"popularity_index";i:435;s:11:"trend_index";i:755;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:752;a:19:{s:4:"tmpl";i:561;s:2:"id";i:6170;s:5:"title";s:8:"Stats 11";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png";s:12:"tmpl_created";i:1520443670;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:612;s:16:"popularity_index";i:366;s:11:"trend_index";i:552;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:753;a:19:{s:4:"tmpl";i:697;s:2:"id";i:9174;s:5:"title";s:17:"single product 01";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png";s:12:"tmpl_created";i:1532950125;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:612;s:16:"popularity_index";i:31;s:11:"trend_index";i:6;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:754;a:19:{s:4:"tmpl";i:563;s:2:"id";i:6186;s:5:"title";s:8:"Stats 12";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png";s:12:"tmpl_created";i:1520443678;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:613;s:16:"popularity_index";i:569;s:11:"trend_index";i:811;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:755;a:19:{s:4:"tmpl";i:698;s:2:"id";i:9178;s:5:"title";s:17:"single product 02";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png";s:12:"tmpl_created";i:1532951997;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:613;s:16:"popularity_index";i:66;s:11:"trend_index";i:42;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:756;a:19:{s:4:"tmpl";i:550;s:2:"id";i:6071;s:5:"title";s:8:"Stats 13";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png";s:12:"tmpl_created";i:1520443649;s:6:"author";s:9:"Elementor";s:3:"url";s:114:"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:614;s:16:"popularity_index";i:168;s:11:"trend_index";i:328;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:757;a:19:{s:4:"tmpl";i:699;s:2:"id";i:9180;s:5:"title";s:17:"single product 03";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png";s:12:"tmpl_created";i:1532952302;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:614;s:16:"popularity_index";i:108;s:11:"trend_index";i:66;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:758;a:19:{s:4:"tmpl";i:554;s:2:"id";i:6106;s:5:"title";s:7:"Stats 2";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png";s:12:"tmpl_created";i:1520443657;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:615;s:16:"popularity_index";i:361;s:11:"trend_index";i:784;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:759;a:19:{s:4:"tmpl";i:700;s:2:"id";i:9182;s:5:"title";s:17:"single product 04";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png";s:12:"tmpl_created";i:1532952606;s:6:"author";s:9:"Elementor";s:3:"url";s:123:"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:17:"essential-oct2023";s:7:"subtype";s:14:"single product";s:4:"tags";s:2:"[]";s:10:"menu_order";i:615;s:16:"popularity_index";i:123;s:11:"trend_index";i:81;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:760;a:19:{s:4:"tmpl";i:551;s:2:"id";i:6079;s:5:"title";s:7:"Stats 3";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png";s:12:"tmpl_created";i:1520443651;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:616;s:16:"popularity_index";i:284;s:11:"trend_index";i:385;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:761;a:19:{s:4:"tmpl";i:552;s:2:"id";i:6089;s:5:"title";s:7:"Stats 4";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png";s:12:"tmpl_created";i:1520443653;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:617;s:16:"popularity_index";i:205;s:11:"trend_index";i:452;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:762;a:19:{s:4:"tmpl";i:549;s:2:"id";i:6063;s:5:"title";s:7:"Stats 5";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png";s:12:"tmpl_created";i:1520443647;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:618;s:16:"popularity_index";i:181;s:11:"trend_index";i:419;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:763;a:19:{s:4:"tmpl";i:553;s:2:"id";i:6097;s:5:"title";s:7:"Stats 6";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png";s:12:"tmpl_created";i:1520443655;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:11:"["numbers"]";s:10:"menu_order";i:619;s:16:"popularity_index";i:264;s:11:"trend_index";i:492;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:764;a:19:{s:4:"tmpl";i:538;s:2:"id";i:5956;s:5:"title";s:7:"Stats 7";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png";s:12:"tmpl_created";i:1520443623;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:620;s:16:"popularity_index";i:532;s:11:"trend_index";i:541;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:765;a:19:{s:4:"tmpl";i:537;s:2:"id";i:5947;s:5:"title";s:7:"Stats 8";s:9:"thumbnail";s:76:"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png";s:12:"tmpl_created";i:1520443621;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:621;s:16:"popularity_index";i:368;s:11:"trend_index";i:531;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:766;a:19:{s:4:"tmpl";i:559;s:2:"id";i:6152;s:5:"title";s:7:"Stats 9";s:9:"thumbnail";s:77:"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png";s:12:"tmpl_created";i:1520443666;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:5:"stats";s:4:"tags";s:9:"["Stats"]";s:10:"menu_order";i:622;s:16:"popularity_index";i:272;s:11:"trend_index";i:557;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:767;a:19:{s:4:"tmpl";i:469;s:2:"id";i:5157;s:5:"title";s:11:"Subscribe 1";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png";s:12:"tmpl_created";i:1520443448;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:623;s:16:"popularity_index";i:340;s:11:"trend_index";i:293;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:768;a:19:{s:4:"tmpl";i:472;s:2:"id";i:5181;s:5:"title";s:11:"Subscribe 2";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png";s:12:"tmpl_created";i:1520443454;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:624;s:16:"popularity_index";i:451;s:11:"trend_index";i:340;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:769;a:19:{s:4:"tmpl";i:470;s:2:"id";i:5165;s:5:"title";s:11:"Subscribe 3";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png";s:12:"tmpl_created";i:1520443450;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:625;s:16:"popularity_index";i:520;s:11:"trend_index";i:620;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:770;a:19:{s:4:"tmpl";i:477;s:2:"id";i:5222;s:5:"title";s:11:"Subscribe 4";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png";s:12:"tmpl_created";i:1520443464;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:626;s:16:"popularity_index";i:397;s:11:"trend_index";i:427;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:771;a:19:{s:4:"tmpl";i:471;s:2:"id";i:5173;s:5:"title";s:11:"Subscribe 5";s:9:"thumbnail";s:78:"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png";s:12:"tmpl_created";i:1520443452;s:6:"author";s:9:"Elementor";s:3:"url";s:117:"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:9:"subscribe";s:4:"tags";s:20:"["Form","Subscribe"]";s:10:"menu_order";i:627;s:16:"popularity_index";i:261;s:11:"trend_index";i:237;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:772;a:19:{s:4:"tmpl";i:465;s:2:"id";i:4801;s:5:"title";s:7:"Team 11";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png";s:12:"tmpl_created";i:1520443369;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:628;s:16:"popularity_index";i:332;s:11:"trend_index";i:188;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:773;a:19:{s:4:"tmpl";i:462;s:2:"id";i:4770;s:5:"title";s:7:"Team 12";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png";s:12:"tmpl_created";i:1520443364;s:6:"author";s:9:"Elementor";s:3:"url";s:115:"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:629;s:16:"popularity_index";i:432;s:11:"trend_index";i:488;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:774;a:19:{s:4:"tmpl";i:458;s:2:"id";i:4727;s:5:"title";s:7:"Team 13";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png";s:12:"tmpl_created";i:1520443356;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:630;s:16:"popularity_index";i:375;s:11:"trend_index";i:345;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:775;a:19:{s:4:"tmpl";i:543;s:2:"id";i:5999;s:5:"title";s:7:"Team 14";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png";s:12:"tmpl_created";i:1520443634;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:631;s:16:"popularity_index";i:110;s:11:"trend_index";i:318;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:776;a:19:{s:4:"tmpl";i:455;s:2:"id";i:4698;s:5:"title";s:7:"Team 15";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png";s:12:"tmpl_created";i:1520443350;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:632;s:16:"popularity_index";i:449;s:11:"trend_index";i:410;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:777;a:19:{s:4:"tmpl";i:463;s:2:"id";i:4781;s:5:"title";s:7:"Team 16";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png";s:12:"tmpl_created";i:1520443365;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:633;s:16:"popularity_index";i:267;s:11:"trend_index";i:330;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:778;a:19:{s:4:"tmpl";i:558;s:2:"id";i:6144;s:5:"title";s:7:"Team 17";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png";s:12:"tmpl_created";i:1520443664;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:634;s:16:"popularity_index";i:166;s:11:"trend_index";i:365;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:779;a:19:{s:4:"tmpl";i:464;s:2:"id";i:4793;s:5:"title";s:7:"Team 18";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png";s:12:"tmpl_created";i:1520443367;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:635;s:16:"popularity_index";i:207;s:11:"trend_index";i:173;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:780;a:19:{s:4:"tmpl";i:466;s:2:"id";i:4809;s:5:"title";s:7:"Team 19";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png";s:12:"tmpl_created";i:1520443371;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:636;s:16:"popularity_index";i:300;s:11:"trend_index";i:465;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:781;a:19:{s:4:"tmpl";i:459;s:2:"id";i:4736;s:5:"title";s:7:"Team 20";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png";s:12:"tmpl_created";i:1520443358;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:637;s:16:"popularity_index";i:144;s:11:"trend_index";i:159;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:782;a:19:{s:4:"tmpl";i:467;s:2:"id";i:4818;s:5:"title";s:7:"Team 21";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png";s:12:"tmpl_created";i:1520443373;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:638;s:16:"popularity_index";i:515;s:11:"trend_index";i:606;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:783;a:19:{s:4:"tmpl";i:461;s:2:"id";i:4759;s:5:"title";s:7:"Team 22";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png";s:12:"tmpl_created";i:1520443362;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:639;s:16:"popularity_index";i:299;s:11:"trend_index";i:376;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:784;a:19:{s:4:"tmpl";i:460;s:2:"id";i:4746;s:5:"title";s:7:"Team 23";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png";s:12:"tmpl_created";i:1520443360;s:6:"author";s:9:"Elementor";s:3:"url";s:113:"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:640;s:16:"popularity_index";i:282;s:11:"trend_index";i:378;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:785;a:19:{s:4:"tmpl";i:457;s:2:"id";i:4718;s:5:"title";s:6:"Team 4";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png";s:12:"tmpl_created";i:1520443354;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:641;s:16:"popularity_index";i:192;s:11:"trend_index";i:359;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:786;a:19:{s:4:"tmpl";i:456;s:2:"id";i:4706;s:5:"title";s:6:"Team 5";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png";s:12:"tmpl_created";i:1520443352;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:642;s:16:"popularity_index";i:149;s:11:"trend_index";i:299;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:787;a:19:{s:4:"tmpl";i:544;s:2:"id";i:6008;s:5:"title";s:6:"Team 6";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png";s:12:"tmpl_created";i:1520443636;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:643;s:16:"popularity_index";i:75;s:11:"trend_index";i:277;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:788;a:19:{s:4:"tmpl";i:454;s:2:"id";i:4690;s:5:"title";s:6:"Team 7";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png";s:12:"tmpl_created";i:1520443348;s:6:"author";s:9:"Elementor";s:3:"url";s:112:"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:4:"team";s:4:"tags";s:8:"["Team"]";s:10:"menu_order";i:644;s:16:"popularity_index";i:243;s:11:"trend_index";i:402;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:789;a:19:{s:4:"tmpl";i:586;s:2:"id";i:4921;s:5:"title";s:14:"Testimonial 10";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png";s:12:"tmpl_created";i:1520520562;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:645;s:16:"popularity_index";i:219;s:11:"trend_index";i:198;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:790;a:19:{s:4:"tmpl";i:582;s:2:"id";i:4889;s:5:"title";s:14:"Testimonial 11";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg";s:12:"tmpl_created";i:1520520556;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:646;s:16:"popularity_index";i:557;s:11:"trend_index";i:522;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:791;a:19:{s:4:"tmpl";i:580;s:2:"id";i:4871;s:5:"title";s:14:"Testimonial 12";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png";s:12:"tmpl_created";i:1520520552;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:647;s:16:"popularity_index";i:262;s:11:"trend_index";i:391;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:792;a:19:{s:4:"tmpl";i:578;s:2:"id";i:4854;s:5:"title";s:14:"Testimonial 13";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png";s:12:"tmpl_created";i:1520520549;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:648;s:16:"popularity_index";i:637;s:11:"trend_index";i:741;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:793;a:19:{s:4:"tmpl";i:595;s:2:"id";i:4995;s:5:"title";s:14:"Testimonial 14";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png";s:12:"tmpl_created";i:1520520577;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:649;s:16:"popularity_index";i:400;s:11:"trend_index";i:411;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:794;a:19:{s:4:"tmpl";i:593;s:2:"id";i:4979;s:5:"title";s:14:"Testimonial 15";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png";s:12:"tmpl_created";i:1520520573;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:650;s:16:"popularity_index";i:568;s:11:"trend_index";i:544;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:795;a:19:{s:4:"tmpl";i:576;s:2:"id";i:4835;s:5:"title";s:14:"Testimonial 16";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png";s:12:"tmpl_created";i:1520520546;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:651;s:16:"popularity_index";i:399;s:11:"trend_index";i:401;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:796;a:19:{s:4:"tmpl";i:594;s:2:"id";i:4987;s:5:"title";s:14:"Testimonial 17";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png";s:12:"tmpl_created";i:1520520575;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:652;s:16:"popularity_index";i:159;s:11:"trend_index";i:199;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:797;a:19:{s:4:"tmpl";i:577;s:2:"id";i:4843;s:5:"title";s:14:"Testimonial 18";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png";s:12:"tmpl_created";i:1520520548;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:653;s:16:"popularity_index";i:457;s:11:"trend_index";i:780;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:798;a:19:{s:4:"tmpl";i:579;s:2:"id";i:4863;s:5:"title";s:14:"Testimonial 19";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png";s:12:"tmpl_created";i:1520520551;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:654;s:16:"popularity_index";i:245;s:11:"trend_index";i:599;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:799;a:19:{s:4:"tmpl";i:581;s:2:"id";i:4880;s:5:"title";s:14:"Testimonial 20";s:9:"thumbnail";s:72:"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg";s:12:"tmpl_created";i:1520520554;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:655;s:16:"popularity_index";i:446;s:11:"trend_index";i:653;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:800;a:19:{s:4:"tmpl";i:583;s:2:"id";i:4897;s:5:"title";s:14:"Testimonial 21";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png";s:12:"tmpl_created";i:1520520557;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:656;s:16:"popularity_index";i:78;s:11:"trend_index";i:289;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:801;a:19:{s:4:"tmpl";i:584;s:2:"id";i:4905;s:5:"title";s:14:"Testimonial 22";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png";s:12:"tmpl_created";i:1520520559;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:657;s:16:"popularity_index";i:121;s:11:"trend_index";i:221;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:802;a:19:{s:4:"tmpl";i:585;s:2:"id";i:4913;s:5:"title";s:14:"Testimonial 23";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png";s:12:"tmpl_created";i:1520520561;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:658;s:16:"popularity_index";i:247;s:11:"trend_index";i:566;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:803;a:19:{s:4:"tmpl";i:575;s:2:"id";i:4826;s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png";s:12:"tmpl_created";i:1520520544;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:659;s:16:"popularity_index";i:256;s:11:"trend_index";i:395;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:804;a:19:{s:4:"tmpl";i:587;s:2:"id";i:4929;s:5:"title";s:14:"Testimonial 24";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png";s:12:"tmpl_created";i:1520520564;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:660;s:16:"popularity_index";i:49;s:11:"trend_index";i:206;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:805;a:19:{s:4:"tmpl";i:591;s:2:"id";i:4963;s:5:"title";s:14:"Testimonial 25";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png";s:12:"tmpl_created";i:1520520570;s:6:"author";s:9:"Elementor";s:3:"url";s:122:"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:661;s:16:"popularity_index";i:417;s:11:"trend_index";i:546;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:806;a:19:{s:4:"tmpl";i:592;s:2:"id";i:4971;s:5:"title";s:14:"Testimonial 26";s:9:"thumbnail";s:82:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png";s:12:"tmpl_created";i:1520520572;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:662;s:16:"popularity_index";i:649;s:11:"trend_index";i:718;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:807;a:19:{s:4:"tmpl";i:589;s:2:"id";i:4947;s:5:"title";s:14:"Testimonial 27";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png";s:12:"tmpl_created";i:1520520567;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:663;s:16:"popularity_index";i:221;s:11:"trend_index";i:496;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:808;a:19:{s:4:"tmpl";i:590;s:2:"id";i:4955;s:5:"title";s:14:"Testimonial 29";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png";s:12:"tmpl_created";i:1520520569;s:6:"author";s:9:"Elementor";s:3:"url";s:120:"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:664;s:16:"popularity_index";i:378;s:11:"trend_index";i:695;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:809;a:19:{s:4:"tmpl";i:588;s:2:"id";i:4939;s:5:"title";s:13:"Testimonial 9";s:9:"thumbnail";s:81:"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png";s:12:"tmpl_created";i:1520520565;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:4:"free";s:7:"subtype";s:12:"testimonials";s:4:"tags";s:15:"["Testimonial"]";s:10:"menu_order";i:665;s:16:"popularity_index";i:103;s:11:"trend_index";i:341;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"0";s:12:"access_level";i:0;}i:810;a:19:{s:4:"tmpl";i:928;s:2:"id";i:12509;s:5:"title";s:18:"Travel – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2019/12/404.png";s:12:"tmpl_created";i:1575960378;s:6:"author";s:9:"Elementor";s:3:"url";s:116:"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:24:"["404","Tours","Travel"]";s:10:"menu_order";i:666;s:16:"popularity_index";i:747;s:11:"trend_index";i:712;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:811;a:19:{s:4:"tmpl";i:929;s:2:"id";i:12516;s:5:"title";s:27:"Travel – Archive Blog";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png";s:12:"tmpl_created";i:1575960387;s:6:"author";s:9:"Elementor";s:3:"url";s:125:"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:667;s:16:"popularity_index";i:496;s:11:"trend_index";i:487;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:812;a:19:{s:4:"tmpl";i:927;s:2:"id";i:12500;s:5:"title";s:21:"Travel – Header";s:9:"thumbnail";s:84:"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png";s:12:"tmpl_created";i:1575960371;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:27:"["Header","Tours","Travel"]";s:10:"menu_order";i:668;s:16:"popularity_index";i:443;s:11:"trend_index";i:434;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:813;a:19:{s:4:"tmpl";i:930;s:2:"id";i:12524;s:5:"title";s:26:"Travel – Single Post";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png";s:12:"tmpl_created";i:1575960397;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:669;s:16:"popularity_index";i:591;s:11:"trend_index";i:663;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:814;a:19:{s:4:"tmpl";i:931;s:2:"id";i:12531;s:5:"title";s:31:"Travel – Single Post Tour";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png";s:12:"tmpl_created";i:1575960404;s:6:"author";s:9:"Elementor";s:3:"url";s:129:"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:18:"["Tours","Travel"]";s:10:"menu_order";i:670;s:16:"popularity_index";i:630;s:11:"trend_index";i:548;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:815;a:19:{s:4:"tmpl";i:926;s:2:"id";i:12492;s:5:"title";s:14:"Travel -Footer";s:9:"thumbnail";s:69:"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png";s:12:"tmpl_created";i:1575960358;s:6:"author";s:9:"Elementor";s:3:"url";s:119:"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:27:"["Footer","Tours","Travel"]";s:10:"menu_order";i:671;s:16:"popularity_index";i:453;s:11:"trend_index";i:322;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:816;a:19:{s:4:"tmpl";i:1068;s:2:"id";i:15498;s:5:"title";s:23:"Travel Blog – 404";s:9:"thumbnail";s:64:"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg";s:12:"tmpl_created";i:1606215636;s:6:"author";s:9:"Elementor";s:3:"url";s:121:"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:8:"404 page";s:4:"tags";s:23:"["404","Blog","Travel"]";s:10:"menu_order";i:672;s:16:"popularity_index";i:749;s:11:"trend_index";i:759;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:817;a:19:{s:4:"tmpl";i:1069;s:2:"id";i:15508;s:5:"title";s:29:"Travel Blog – Archive 1";s:9:"thumbnail";s:74:"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg";s:12:"tmpl_created";i:1606215649;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:673;s:16:"popularity_index";i:659;s:11:"trend_index";i:468;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:818;a:19:{s:4:"tmpl";i:1070;s:2:"id";i:15518;s:5:"title";s:29:"Travel Blog – Archive 2";s:9:"thumbnail";s:79:"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg";s:12:"tmpl_created";i:1606215663;s:6:"author";s:9:"Elementor";s:3:"url";s:127:"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:7:"archive";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:674;s:16:"popularity_index";i:688;s:11:"trend_index";i:431;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:819;a:19:{s:4:"tmpl";i:1071;s:2:"id";i:15528;s:5:"title";s:26:"Travel Blog – Footer";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg";s:12:"tmpl_created";i:1606215673;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"footer";s:4:"tags";s:26:"["Blog","Footer","Travel"]";s:10:"menu_order";i:675;s:16:"popularity_index";i:656;s:11:"trend_index";i:377;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:820;a:19:{s:4:"tmpl";i:1067;s:2:"id";i:15536;s:5:"title";s:26:"Travel Blog – Header";s:9:"thumbnail";s:67:"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg";s:12:"tmpl_created";i:1606215625;s:6:"author";s:9:"Elementor";s:3:"url";s:124:"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:6:"header";s:4:"tags";s:26:"["Blog","Header","Travel"]";s:10:"menu_order";i:676;s:16:"popularity_index";i:584;s:11:"trend_index";i:228;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"0";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:821;a:19:{s:4:"tmpl";i:1072;s:2:"id";i:15545;s:5:"title";s:33:"Travel Blog – Single Post 1";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg";s:12:"tmpl_created";i:1606215684;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:677;s:16:"popularity_index";i:669;s:11:"trend_index";i:482;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}i:822;a:19:{s:4:"tmpl";i:1066;s:2:"id";i:15556;s:5:"title";s:33:"Travel Blog – Single Post 2";s:9:"thumbnail";s:73:"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg";s:12:"tmpl_created";i:1606215613;s:6:"author";s:9:"Elementor";s:3:"url";s:131:"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview";s:4:"type";s:5:"block";s:11:"access_tier";s:9:"essential";s:7:"subtype";s:11:"single post";s:4:"tags";s:17:"["Blog","Travel"]";s:10:"menu_order";i:678;s:16:"popularity_index";i:652;s:11:"trend_index";i:454;s:18:"editor_layout_type";s:0:"";s:15:"minimum_version";s:5:"0.0.0";s:17:"has_page_settings";s:1:"1";s:6:"is_pro";s:1:"1";s:12:"access_level";i:1;}}}', 'no'); INSERT INTO `wpxo_options` VALUES (600, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:"title";s:126:"New in Elementor 3.25: CSS Optimization, New Anchor Offset Control & Pagination Options for Live Results in the Search widget!";s:7:"excerpt";s:183:"Boost your site’s speed with further CSS optimization, enjoy smooth scrolling with native CSS and Anchor Offset, and enhance search functionality with pagination for Live Results!\r\n";s:7:"created";i:1730630544;s:5:"badge";s:3:"NEW";s:3:"url";s:157:"https://elementor.com/blog/elementor-325-css-loading-anchor-offset-search-pagination/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:1;a:5:{s:5:"title";s:81:"Introducing Site Mailer by Elementor: Improve Your WordPress Email Deliverability";s:7:"excerpt";s:377:"In the world of WordPress, managing transactional emails can be a real challenge. From emails landing in spam folders to issues with server configurations, ensuring your messages are delivered can feel overwhelming.\r\nEnter Site Mailer by Elementor—a powerful plugin designed to solve your email deliverability issues with ease, eliminating the need for complex SMTP setups.\r\n";s:7:"created";i:1727247060;s:5:"badge";s:3:"NEW";s:3:"url";s:123:"https://elementor.com/blog/introducing-site-mailer/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}i:2;a:5:{s:5:"title";s:87:"Introducing Elementor 3.24: Floating Bars, Variable Fonts, Enhanced CSS Loading & More!";s:7:"excerpt";s:116:"Elevate Your Websites with Floating Bars and Variable Fonts, Improve Performance with Enhanced CSS Loading and More!";s:7:"created";i:1725891168;s:5:"badge";s:3:"NEW";s:3:"url";s:155:"https://elementor.com/blog/elementor-324-floating-bars-variable-fonts-enhanced-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed";}}', 'off'), (616, 'elementor_pro_version', '3.23.3', 'yes'), (617, 'widget_elementor-library', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (618, 'elementor_submissions_db_version', '5', 'yes'), (619, 'auto_update_plugins', 'a:6:{i:0;s:57:"complianz-terms-conditions/complianz-terms-conditions.php";i:1;s:33:"complianz-gdpr/complianz-gpdr.php";i:2;s:23:"elementor/elementor.php";i:3;s:27:"ocean-extra/ocean-extra.php";i:4;s:29:"pro-elements/pro-elements.php";i:5;s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";}', 'no'), (640, 'elementor_fonts_manager_font_types', 'a:0:{}', 'yes'), (641, 'elementor_fonts_manager_fonts', 'a:0:{}', 'yes'), (642, 'elementor_custom_icon_sets_config', 'a:0:{}', 'yes'), (655, 'cmplz_synced_cookiedatabase_once', '1', 'yes'), (656, 'cmplz_last_cookie_scan', '1732304497', 'yes'), (680, 'elementor_notes_db_version', '5', 'yes'), (681, 'elementor_log', 'a:38:{s:32:"a9464dab6c78b36096fd0edc9af56ea3";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-01 11:28:36";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"elementor-pro::elementor_pro_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-01 11:28:36";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"elementor-pro::elementor_pro_updater Started";s:4:"type";s:4:"info";}}s:32:"dfd8329bea08a82b8bbbf25d4fd28496";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-01 11:28:36";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:48:"Elementor Pro/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-01 11:28:36";}s:7:"\0*\0args";a:2:{s:7:"message";s:48:"Elementor Pro/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"6fe7b239df67d2f6b5e0edc1ddea19b0";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-01 11:28:36";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor Pro/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-01 11:28:36";}s:7:"\0*\0args";a:2:{s:7:"message";s:50:"Elementor Pro/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"acc169150fc597bcf7801a4a9588fdb8";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-01 11:28:36";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.13.2";s:2:"to";s:6:"3.22.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-01 11:28:36";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.13.2";s:2:"to";s:6:"3.22.1";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"a93e6261c39ae079e948035ff07749e0";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-01 11:28:36";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.13.2";s:2:"to";s:6:"3.22.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-01 11:28:36";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.13.2";s:2:"to";s:6:"3.22.1";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"38d2745972e53e9e3b57c783bf055a52";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:87:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/includes/managers/image.php";s:7:"\0*\0line";i:113;s:7:"\0*\0date";s:19:"2024-07-01 11:35:48";s:7:"\0*\0type";s:7:"warning";s:10:"\0*\0message";s:51:"Trying to access array offset on value of type bool";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-01 11:35:48";}s:7:"\0*\0args";a:5:{s:4:"type";s:7:"warning";s:7:"message";s:51:"Trying to access array offset on value of type bool";s:4:"file";s:87:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/includes/managers/image.php";s:4:"line";i:113;s:5:"trace";b:1;}}s:32:"8b940f8cfd06ce2af827f77dc96fed30";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:97:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/modules/history/revisions-manager.php";s:7:"\0*\0line";i:363;s:7:"\0*\0date";s:19:"2024-07-01 11:35:49";s:7:"\0*\0type";s:7:"warning";s:10:"\0*\0message";s:46:"Undefined array key "editor_post_id"";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-01 11:35:49";}s:7:"\0*\0args";a:5:{s:4:"type";s:7:"warning";s:7:"message";s:36:"Undefined array key "editor_post_id"";s:4:"file";s:97:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/modules/history/revisions-manager.php";s:4:"line";i:363;s:5:"trace";b:1;}}s:32:"9a265cd7ec074eda7c026c6297c590e1";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:6:"825128";s:7:"\0*\0file";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:7:"\0*\0line";s:1:"3";s:7:"\0*\0date";s:19:"2024-07-04 08:51:38";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:69:"Cannot read properties of undefined (reading 'toLowerCase')";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-04 08:51:38";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1720083098";s:7:"message";s:59:"Cannot read properties of undefined (reading ''toLowerCase'')";s:3:"url";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:4:"line";s:1:"3";s:6:"column";s:6:"825128";}}s:32:"7eba2ec85cd008299e3ea5c46e82492f";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:6:"825635";s:7:"\0*\0file";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:7:"\0*\0line";s:1:"3";s:7:"\0*\0date";s:19:"2024-07-04 10:21:51";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:67:"Cannot read properties of undefined (reading 'localized')";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:8;s:14:"\0*\0times_dates";a:8:{i:0;s:19:"2024-07-04 10:21:51";i:1;s:19:"2024-07-04 10:21:51";i:2;s:19:"2024-07-04 11:22:02";i:3;s:19:"2024-07-04 11:22:02";i:4;s:19:"2024-07-04 11:22:02";i:5;s:19:"2024-07-04 11:22:04";i:6;s:19:"2024-07-04 11:22:04";i:7;s:19:"2024-07-04 11:22:04";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1720088511";s:7:"message";s:57:"Cannot read properties of undefined (reading ''localized'')";s:3:"url";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:4:"line";s:1:"3";s:6:"column";s:6:"825635";}}s:32:"5d2f4ae1f9b4cae8e05bf269ed06e005";O:31:"Elementor\\Core\\Logger\\Items\\PHP":9:{s:7:"\0*\0file";s:92:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/includes/base/controls-stack.php";s:7:"\0*\0line";i:695;s:7:"\0*\0date";s:19:"2024-07-04 11:42:56";s:7:"\0*\0type";s:7:"warning";s:10:"\0*\0message";s:22:"Undefined array key -1";s:7:"\0*\0meta";a:1:{s:5:"trace";a:1:{i:0;a:3:{s:8:"function";s:8:"shutdown";s:5:"class";s:29:"Elementor\\Core\\Logger\\Manager";s:4:"type";s:2:"->";}}}s:8:"\0*\0times";i:2007;s:14:"\0*\0times_dates";a:42:{i:0;s:19:"2024-10-10 10:49:57";i:1;s:19:"2024-10-10 11:02:51";i:2;s:19:"2024-10-10 11:02:52";i:3;s:19:"2024-10-10 11:02:55";i:4;s:19:"2024-10-10 11:02:58";i:5;s:19:"2024-10-10 11:02:59";i:6;s:19:"2024-10-10 11:03:02";i:7;s:19:"2024-10-10 11:03:03";i:8;s:19:"2024-10-10 11:22:20";i:9;s:19:"2024-10-10 11:24:15";i:10;s:19:"2024-10-10 21:36:09";i:11;s:19:"2024-10-10 21:37:04";i:12;s:19:"2024-10-11 17:14:10";i:13;s:19:"2024-10-11 17:33:10";i:14;s:19:"2024-10-11 17:34:55";i:15;s:19:"2024-10-11 17:35:21";i:16;s:19:"2024-10-11 17:35:24";i:17;s:19:"2024-10-11 17:35:33";i:18;s:19:"2024-10-11 17:35:47";i:19;s:19:"2024-10-23 06:37:47";i:20;s:19:"2024-10-23 06:54:31";i:21;s:19:"2024-10-24 15:01:21";i:22;s:19:"2024-10-24 15:02:11";i:23;s:19:"2024-10-24 15:02:19";i:24;s:19:"2024-10-24 15:02:24";i:25;s:19:"2024-10-24 15:02:27";i:26;s:19:"2024-10-24 16:54:10";i:27;s:19:"2024-10-24 16:54:37";i:28;s:19:"2024-10-24 16:54:59";i:29;s:19:"2024-10-24 21:48:33";i:30;s:19:"2024-10-26 20:56:42";i:31;s:19:"2024-10-27 15:52:21";i:32;s:19:"2024-10-30 16:46:15";i:33;s:19:"2024-10-30 22:19:38";i:34;s:19:"2024-10-30 22:43:11";i:35;s:19:"2024-10-30 22:43:11";i:36;s:19:"2024-11-01 16:34:24";i:37;s:19:"2024-11-02 10:48:08";i:38;s:19:"2024-11-03 07:28:52";i:39;s:19:"2024-11-22 19:38:32";i:40;s:19:"2024-11-22 19:39:25";i:41;s:19:"2024-11-22 19:41:39";}s:7:"\0*\0args";a:5:{s:4:"type";s:7:"warning";s:7:"message";s:22:"Undefined array key -1";s:4:"file";s:92:"/home/notabjze/pyirates.africa/wp-content/plugins/elementor/includes/base/controls-stack.php";s:4:"line";i:695;s:5:"trace";b:1;}}s:32:"bae80ae4babd429b499b3a0d3445ba48";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:6:"634940";s:7:"\0*\0file";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:7:"\0*\0line";s:1:"3";s:7:"\0*\0date";s:19:"2024-07-04 20:12:45";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:68:"Cannot read properties of undefined (reading 'isEditable')";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-04 20:12:45";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1720123965";s:7:"message";s:58:"Cannot read properties of undefined (reading ''isEditable'')";s:3:"url";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:4:"line";s:1:"3";s:6:"column";s:6:"634940";}}s:32:"7a5f07ab833b9ede3dedd8c5ea2446c4";O:30:"Elementor\\Core\\Logger\\Items\\JS":10:{s:9:"\0*\0column";s:6:"706805";s:7:"\0*\0file";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:7:"\0*\0line";s:1:"3";s:7:"\0*\0date";s:19:"2024-07-13 08:05:25";s:7:"\0*\0type";s:5:"error";s:10:"\0*\0message";s:41:"this.model.isValidChild is not a function";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:2;s:14:"\0*\0times_dates";a:2:{i:0;s:19:"2024-07-13 08:05:25";i:1;s:19:"2024-07-13 08:05:26";}s:7:"\0*\0args";a:6:{s:4:"type";s:5:"error";s:9:"timestamp";s:10:"1720857925";s:7:"message";s:41:"this.model.isValidChild is not a function";s:3:"url";s:87:"https://pyirates.africa/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.22.3";s:4:"line";s:1:"3";s:6:"column";s:6:"706805";}}s:32:"ec72ad35aad9967f79ddbb57ee266f93";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 08:15:51";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.22.3";s:2:"to";s:6:"3.23.0";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 08:15:51";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.22.3";s:2:"to";s:6:"3.23.0";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"fc2db8dcce35f52b4b64bd04dfde71fb";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 08:15:52";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 08:15:52";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"2ebf4de0114a9e9f50d04be8699ea840";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 08:15:52";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 08:15:52";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"2f655f63985feac343bc4bb4251ebec5";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 08:15:52";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 08:15:52";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"2b7fdbb765d76a893f9e3f9a0a68bec8";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 08:15:52";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.22.3";s:2:"to";s:6:"3.23.0";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 08:15:52";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.22.3";s:2:"to";s:6:"3.23.0";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"4e8def6875c91a98b6f297e9b0e7c7eb";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:09";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.0";s:2:"to";s:6:"3.23.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 22:14:09";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.0";s:2:"to";s:6:"3.23.1";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"7737f4f3b5ccff77ba18c57177b9de87";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:10";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 22:14:10";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"fcbe9a6372e487ccba190d4f17a46fa6";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:10";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 22:14:10";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"e1da29a90c3728bd38a65bf92fa80c3c";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:10";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 22:14:10";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"41bbac54602ba729f1d9b91fcba99792";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:10";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.0";s:2:"to";s:6:"3.23.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 22:14:10";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.0";s:2:"to";s:6:"3.23.1";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"20d08315c7ce12152b70efc701c22bec";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-07-15 22:14:11";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.0";s:2:"to";s:6:"3.23.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-07-15 22:14:11";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.0";s:2:"to";s:6:"3.23.1";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"8d1a00ce6c57ffa91d28bd585dffc884";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:02";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.22.1";s:2:"to";s:6:"3.23.3";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:02";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.22.1";s:2:"to";s:6:"3.23.3";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"4859e6f154c626b34fc758b25e602b1c";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:03";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"elementor-pro::elementor_pro_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:03";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"elementor-pro::elementor_pro_updater Started";s:4:"type";s:4:"info";}}s:32:"54ed6705e0ea6d60180875d9d38eff63";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:04";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:48:"Elementor Pro/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:04";}s:7:"\0*\0args";a:2:{s:7:"message";s:48:"Elementor Pro/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"9952f211295dbaf7cf36fefe00b74676";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:04";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor Pro/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:04";}s:7:"\0*\0args";a:2:{s:7:"message";s:50:"Elementor Pro/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"ff478cc050672bd495db7f8257a614c4";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:04";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.22.1";s:2:"to";s:6:"3.23.3";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:04";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:13:"Elementor Pro";s:4:"from";s:6:"3.22.1";s:2:"to";s:6:"3.23.3";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"0cbfbf9eb5f2c67cdf857d8fcf851468";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:19";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:19";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"6a7aa49f6397d0cd8a0cec3b8beca327";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:19";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:19";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"d5e296ea0390219873e1e3a3c53d8e93";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:19";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:19";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"c964a83c344e3c2521e7b56f78dde355";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-08-08 11:09:19";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.1";s:2:"to";s:6:"3.23.4";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-08-08 11:09:19";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.1";s:2:"to";s:6:"3.23.4";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"1fc3c84491d6dd656a04cdd25cc0d1f3";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-10 17:18:53";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.4";s:2:"to";s:6:"3.24.0";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-10 17:18:53";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.4";s:2:"to";s:6:"3.24.0";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}s:32:"b315a9c7c6d820c1873336cde01601e4";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-10 17:31:03";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:36:"elementor::elementor_updater Started";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-10 17:31:03";}s:7:"\0*\0args";a:2:{s:7:"message";s:36:"elementor::elementor_updater Started";s:4:"type";s:4:"info";}}s:32:"a8700c13b7a606b76bd377269390dcc5";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-10 17:31:03";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-10 17:31:03";}s:7:"\0*\0args";a:2:{s:7:"message";s:44:"Elementor/Upgrades - _on_each_version Start ";s:4:"type";s:4:"info";}}s:32:"304576ffb25c8a787aa70a1b3659ed87";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-10 17:31:03";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:7:"\0*\0meta";a:0:{}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-10 17:31:03";}s:7:"\0*\0args";a:2:{s:7:"message";s:46:"Elementor/Upgrades - _on_each_version Finished";s:4:"type";s:4:"info";}}s:32:"5dd5f9aba6b5748d3192f17a41631449";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-10 17:31:03";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:50:"Elementor data updater process has been completed.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.4";s:2:"to";s:6:"3.24.0";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-10 17:31:03";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.23.4";s:2:"to";s:6:"3.24.0";}s:7:"message";s:50:"Elementor data updater process has been completed.";s:4:"type";s:4:"info";}}s:32:"838eb1e6354776a9059077585a56a878";O:32:"Elementor\\Core\\Logger\\Items\\Base":7:{s:7:"\0*\0date";s:19:"2024-09-12 17:44:34";s:7:"\0*\0type";s:4:"info";s:10:"\0*\0message";s:47:"Elementor data updater process has been queued.";s:7:"\0*\0meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.24.0";s:2:"to";s:6:"3.24.1";}s:8:"\0*\0times";i:1;s:14:"\0*\0times_dates";a:1:{i:0;s:19:"2024-09-12 17:44:34";}s:7:"\0*\0args";a:3:{s:4:"meta";a:3:{s:6:"plugin";s:9:"Elementor";s:4:"from";s:6:"3.24.0";s:2:"to";s:6:"3.24.1";}s:7:"message";s:47:"Elementor data updater process has been queued.";s:4:"type";s:4:"info";}}}', 'off'), (684, 'elementor_pro_install_history', 'a:4:{s:6:"3.13.2";i:1719833315;s:6:"3.22.1";i:1723115343;s:6:"3.22.3";i:1719833316;s:6:"3.23.3";i:1723115344;}', 'yes'), (691, '_elementor_notifications_data', 'a:2:{s:7:"timeout";i:1730482493;s:5:"value";s:11012:"[{"id":"site-mailer-introducing","title":"Introducing Site Mailer","description":"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.","topic":"Site Mailer Plugin by Elementor","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png","chipTags":["New plugin"],"cta":"Start Free Trial","ctaLink":"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/","conditions":[[{"type":"plugin","operator":"!=","plugin":"site-mailer\\/site-mailer.php"}]]},{"id":"variable-fonts-3.24","title":"Elevate text design with Variable Fonts","description":"Experience unparalleled fluidity in your design with precise control over text width and weight.","topic":"New in Elementor Pro 3.24","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"variable-fonts-3.24","title":"Elevate text design with Variable Fonts","description":"Experience unparalleled fluidity in your design with precise control over text width and weight.","topic":"New in Elementor Pro 3.24","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/","readMoreText":"Learn More","cta":"Upgrade","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-3-24-variable-fonts\\/"},{"id":"floating-bars-3.24","title":"Increase conversion with Floating Bars","description":"Place your most important messages and promotions at the top or bottom of your page seamlessly with over 30 pre-made templates.","topic":"New in Elementor 3.24","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-floating-bar.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/","readMoreText":"Learn More"},{"id":"ai-featured-image","title":"Featured Image: Let AI Do the Work","description":"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.","topic":"Elementor AI","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"introduction_meta","meta":"ai_get_started"}]],"cta":"Start Free Trial","ctaLink":"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/"},{"id":"ai-featured-image","title":"Featured Image: Let AI Do the Work","description":"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.","topic":"Elementor AI","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png","chipTags":["New Feature"],"cta":"Start Free Trial","link":"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/","readMoreText":"Learn More","ctaLink":"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\\/"},{"id":"search-widget-3.23","title":"Increases site exploration with AJAX loading & live results","description":"Enabling faster, more accurate content discovery and helping visitors find what they''re looking for.","topic":"Elementor Pro 3.23","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"search-widget-3.23","title":"Increases site exploration with AJAX loading & live results","description":"Enabling faster, more accurate content discovery and helping visitors find what they''re looking for.","topic":"Elementor Pro 3.23","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/","readMoreText":"Learn More","cta":"Upgrade","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-search-widget\\/"},{"id":"floating-buttons-3.23","title":"Get more leads with Floating Buttons","description":"Empowering you to increase conversion by seamlessly integrating a direct link to a chat or different platforms in the form of a floating button.","topic":"Elementor 3.23","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/floating-buttons-3.23.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/","readMoreText":"Learn More"},{"id":"link-in-bio-3.23","title":"New Link in Bio Widgets for any Purpose","description":"Create a polished and professional page with just a few clicks and effectively showcase all your important links. Choose from 7 unique widgets and over 60 templates!","topic":"Elementor 3.23","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/link-in-bio-3.23.png","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-link-in-bio-3-23-blog\\/","readMoreText":"Learn More"},{"id":"nested-elements-3.23","title":"Work faster on Nested Elements","description":"Customize Nested Elements faster with version 3.23. Now every change to a Nested Element will only affect the relevant element and not require reloading the entire widget, improving Editor interaction time by 60%-98%.","topic":"Elementor 3.23","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/nested-elements-3.23.png","chipTags":["Performance"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/","readMoreText":"Learn More"},{"id":"element-caching-3.22","title":"Accelerate Loading Times with Element Caching","description":"Ensure a smooth and engaging experience for visitors by activating Element Caching.","topic":"Elementor 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png","chipTags":["Performance"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"element-caching-3.22","title":"Accelerate Loading Times with Element Caching","description":"Ensure a smooth and engaging experience for visitors by activating Element Caching.","topic":"Elementor 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-caching.png","chipTags":["Performance"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-element-caching-blog\\/","readMoreText":"Learn More"},{"id":"off-canvas-3.22","title":"Build Interactive Layouts with the New Off-Canvas Widget","description":"Tigger containers from a connected link to allow them to slide into view anywhere on the page.","topic":"Elementor Pro 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"off-canvas-3.22","title":"Build Interactive Layouts with the New Off-Canvas Widget","description":"Tigger containers from a connected link to allow them to slide into view anywhere on the page.","topic":"Elementor Pro 3.22","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas-blog\\/","readMoreText":"Learn More","cta":"Upgrade","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-off-canvas\\/\\/"},{"id":"5-star-rating-prompt","title":"Love the New Features? Let Us Know with 5 Stars!","description":"Help spread the word by telling the world what you love about Elementor.","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png","cta":"Leave a Review","ctaLink":"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/"},{"id":"image-optimizer-3.19","title":"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.","description":"Image Optimizer perfectly balances between image quality and performance to boost your website. Resize, compress, and convert images to WebP, for faster loading times and and better user experience.","topic":"Image Optimizer Plugin by Elementor","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png","chipTags":["New plugin"],"cta":"Get the Image Optimizer","ctaLink":"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/","conditions":[[{"type":"plugin","operator":"!=","plugin":"image-optimization\\/image-optimization.php"}]]},{"id":"display-conditions-dynamic-content-3.20","title":"Display Conditions for Dynamic Content","description":"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags, including native WordPress Custom Fields.","topic":"Version Pro 3.20","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/","readMoreText":"Learn More","conditions":[[{"type":"plugin","plugin":"elementor-pro\\/elementor-pro.php"}]]},{"id":"display-conditions-dynamic-content-3.20","title":"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed","description":"Tailor the content on your page to visitors based on various rules to create a powerful experience.","topic":"Version Pro 3.20","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png","chipPlan":"Pro","chipTags":["New Feature"],"link":"https:\\/\\/go.elementor.com\\/go-pro-notification-display-conditions-blog\\/","readMoreText":"Learn More","cta":"Upgrade","ctaLink":"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/"},{"id":"elementor-add-ons","title":"Exciting Add-Ons & Plugins to Enhance Elementor Websites","description":"Uncover a treasure trove of tools from Elementor and others, put together to boost your website''s capabilities and enhance its overall appeal.","topic":"Elementor Add-Ons","imageSrc":"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/elementor-add-ons.png","cta":"Check it out","ctaLink":"https:\\/\\/go.elementor.com\\/wp-dash-notification-addons\\/"}]";}', 'off'), (696, 'oe_panels_settings', 'a:10:{s:16:"oe_general_panel";b:1;s:19:"oe_typography_panel";b:1;s:15:"oe_topbar_panel";b:1;s:15:"oe_header_panel";b:1;s:13:"oe_blog_panel";b:1;s:16:"oe_sidebar_panel";b:1;s:23:"oe_footer_widgets_panel";b:1;s:22:"oe_footer_bottom_panel";b:1;s:20:"oe_custom_code_panel";b:1;s:17:"customizer-search";s:4:"true";}', 'yes'), (701, 'site_logo', '10', 'yes'), (705, 'elementor_pro_theme_builder_conditions', 'a:2:{s:6:"footer";a:1:{i:18;a:1:{i:0;s:15:"include/general";}}s:6:"header";a:1:{i:8;a:1:{i:0;s:15:"include/general";}}}', 'yes'), (773, 'cmplz_excluded_posts_array', 'a:0:{}', 'yes'), (841, '_transient_health-check-site-status-result', '{"good":19,"recommended":2,"critical":1}', 'yes'), (861, 'rsssl_vulnerability_mail_sent_for', 'a:1:{i:0;s:36:"76f86166-c993-4692-9a2f-8ac963e8903e";}', 'off'), (865, 'litespeed.admin_display.thirdparty_litespeed_check', '1', 'yes'), (2247, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'off'), (2329, 'elementor_library_category_children', 'a:0:{}', 'yes'), (3607, 'happy_addons_activation_time', '1720092283', 'yes'), (3608, 'happyaddons_do_wizard_direct', '1', 'yes'), (3610, 'elementor_load_fa4_shim', 'yes', 'yes'), (3611, 'happyaddons_version', '3.16.3', 'yes'), (3612, 'happy-elementor-x98237938759348573', '1', 'yes'), (3615, 'happyaddons_inactive_widgets', 'a:0:{}', 'yes'), (3616, 'happyaddons_inactive_features', 'a:0:{}', 'yes'), (3617, 'happy-elementor-addons_allow_tracking', 'yes', 'yes'), (3618, 'happy-elementor-addons_wizard_cache_key', '{"currentPage":"congrats","userType":"pro","steps":[{"key":"welcome","name":"Welcome","isComplete":true},{"key":"widgets","name":"Widgets","isComplete":true},{"key":"features","name":"Features","isComplete":true},{"key":"bepro","name":"Be a pro!","isComplete":true},{"key":"contribute","name":"Contribute","isComplete":true},{"key":"congrats","name":"Congrats","isComplete":false}],"widgets":{"general":[{"slug":"threesixty-rotation","demo":"","title":"360° Rotation","icon":"hm hm-3d-rotate","is_pro":false,"is_active":true},{"slug":"age-gate","demo":"","title":"Age Gate","icon":"hm hm-age-gate","is_pro":false,"is_active":true},{"slug":"calendly","demo":"https://happyaddons.com/go/demo-calendly","title":"Calendly","icon":"hm hm-calendar","is_pro":false,"is_active":true},{"slug":"content-switcher","demo":"","title":"Content Switcher","icon":"hm hm-switcher","is_pro":false,"is_active":true},{"slug":"data-table","demo":"","title":"Data Table","icon":"hm hm-data-table","is_pro":false,"is_active":true},{"slug":"dual-button","demo":"https://happyaddons.com/go/demo-dual-button","title":"Dual Button","icon":"hm hm-accordion-horizontal","is_pro":false,"is_active":true},{"slug":"event-calendar","demo":"","title":"Event Calendar","icon":"hm hm-event-calendar","is_pro":false,"is_active":true},{"slug":"horizontal-timeline","demo":"","title":"Horizontal Timeline","icon":"hm hm-timeline","is_pro":false,"is_active":true},{"slug":"icon-box","demo":"https://happyaddons.com/go/demo-icon-box","title":"Icon Box","icon":"hm hm-icon-box","is_pro":false,"is_active":true},{"slug":"image-accordion","demo":"","title":"Image Accordion","icon":"hm hm-slider-image","is_pro":false,"is_active":true},{"slug":"image-compare","demo":"https://happyaddons.com/go/demo-image-compare","title":"Image Compare","icon":"hm hm-image-compare","is_pro":false,"is_active":true},{"slug":"image-grid","demo":"https://happyaddons.com/go/demo-image-grid","title":"Image Grid","icon":"hm hm-grid-even","is_pro":false,"is_active":true},{"slug":"infobox","demo":"https://happyaddons.com/go/demo-info-box","title":"Info Box","icon":"hm hm-info","is_pro":false,"is_active":true},{"slug":"lightbox","demo":"","title":"Lightbox","icon":"hm hm-video-gallery","is_pro":false,"is_active":true},{"slug":"logo-grid","demo":"https://happyaddons.com/go/demo-logo-grid","title":"Logo Grid","icon":"hm hm-logo-grid","is_pro":false,"is_active":true},{"slug":"news-ticker","demo":"","title":"News Ticker","icon":"hm hm-slider","is_pro":false,"is_active":true},{"slug":"review","demo":"https://happyaddons.com/go/demo-review","title":"Review","icon":"hm hm-review","is_pro":false,"is_active":true},{"slug":"skills","demo":"https://happyaddons.com/go/demo-skill-bar","title":"Skill Bars","icon":"hm hm-progress-bar","is_pro":false,"is_active":true},{"slug":"step-flow","demo":"https://happyaddons.com/go/demo-step-flow","title":"Step Flow","icon":"hm hm-step-flow","is_pro":false,"is_active":true},{"slug":"member","demo":"https://happyaddons.com/go/demo-team-member","title":"Team Member","icon":"hm hm-team-member","is_pro":false,"is_active":true},{"slug":"testimonial","demo":"https://happyaddons.com/go/demo-testimonial","title":"Testimonial","icon":"hm hm-testimonial","is_pro":false,"is_active":true}],"creative":[{"slug":"link-hover","demo":"","title":"Animated Link","icon":"hm hm-animated-link","is_pro":false,"is_active":true},{"slug":"card","demo":"https://happyaddons.com/go/demo-card","title":"Card","icon":"hm hm-card","is_pro":false,"is_active":true},{"slug":"comparison-table","demo":"","title":"Comparison Table","icon":"hm hm-scale","is_pro":false,"is_active":true},{"slug":"creative-button","demo":"","title":"Creative Button","icon":"hm hm-motion-button","is_pro":false,"is_active":true},{"slug":"flip-box","demo":"https://happyaddons.com/gp/demo-flip-box","title":"Flip Box","icon":"hm hm-flip-card1","is_pro":false,"is_active":true},{"slug":"fun-factor","demo":"","title":"Fun Factor","icon":"hm hm-slider","is_pro":false,"is_active":true},{"slug":"gradient-heading","demo":"https://happyaddons.com/go/demo-gradient-heading","title":"Gradient Heading","icon":"hm hm-drag","is_pro":false,"is_active":true},{"slug":"image-hover-effect","demo":"","title":"Image Hover Effect","icon":"hm hm-cursor-hover-click","is_pro":false,"is_active":true},{"slug":"image-stack-group","demo":"","title":"Image Stack Group","icon":"hm hm-lens","is_pro":false,"is_active":true},{"slug":"justified-gallery","demo":"https://happyaddons.com/go/demo-justified-grid","title":"Justified Grid","icon":"hm hm-brick-wall","is_pro":false,"is_active":true},{"slug":"lordicon","demo":"","title":"LordIcon","icon":"hm hm-icon-box","is_pro":false,"is_active":true},{"slug":"number","demo":"https://happyaddons.com/go/demo-number-widget","title":"Number","icon":"hm hm-madel","is_pro":false,"is_active":true},{"slug":"pdf-view","demo":"","title":"PDF View","icon":"hm hm-pdf2","is_pro":false,"is_active":true},{"slug":"photo-stack","demo":"","title":"Photo Stack","icon":"hm hm-lens","is_pro":false,"is_active":true}],"forms":[{"slug":"calderaform","demo":"https://happyaddons.com/go/demo-caldera-forms","title":"Caldera Forms","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"cf7","demo":"https://happyaddons.com/go/demo-contact-form7","title":"Contact Form 7","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"fluent-form","demo":"","title":"Fluent Form","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"gravityforms","demo":"","title":"Gravity Forms","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"mailchimp","demo":"","title":"MailChimp","icon":"hm hm-mail-chimp","is_pro":false,"is_active":true},{"slug":"ninjaform","demo":"https://happyaddons.com/go/demo-ninja-forms","title":"Ninja Forms","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"wpform","demo":"https://happyaddons.com/go/demo-wpforms","title":"WPForms","icon":"hm hm-form","is_pro":false,"is_active":true},{"slug":"weform","demo":"https://happyaddons.com/go/demo-weforms","title":"weForms","icon":"hm hm-form","is_pro":false,"is_active":true}],"slider-&-carousel":[{"slug":"carousel","demo":"https://happyaddons.com/go/demo-image-carousel","title":"Image Carousel","icon":"hm hm-carousal","is_pro":false,"is_active":true},{"slug":"slider","demo":"https://happyaddons.com/go/demo-slider","title":"Slider","icon":"hm hm-image-slider","is_pro":false,"is_active":true}],"marketing":[{"slug":"pricing-table","demo":"https://happyaddons.com/go/demo-pricing-table","title":"Pricing Table","icon":"hm hm-file-cabinet","is_pro":false,"is_active":true}],"chart":[{"slug":"bar-chart","demo":"","title":"Bar Chart","icon":"hm hm-graph-bar","is_pro":false,"is_active":true}],"social-media":[{"slug":"social-icons","demo":"","title":"Social Icons","icon":"hm hm-bond2","is_pro":false,"is_active":true},{"slug":"social-share","demo":"","title":"Social Share","icon":"hm hm-share","is_pro":false,"is_active":true},{"slug":"twitter-feed","demo":"","title":"Twitter Feed","icon":"hm hm-twitter-feed","is_pro":false,"is_active":true}],"post":[{"slug":"post-list","demo":"","title":"Post List","icon":"hm hm-post-list","is_pro":false,"is_active":true},{"slug":"post-tab","demo":"","title":"Post Tab","icon":"hm hm-post-tab","is_pro":false,"is_active":true},{"slug":"taxonomy-list","demo":"","title":"Taxonomy List","icon":"hm hm-clip-board","is_pro":false,"is_active":true}],"theme-builder":[{"slug":"archive-posts","demo":"","title":"Archive Posts","icon":"hm hm-tb-archieve-content","is_pro":false,"is_active":true},{"slug":"archive-title","demo":"","title":"Archive Title","icon":"hm hm-tb-archieve-title","is_pro":false,"is_active":true},{"slug":"author-meta","demo":"","title":"Author Meta","icon":"hm hm-tb-author-meta","is_pro":false,"is_active":true},{"slug":"navigation-menu","demo":"","title":"Nav Menu","icon":"hm hm-clip-board","is_pro":false,"is_active":true},{"slug":"page-title","demo":"","title":"Page Title","icon":"hm hm-tb-page-title","is_pro":false,"is_active":true},{"slug":"post-comments","demo":"","title":"Post Comments","icon":"hm hm-comment-square","is_pro":false,"is_active":true},{"slug":"post-content","demo":"","title":"Post Content","icon":"hm hm-tb-post-content","is_pro":false,"is_active":true},{"slug":"post-excerpt","demo":"","title":"Post Excerpt","icon":"hm hm-tb-post-excerpt","is_pro":false,"is_active":true},{"slug":"post-info","demo":"","title":"Post Meta","icon":"hm hm-tb-post-info","is_pro":false,"is_active":true},{"slug":"post-navigation","demo":"","title":"Post Navigation","icon":"hm hm-breadcrumbs","is_pro":false,"is_active":true},{"slug":"post-title","demo":"","title":"Post Title","icon":"hm hm-tb-page-title","is_pro":false,"is_active":true},{"slug":"post-featured-image","demo":"","title":"Post featured image","icon":"hm hm-tb-featured-image","is_pro":false,"is_active":true},{"slug":"site-logo","demo":"","title":"Site Logo","icon":"hm hm-tb-site-logo","is_pro":false,"is_active":true},{"slug":"site-tagline","demo":"","title":"Site Tagline","icon":"hm hm-tag","is_pro":false,"is_active":true},{"slug":"site-title","demo":"","title":"Site Title","icon":"hm hm-tb-site-title","is_pro":false,"is_active":true}]},"widgets_disabled":[],"features":{"background-overlay":{"slug":"background-overlay","demo":"https://happyaddons.com/background-overlay-demo/","title":"Background Overlay","icon":"hm hm-layer","is_pro":false,"is_active":true},"grid-layer":{"slug":"grid-layer","demo":"https://happyaddons.com/happy-grid-layout-demo/","title":"Grid Layer","icon":"hm hm-grid","is_pro":false,"is_active":true},"floating-effects":{"slug":"floating-effects","demo":"https://happyaddons.com/elementor-floating-effect-demo-2/","title":"Floating Effects","icon":"hm hm-weather-flood","is_pro":false,"is_active":true},"wrapper-link":{"slug":"wrapper-link","demo":"https://happyaddons.com/wrapper-link-feature-demo/","title":"Wrapper Link","icon":"hm hm-section-link","is_pro":false,"is_active":true},"css-transform":{"slug":"css-transform","demo":"https://happyaddons.com/elementor-css-transform-demo-3/","title":"CSS Transform","icon":"hm hm-3d-rotate","is_pro":false,"is_active":true},"equal-height":{"slug":"equal-height","demo":"https://happyaddons.com/equal-height-feature/","title":"Equal Height Column","icon":"hm hm-grid-layout","is_pro":false,"is_active":true},"shape-divider":{"slug":"shape-divider","demo":"https://happyaddons.com/happy-shape-divider/","title":"Shape Divider","icon":"hm hm-map","is_pro":false,"is_active":true},"column-extended":{"slug":"column-extended","demo":"https://happyaddons.com/happy-column-control/","title":"Column Order & Extension","icon":"hm hm-flip-card2","is_pro":false,"is_active":true},"advanced-tooltip":{"slug":"advanced-tooltip","demo":"https://happyaddons.com/happy-tooltip/","title":"Happy Tooltip","icon":"hm hm-comment-square","is_pro":false,"is_active":true},"text-stroke":{"slug":"text-stroke","demo":"https://happyaddons.com/text-stroke/","title":"Text Stroke","icon":"hm hm-text-outline","is_pro":false,"is_active":true},"scroll-to-top":{"slug":"scroll-to-top","demo":"","title":"Scroll To Top","icon":"hm hm-scroll-top","is_pro":false,"is_active":true}},"features_disabled":[],"consent":"no"}', 'yes'), (3624, 'happyaddons_elements_cache', 'a:2:{s:19:"ae_global_templates";a:1:{s:20:"ha-justified-gallery";i:1;}s:4:"page";a:0:{}}', 'yes'), (4211, 'revslider-valid', 'true', 'yes'), (4212, 'revslider-code', 'Activated', 'yes'), (4213, 'revslider-temp-active-notice', 'false', 'yes'), (4214, 'revslider_servers', 'a:3:{i:0;s:22:"themepunch-ext-b.tools";i:1;s:22:"themepunch-ext-c.tools";i:2;s:22:"themepunch-ext-a.tools";}', 'yes'), (4215, 'revslider_server_refresh', '1740886375', 'yes'), (4216, 'revslider-update-check-short', '1742409934', 'yes'), (4217, 'revslider-connection', '', 'yes'), (4218, 'revslider-update-hash', 'f1c343830f0e546feaadacd3dfd2d8de', 'yes'), (4219, 'revslider-latest-version', '6.7.30', 'yes'), (4220, 'revslider-stable-version', '4.2.0', 'yes'); INSERT INTO `wpxo_options` VALUES (4221, 'revslider-notices', 'a:4:{i:0;O:8:"stdClass":9:{s:7:"version";s:5:"0.9.9";s:4:"text";s:952:"<div style="display: block; background: #1b0e41;text-align: center; height:300px;"><noscript><img src="//updates.themepunch-ext-b.tools//banners/rs60/cyberweek.jpg" usemap="#srbannermap" style="min-width:920px;height:300px;display: inline-block;"></noscript><img usemap="#srbannermap" style="min-width:920px;height:300px;display: inline-block;" src="//updates.themepunch-ext-b.tools//banners/rs60/cyberweek.jpg"></div>\n<map name="srbannermap">\n <area target="_blank" alt="Slider Revolution" title="Slider Revolution" href="https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks22" coords="569,135,890,196" shape="rect">\n <area target="_blank" alt="Essential Grid" title="Essential Grid" href="https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks22" coords="570,200,889,260" shape="rect">\n</map>";s:4:"code";s:9:"TPSRCW111";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"show_until";s:19:"0000-00-00 00:00:00";s:10:"additional";a:0:{}}i:1;O:8:"stdClass":9:{s:7:"version";s:5:"0.9.9";s:4:"text";s:956:"<div style="display: block; background: #1c0950;text-align: center; height:300px;"><noscript><img src="//updates.themepunch-ext-b.tools//banners/blackfriday2024-admin2.jpg" usemap="#srbannermap" style="min-width:920px;height:300px;display: inline-block;"></noscript><img usemap="#srbannermap" style="min-width:920px;height:300px;display: inline-block;" src="//updates.themepunch-ext-b.tools//banners/blackfriday2024-admin2.jpg"></div><map name="srbannermap"><area target="_blank" alt="Slider Revolution" title="Slider Revolution" href="https://www.sliderrevolution.com/black-friday-and-cyber-monday-sale/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=cyberweeks24" coords="569,135,890,196" shape="rect"><area target="_blank" alt="Essential Grid" title="Essential Grid" href="https://www.essential-grid.com/?utm_source=admin&utm_medium=banner&utm_campaign=esgusers&utm_content=cyberweeks24" coords="570,200,889,260" shape="rect"></map>";s:4:"code";s:8:"TPSRBF24";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"show_until";s:19:"0000-00-00 00:00:00";s:10:"additional";a:0:{}}i:2;O:8:"stdClass":10:{s:7:"version";s:5:"9.9.9";s:4:"text";s:527:"<div style="display: block; background: #0d0d0e;text-align: center; height: 504px;"><a href="https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium3" target="_blank" rel="noopener"><video style="object-fit: cover; background-size: cover; opacity: 1; width: 900px; height: 504px; display: inline-block;" muted loop autoplay preload="auto"><source src="//updates.themepunch-ext-b.tools//banners/rs60/buypremium3.mp4" type="video/mp4"></video></a></div>";s:4:"code";s:11:"TPSNOTR3011";s:5:"color";s:5:"green";s:7:"disable";b:0;s:10:"registered";b:0;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"show_until";s:19:"0000-00-00 00:00:00";s:10:"additional";a:0:{}}i:3;O:8:"stdClass":10:{s:7:"version";s:5:"0.9.9";s:4:"text";s:302:"<div style="display: block; background: #0d0d0e;text-align: center; height: 250px;"><a href="https://forms.gle/jrzzrpu34VvrFDsMA" target="_blank" rel="noopener">\n<img style="min-width:920px;height:250px;display: inline-block;" src="//updates.themepunch-ext-b.tools//banners/SR2024survey.jpg"></a></div>";s:4:"code";s:12:"TPSURVEY2024";s:5:"color";s:5:"green";s:7:"disable";b:0;s:10:"registered";b:1;s:9:"is_global";b:0;s:4:"type";s:1:"3";s:10:"show_until";s:19:"0000-00-00 00:00:00";s:10:"additional";a:0:{}}}', 'yes'), (4222, 'revslider-additions', 'O:8:"stdClass":2:{s:9:"templates";O:8:"stdClass":3:{s:9:"tutorials";a:3:{i:0;O:8:"stdClass":2:{s:5:"title";s:19:"Rapid Fire Overview";s:3:"url";s:49:"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s";}i:1;O:8:"stdClass":2:{s:5:"title";s:34:"Responsiveness in Edited Templates";s:3:"url";s:43:"https://www.youtube.com/watch?v=hP4oV8SWgKY";}i:2;O:8:"stdClass":2:{s:5:"title";s:16:"Animation Basics";s:3:"url";s:43:"https://www.youtube.com/watch?v=nn3azizwpbs";}}s:5:"guide";O:8:"stdClass":3:{s:5:"title";s:78:"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.";s:3:"url";s:36:"https://support.sliderrevolution.com";s:3:"img";s:67:"//updates.themepunch-ext-b.tools/banners/default_template_guide.jpg";}s:6:"bottom";O:8:"stdClass":2:{s:5:"title";s:32:"Load A Template From The Library";s:3:"img";s:61:"//updates.themepunch-ext-b.tools/banners/guide_mod_banner.png";}}s:7:"selling";b:1;}', 'yes'), (4223, 'rs-addons-counter', '35', 'yes'), (4224, 'revslider-addons', 'O:8:"stdClass":35:{s:28:"revslider-particlewave-addon";O:8:"stdClass":22:{s:2:"id";s:3:"559";s:9:"releaseid";s:2:"29";s:4:"slug";s:28:"revslider-particlewave-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Particle Wave";s:6:"line_1";s:36:"Create 3D particle and polygon grids";s:6:"line_2";s:40:"with lots of style and animation options";s:9:"available";s:5:"6.7.6";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:1:"9";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:79:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particlewave.jpg";s:8:"img_file";s:46:"revslider/addons/images/addon_particlewave.jpg";s:7:"img_md5";s:32:"623bec30f175f4cc541048f1d6d5fd07";s:5:"color";s:0:"";s:4:"text";s:2:"PW";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:25:"revslider-particles-addon";O:8:"stdClass":22:{s:2:"id";s:3:"558";s:9:"releaseid";s:1:"7";s:4:"slug";s:25:"revslider-particles-addon";s:12:"version_from";s:5:"6.7.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:16:"Particle Effects";s:6:"line_1";s:17:"Let''s Parti(cle)!";s:6:"line_2";s:51:"Add interactive particle animations to your sliders";s:9:"available";s:5:"6.7.6";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:2:"10";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_particles.jpg";s:7:"img_md5";s:32:"b668a4015ddc6a532b43bb558967a062";s:5:"color";s:0:"";s:4:"text";s:2:"PT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:27:"revslider-bubblemorph-addon";O:8:"stdClass":22:{s:2:"id";s:3:"405";s:9:"releaseid";s:2:"20";s:4:"slug";s:27:"revslider-bubblemorph-addon";s:12:"version_from";s:5:"6.5.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:11:"BubbleMorph";s:6:"line_1";s:26:"Include BubbleMorph Layers";s:6:"line_2";s:33:"for a decorative lava lamp effect";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"20";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:78:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg";s:8:"img_file";s:45:"revslider/addons/images/addon_bubblemorph.jpg";s:7:"img_md5";s:32:"22d03d5de3034069c6db1fdeafd467cd";s:5:"color";s:0:"";s:4:"text";s:2:"BM";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:26:"revslider-thecluster-addon";O:8:"stdClass":22:{s:2:"id";s:3:"567";s:9:"releaseid";s:2:"28";s:4:"slug";s:26:"revslider-thecluster-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:11:"The Cluster";s:6:"line_1";s:24:"Cluster Particle Effects";s:6:"line_2";s:27:"with millions of Variations";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:2:"22";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:74:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_cluster.jpg";s:8:"img_file";s:41:"revslider/addons/images/addon_cluster.jpg";s:7:"img_md5";s:32:"7ada93a9f08a3bcfddc078699674d755";s:5:"color";s:0:"";s:4:"text";s:2:"TC";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:29:"revslider-fluiddynamics-addon";O:8:"stdClass":22:{s:2:"id";s:3:"551";s:9:"releaseid";s:2:"31";s:4:"slug";s:29:"revslider-fluiddynamics-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Fluid Dynamics";s:6:"line_1";s:46:"Creating breathtaking Dynamic Fluid animations";s:6:"line_2";s:25:"as layer or as background";s:9:"available";s:5:"6.7.6";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:2:"27";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:72:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_fluid.png";s:8:"img_file";s:39:"revslider/addons/images/addon_fluid.png";s:7:"img_md5";s:32:"4e52333540d80bcb2a41b8ed5961e088";s:5:"color";s:0:"";s:4:"text";s:2:"FD";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:30:"revslider-transitionpack-addon";O:8:"stdClass":22:{s:2:"id";s:3:"568";s:9:"releaseid";s:2:"28";s:4:"slug";s:30:"revslider-transitionpack-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:20:"Advanced Transitions";s:6:"line_1";s:43:"Add never-before-seen slide transitions to ";s:6:"line_2";s:42:"Slider Revolution with the power of WEBGL.";s:9:"available";s:5:"6.7.7";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:2:"30";s:11:"last_update";s:10:"2025-01-17";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_transition.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_transition.jpg";s:7:"img_md5";s:32:"fe0f1c539053620039a0ad96c4ac27e6";s:5:"color";s:0:"";s:4:"text";s:2:"AT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:27:"revslider-beforeafter-addon";O:8:"stdClass":22:{s:2:"id";s:3:"545";s:9:"releaseid";s:2:"15";s:4:"slug";s:27:"revslider-beforeafter-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Before & After";s:6:"line_1";s:35:"Compare two slides before and after";s:6:"line_2";s:33:"use it vertically or horizontally";s:9:"available";s:5:"6.7.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:2:"40";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:78:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg";s:8:"img_file";s:45:"revslider/addons/images/addon_beforeafter.jpg";s:7:"img_md5";s:32:"5a34f20417a7874e1b95693ef37a0758";s:5:"color";s:0:"";s:4:"text";s:2:"BA";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:26:"revslider-typewriter-addon";O:8:"stdClass":22:{s:2:"id";s:3:"569";s:9:"releaseid";s:1:"3";s:4:"slug";s:26:"revslider-typewriter-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"Typewriter Effect";s:6:"line_1";s:27:"Enhance your slider''s text ";s:6:"line_2";s:24:"with typewriter effects ";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:2:"50";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_typewriter.jpg";s:7:"img_md5";s:32:"727b604f6fd3fc55894ba50eb566efed";s:5:"color";s:0:"";s:4:"text";s:2:"TW";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:25:"revslider-mousetrap-addon";O:8:"stdClass":22:{s:2:"id";s:3:"555";s:9:"releaseid";s:2:"24";s:4:"slug";s:25:"revslider-mousetrap-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:9:"Mousetrap";s:6:"line_1";s:31:"Create all kinds of interesting";s:6:"line_2";s:19:" mouse interactions";s:9:"available";s:5:"6.7.6";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"60";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_mousetrap.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_mousetrap.jpg";s:7:"img_md5";s:32:"2329053c3b1d19bdaee131c3dc258d3a";s:5:"color";s:0:"";s:4:"text";s:2:"MT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:28:"revslider-liquideffect-addon";O:8:"stdClass":22:{s:2:"id";s:3:"552";s:9:"releaseid";s:2:"21";s:4:"slug";s:28:"revslider-liquideffect-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Distortion";s:6:"line_1";s:22:"Add Distortion Effects";s:6:"line_2";s:30:"to your slides and transitions";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"70";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_distortion.jpg";s:7:"img_md5";s:32:"c26c52a563008b7dc907a288c1e4bb8e";s:5:"color";s:0:"";s:4:"text";s:2:"LE";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:22:"revslider-lottie-addon";O:8:"stdClass":22:{s:2:"id";s:3:"553";s:9:"releaseid";s:2:"25";s:4:"slug";s:22:"revslider-lottie-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Lottie";s:6:"line_1";s:53:"Adds support for the popular Lottie Animation format,";s:6:"line_2";s:70:" including animation control, style customization and a local library.";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"80";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_lottie.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_lottie.jpg";s:7:"img_md5";s:32:"4aa677a45bb13732e4f10bcb632afcce";s:5:"color";s:0:"";s:4:"text";s:2:"LT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:26:"revslider-paintbrush-addon";O:8:"stdClass":22:{s:2:"id";s:3:"556";s:9:"releaseid";s:2:"23";s:4:"slug";s:26:"revslider-paintbrush-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Paintbrush";s:6:"line_1";s:14:"Paint or Erase";s:6:"line_2";s:22:"your background images";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:2:"90";s:11:"last_update";s:10:"2025-01-15";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_paintbrush.jpg";s:7:"img_md5";s:32:"308a56289b9a29d1916c2acfc141b699";s:5:"color";s:0:"";s:4:"text";s:2:"PB";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:22:"revslider-charts-addon";O:8:"stdClass":22:{s:2:"id";s:3:"547";s:9:"releaseid";s:2:"27";s:4:"slug";s:22:"revslider-charts-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Charts";s:6:"line_1";s:93:"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, ";s:6:"line_2";s:56:"with tons of options to take full control of the design.";s:9:"available";s:5:"6.7.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:0:"";s:4:"sort";s:3:"100";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_charts.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_charts.jpg";s:7:"img_md5";s:32:"d2c184371a575faade425c0377c1fdbd";s:5:"color";s:0:"";s:4:"text";s:2:"CH";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:22:"revslider-slicey-addon";O:8:"stdClass":22:{s:2:"id";s:3:"417";s:9:"releaseid";s:2:"13";s:4:"slug";s:22:"revslider-slicey-addon";s:12:"version_from";s:5:"6.5.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Slicey";s:6:"line_1";s:20:"Slice ''em up nicely!";s:6:"line_2";s:38:"Create image slices of your background";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"110";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_slicey.jpg";s:7:"img_md5";s:32:"28afd29b7738a452194f0a0bc1d21cbe";s:5:"color";s:0:"";s:4:"text";s:2:"SL";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:25:"revslider-filmstrip-addon";O:8:"stdClass":22:{s:2:"id";s:3:"550";s:9:"releaseid";s:2:"10";s:4:"slug";s:25:"revslider-filmstrip-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:9:"Filmstrip";s:6:"line_1";s:44:"Display a continously rotating set of images";s:6:"line_2";s:26:"for your slide backgrounds";s:9:"available";s:5:"6.7.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"125";s:11:"last_update";s:10:"2024-12-09";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_filmstrip.jpg";s:7:"img_md5";s:32:"dac40ee57d2be9aaf01faacf51ccb412";s:5:"color";s:0:"";s:4:"text";s:2:"FS";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:27:"revslider-maintenance-addon";O:8:"stdClass":22:{s:2:"id";s:3:"554";s:9:"releaseid";s:1:"4";s:4:"slug";s:27:"revslider-maintenance-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:15:"Coming & Maint.";s:6:"line_1";s:37:"Simple Coming Soon & Maintenance Page";s:6:"line_2";s:42:"Let your visitors know what''s up and when!";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"127";s:11:"last_update";s:10:"2024-12-06";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:84:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg";s:8:"img_file";s:51:"revslider/addons/images/addon_underconstruction.jpg";s:7:"img_md5";s:32:"17f8cba84931541c065cfb1943edafb2";s:5:"color";s:0:"";s:4:"text";s:2:"MT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:24:"revslider-revealer-addon";O:8:"stdClass":22:{s:2:"id";s:3:"562";s:9:"releaseid";s:2:"19";s:4:"slug";s:24:"revslider-revealer-addon";s:12:"version_from";s:5:"6.7.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Reveal";s:6:"line_1";s:9:"Reveal...";s:6:"line_2";s:37:"...your inner beast... and RevSliders";s:9:"available";s:5:"6.7.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"130";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_reveal.jpg";s:7:"img_md5";s:32:"a7ce4bf5eb6fdc1497ed6276ca623046";s:5:"color";s:0:"";s:4:"text";s:2:"RV";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:24:"revslider-panorama-addon";O:8:"stdClass":22:{s:2:"id";s:3:"557";s:9:"releaseid";s:2:"17";s:4:"slug";s:24:"revslider-panorama-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:8:"Panorama";s:6:"line_1";s:14:"Panorama AddOn";s:6:"line_2";s:28:"Display images in 360 degree";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"135";s:11:"last_update";s:10:"2024-09-24";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:75:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg";s:8:"img_file";s:42:"revslider/addons/images/addon_panorama.jpg";s:7:"img_md5";s:32:"210953d59903bed91688138cb60777d2";s:5:"color";s:0:"";s:4:"text";s:2:"PN";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:27:"revslider-scrollvideo-addon";O:8:"stdClass":22:{s:2:"id";s:3:"575";s:9:"releaseid";s:2:"26";s:4:"slug";s:27:"revslider-scrollvideo-addon";s:12:"version_from";s:5:"6.7.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:12:"Scroll Video";s:6:"line_1";s:114:"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.";s:6:"line_2";s:49:"Quality options are included for optimal results!";s:9:"available";s:5:"6.7.6";s:10:"background";s:78:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg";s:15:"background_file";s:45:"revslider/addons/images/addon_scrollvideo.jpg";s:14:"background_md5";s:32:"82b2706dfa20a7b0cfabfe7ff28562f9";s:6:"button";s:6:"How To";s:4:"sort";s:3:"140";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:78:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg";s:8:"img_file";s:45:"revslider/addons/images/addon_scrollvideo.jpg";s:7:"img_md5";s:32:"82b2706dfa20a7b0cfabfe7ff28562f9";s:5:"color";s:0:"";s:4:"text";s:2:"SV";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:31:"revslider-explodinglayers-addon";O:8:"stdClass":22:{s:2:"id";s:3:"549";s:9:"releaseid";s:2:"22";s:4:"slug";s:31:"revslider-explodinglayers-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:16:"Exploding Layers";s:6:"line_1";s:23:"Add explosive particles";s:6:"line_2";s:24:"to your layers animation";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"150";s:11:"last_update";s:10:"2025-02-18";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_exploding.jpg";s:7:"img_md5";s:32:"44d60b83cdf5b29033d41feb516b47e1";s:5:"color";s:0:"";s:4:"text";s:2:"EL";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:23:"revslider-sharing-addon";O:8:"stdClass":22:{s:2:"id";s:3:"564";s:9:"releaseid";s:1:"5";s:4:"slug";s:23:"revslider-sharing-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Social Sharing";s:6:"line_1";s:17:"Share your slides";s:6:"line_2";s:50:"with RevSlider "actions" because sharing is caring";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"165";s:11:"last_update";s:10:"2024-12-19";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:80:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg";s:8:"img_file";s:47:"revslider/addons/images/addon_socialsharing.jpg";s:7:"img_md5";s:32:"6b074630853c4f95d5337bc85e496cbe";s:5:"color";s:0:"";s:4:"text";s:2:"SH";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:26:"revslider-whiteboard-addon";O:8:"stdClass":22:{s:2:"id";s:3:"571";s:9:"releaseid";s:1:"1";s:4:"slug";s:26:"revslider-whiteboard-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Whiteboard";s:6:"line_1";s:31:"Create Hand-Drawn Presentations";s:6:"line_2";s:45:"that are understandable, memorable & engaging";s:9:"available";s:5:"6.7.4";s:10:"background";s:81:"//updates.themepunch-ext-b.tools/revslider/addons/images/whiteboard_widget_bg.jpg";s:15:"background_file";s:48:"revslider/addons/images/whiteboard_widget_bg.jpg";s:14:"background_md5";s:32:"cc69160eb95469dc033e0cc094a24847";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"170";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_whiteboard.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_whiteboard.jpg";s:7:"img_md5";s:32:"b0bb636fb30ffc3d112ba4c563395ee6";s:5:"color";s:0:"";s:4:"text";s:2:"WB";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:24:"revslider-polyfold-addon";O:8:"stdClass":22:{s:2:"id";s:3:"560";s:9:"releaseid";s:2:"14";s:4:"slug";s:24:"revslider-polyfold-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:22:"Polyfold Scroll Effect";s:6:"line_1";s:32:"Add sharp edges to your sliders ";s:6:"line_2";s:35:"as they scroll into and out of view";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"180";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:75:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_polyfold.jpg";s:8:"img_file";s:42:"revslider/addons/images/addon_polyfold.jpg";s:7:"img_md5";s:32:"02c6af89e4208f0da5920c6c3e6bb744";s:5:"color";s:7:"#3e186f";s:4:"text";s:2:"PF";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:29:"revslider-domain-switch-addon";O:8:"stdClass":22:{s:2:"id";s:2:"78";s:9:"releaseid";s:2:"11";s:4:"slug";s:29:"revslider-domain-switch-addon";s:12:"version_from";s:5:"6.0.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Domain Switch";s:6:"line_1";s:17:"Switch Image URLs";s:6:"line_2";s:37:"in sliders from one domain to another";s:9:"available";s:5:"1.0.2";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"300";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:79:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_domainswitch.jpg";s:8:"img_file";s:46:"revslider/addons/images/addon_domainswitch.jpg";s:7:"img_md5";s:32:"f2036924e7993f94bd5c9876fa0bf09b";s:5:"color";s:0:"";s:4:"text";s:2:"DS";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:23:"revslider-refresh-addon";O:8:"stdClass":22:{s:2:"id";s:3:"561";s:9:"releaseid";s:2:"10";s:4:"slug";s:23:"revslider-refresh-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:8:"(Re)Load";s:6:"line_1";s:39:"Reload the current page or a custom URL";s:6:"line_2";s:34:"after a certain time, loops, slide";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"330";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reload.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_reload.jpg";s:7:"img_md5";s:32:"d1d34d204e627168f4cc4e7422a6d40c";s:5:"color";s:0:"";s:4:"text";s:2:"RF";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:25:"revslider-rel-posts-addon";O:8:"stdClass":22:{s:2:"id";s:2:"55";s:9:"releaseid";s:1:"9";s:4:"slug";s:25:"revslider-rel-posts-addon";s:12:"version_from";s:7:"5.2.4.1";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:13:"Related Posts";s:6:"line_1";s:25:"Add related Posts Sliders";s:6:"line_2";s:31:"at the end of your post content";s:9:"available";s:5:"2.0.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"340";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wprelated.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_wprelated.jpg";s:7:"img_md5";s:32:"e2e7d6c3a428a55442ba90131556c930";s:5:"color";s:0:"";s:4:"text";s:2:"RP";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:20:"revslider-snow-addon";O:8:"stdClass":22:{s:2:"id";s:3:"566";s:9:"releaseid";s:1:"6";s:4:"slug";s:20:"revslider-snow-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:12:"Holiday Snow";s:6:"line_1";s:12:"Let it snow!";s:6:"line_2";s:32:"Add animated snow to any Slider ";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"380";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:71:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_snow.jpg";s:8:"img_file";s:38:"revslider/addons/images/addon_snow.jpg";s:7:"img_md5";s:32:"d6bac718866b0070198a4340041bc60b";s:5:"color";s:0:"";s:4:"text";s:2:"SN";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:23:"revslider-gallery-addon";O:8:"stdClass":22:{s:2:"id";s:3:"378";s:9:"releaseid";s:1:"2";s:4:"slug";s:23:"revslider-gallery-addon";s:12:"version_from";s:6:"6.4.11";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:17:"WordPress Gallery";s:6:"line_1";s:31:"Replace the standard WP Gallery";s:6:"line_2";s:31:"with the Sliders of your choice";s:9:"available";s:5:"2.0.7";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"430";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:76:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpgallery.jpg";s:8:"img_file";s:43:"revslider/addons/images/addon_wpgallery.jpg";s:7:"img_md5";s:32:"74392a04b741d83c51e55059dbb388ef";s:5:"color";s:0:"";s:4:"text";s:2:"GA";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:22:"revslider-backup-addon";O:8:"stdClass":22:{s:2:"id";s:2:"53";s:9:"releaseid";s:1:"3";s:4:"slug";s:22:"revslider-backup-addon";s:12:"version_from";s:5:"5.2.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:6:"Backup";s:6:"line_1";s:12:"Make Backups";s:6:"line_2";s:25:"Revisions for your safety";s:9:"available";s:5:"2.0.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:11:"How to use?";s:4:"sort";s:3:"500";s:11:"last_update";s:10:"2024-11-20";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:73:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_backup.jpg";s:8:"img_file";s:40:"revslider/addons/images/addon_backup.jpg";s:7:"img_md5";s:32:"104797323a0293cd3f200b0172db1186";s:5:"color";s:0:"";s:4:"text";s:2:"BU";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:19:"revslider-404-addon";O:8:"stdClass":22:{s:2:"id";s:2:"62";s:9:"releaseid";s:1:"8";s:4:"slug";s:19:"revslider-404-addon";s:12:"version_from";s:3:"5.3";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:3:"404";s:6:"line_1";s:39:"Build custom 404 "Page not Found" Pages";s:6:"line_2";s:28:"with Slider Revolution swag!";s:9:"available";s:5:"2.0.2";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"620";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:70:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_404.jpg";s:8:"img_file";s:37:"revslider/addons/images/addon_404.jpg";s:7:"img_md5";s:32:"217b0d118a107dc50979740dd61228df";s:5:"color";s:0:"";s:4:"text";s:3:"404";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:30:"revslider-prevnext-posts-addon";O:8:"stdClass":22:{s:2:"id";s:2:"63";s:9:"releaseid";s:1:"9";s:4:"slug";s:30:"revslider-prevnext-posts-addon";s:12:"version_from";s:3:"5.4";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:14:"Adjacent Posts";s:6:"line_1";s:30:"Display previous and next post";s:6:"line_2";s:28:"to the currently showing one";s:9:"available";s:5:"2.0.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"630";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpadjacent.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_wpadjacent.jpg";s:7:"img_md5";s:32:"cb1feb1257e55d0f42c29dfde2d809ed";s:5:"color";s:0:"";s:4:"text";s:2:"PN";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:21:"revslider-login-addon";O:8:"stdClass":22:{s:2:"id";s:3:"388";s:9:"releaseid";s:2:"11";s:4:"slug";s:21:"revslider-login-addon";s:12:"version_from";s:5:"6.5.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:10:"Login Page";s:6:"line_1";s:25:"Very simple WP Login Page";s:6:"line_2";s:34:"enhanced with your favorite slider";s:9:"available";s:5:"3.0.2";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"650";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:72:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_login.jpg";s:8:"img_file";s:39:"revslider/addons/images/addon_login.jpg";s:7:"img_md5";s:32:"f0f2edffb4e155acf67799692428644d";s:5:"color";s:0:"";s:4:"text";s:2:"LI";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:24:"revslider-featured-addon";O:8:"stdClass":22:{s:2:"id";s:3:"379";s:9:"releaseid";s:2:"12";s:4:"slug";s:24:"revslider-featured-addon";s:12:"version_from";s:6:"6.4.11";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:20:"Post Featured Slider";s:6:"line_1";s:25:"Display a featured Slider";s:6:"line_2";s:41:"instead of a featured Image in your Posts";s:9:"available";s:5:"2.0.5";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"660";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:1;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:77:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg";s:8:"img_file";s:44:"revslider/addons/images/addon_wpfeatured.jpg";s:7:"img_md5";s:32:"bcc840e68194f3eb05795e1353954bda";s:5:"color";s:0:"";s:4:"text";s:2:"FT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:23:"revslider-weather-addon";O:8:"stdClass":22:{s:2:"id";s:3:"570";s:9:"releaseid";s:2:"16";s:4:"slug";s:23:"revslider-weather-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:7:"Weather";s:6:"line_1";s:21:"Every where you go...";s:6:"line_2";s:36:"...always take the weather with you!";s:9:"available";s:5:"6.7.4";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:9:"Configure";s:4:"sort";s:3:"690";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:74:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_weather.jpg";s:8:"img_file";s:41:"revslider/addons/images/addon_weather.jpg";s:7:"img_md5";s:32:"c69d1c9a69c2dec43ca0578ac35792bd";s:5:"color";s:0:"";s:4:"text";s:2:"WT";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}s:30:"revslider-duotonefilters-addon";O:8:"stdClass":22:{s:2:"id";s:3:"548";s:9:"releaseid";s:2:"18";s:4:"slug";s:30:"revslider-duotonefilters-addon";s:12:"version_from";s:5:"6.7.0";s:10:"version_to";s:5:"9.9.9";s:5:"title";s:7:"Duotone";s:6:"line_1";s:7:"Duotone";s:6:"line_2";s:25:"Because one is not enough";s:9:"available";s:5:"6.7.3";s:10:"background";s:0:"";s:15:"background_file";s:0:"";s:14:"background_md5";s:0:"";s:6:"button";s:6:"How To";s:4:"sort";s:3:"710";s:11:"last_update";s:10:"2024-11-04";s:6:"global";b:0;s:7:"premium";s:7:"premium";s:4:"logo";O:8:"stdClass":5:{s:3:"img";s:74:"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_duotone.jpg";s:8:"img_file";s:41:"revslider/addons/images/addon_duotone.jpg";s:7:"img_md5";s:32:"fb666e487e7ac28e6a2a157eed1fb682";s:5:"color";s:0:"";s:4:"text";s:3:"DTF";}s:6:"banner";s:0:"";s:11:"banner_file";s:0:"";s:10:"banner_md5";s:0:"";s:4:"tags";a:0:{}}}', 'yes'), (4225, 'revslider-deregister-popup', '1', 'yes'), (4226, 'revslider-deregister-message', 'License Key is invalid!', 'yes'), (4227, 'revslider-library-check', '1741923775', 'yes'), (4228, 'revslider-library-hash', 'dae3de1eb57eeeee008b70e9a23844b5', 'yes'), (4229, 'rs-library', 'a:3:{s:4:"hash";s:32:"dae3de1eb57eeeee008b70e9a23844b5";s:7:"objects";a:417:{i:0;a:12:{s:2:"id";s:3:"198";s:6:"handle";s:16:"object_dvd_1.png";s:4:"name";s:3:"DVD";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:43:17";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:1;a:12:{s:2:"id";s:3:"188";s:6:"handle";s:18:"object_plant_1.png";s:4:"name";s:7:"Plant 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:2;a:12:{s:2:"id";s:3:"187";s:6:"handle";s:16:"object_pen_1.png";s:4:"name";s:5:"Pen 1";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-12 16:25:27";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:3;a:12:{s:2:"id";s:3:"172";s:6:"handle";s:16:"object_egg_1.png";s:4:"name";s:3:"Egg";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"600";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:4;a:12:{s:2:"id";s:3:"171";s:6:"handle";s:19:"object_guitar_1.png";s:4:"name";s:6:"Guitar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:5;a:12:{s:2:"id";s:3:"170";s:6:"handle";s:21:"object_envelope_1.png";s:4:"name";s:15:"Closed Envelope";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:6;a:12:{s:2:"id";s:3:"169";s:6:"handle";s:19:"object_postit_2.png";s:4:"name";s:18:"Postit Label White";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:7;a:12:{s:2:"id";s:3:"168";s:6:"handle";s:21:"object_envelope_2.png";s:4:"name";s:13:"Open Envelope";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:8;a:12:{s:2:"id";s:3:"167";s:6:"handle";s:17:"object_eggs_1.png";s:4:"name";s:10:"Egg Carton";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:9;a:12:{s:2:"id";s:3:"166";s:6:"handle";s:25:"object_bottleopener_1.png";s:4:"name";s:13:"Bottle Opener";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:10;a:12:{s:2:"id";s:3:"165";s:6:"handle";s:23:"object_blueprints_1.png";s:4:"name";s:10:"Blueprints";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:11;a:12:{s:2:"id";s:3:"164";s:6:"handle";s:22:"object_holepunch_1.png";s:4:"name";s:10:"Hole punch";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:12;a:12:{s:2:"id";s:3:"163";s:6:"handle";s:20:"object_speaker_1.png";s:4:"name";s:13:"Black Speaker";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:13;a:12:{s:2:"id";s:3:"162";s:6:"handle";s:19:"object_eraser_1.png";s:4:"name";s:6:"Eraser";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"500";s:6:"height";s:3:"500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:14;a:12:{s:2:"id";s:3:"161";s:6:"handle";s:23:"object_vinylcover_1.png";s:4:"name";s:11:"Vinyl Cover";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:15;a:12:{s:2:"id";s:3:"160";s:6:"handle";s:20:"object_booklet_1.png";s:4:"name";s:9:"Booklet 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:16;a:12:{s:2:"id";s:3:"159";s:6:"handle";s:22:"object_earphones_2.png";s:4:"name";s:11:"Earphones 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:17;a:12:{s:2:"id";s:3:"158";s:6:"handle";s:18:"object_vinyl_1.png";s:4:"name";s:5:"Vinyl";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:18;a:12:{s:2:"id";s:3:"157";s:6:"handle";s:19:"object_postit_1.png";s:4:"name";s:17:"Postit Label Pink";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:19;a:12:{s:2:"id";s:3:"156";s:6:"handle";s:23:"object_mechpencil_1.png";s:4:"name";s:17:"Mechanical Pencil";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:20;a:12:{s:2:"id";s:3:"155";s:6:"handle";s:22:"object_turntable_1.png";s:4:"name";s:9:"Turntable";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:21;a:12:{s:2:"id";s:3:"154";s:6:"handle";s:19:"object_folder_2.png";s:4:"name";s:19:"Closed Folder Black";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:22;a:12:{s:2:"id";s:3:"153";s:6:"handle";s:19:"object_postit_4.png";s:4:"name";s:18:"Postit Label Green";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:23;a:12:{s:2:"id";s:3:"152";s:6:"handle";s:19:"object_folder_1.png";s:4:"name";s:12:"Blank Folder";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:24;a:12:{s:2:"id";s:3:"151";s:6:"handle";s:19:"object_pencup_1.png";s:4:"name";s:7:"Pen Cup";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:25;a:12:{s:2:"id";s:3:"150";s:6:"handle";s:23:"object_winebottle_1.png";s:4:"name";s:15:"Red Wine Bottle";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:26;a:12:{s:2:"id";s:3:"149";s:6:"handle";s:23:"object_headphones_1.png";s:4:"name";s:10:"Headphones";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:27;a:12:{s:2:"id";s:3:"148";s:6:"handle";s:22:"object_earphones_1.png";s:4:"name";s:9:"Earphones";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:28;a:12:{s:2:"id";s:3:"147";s:6:"handle";s:19:"object_postit_3.png";s:4:"name";s:19:"Postit Label Yellow";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:29;a:12:{s:2:"id";s:3:"146";s:6:"handle";s:22:"object_corkscrew_1.png";s:4:"name";s:23:"Corkscrew Bottle Opener";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1300";s:6:"height";s:4:"1300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-18 15:34:49";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:30;a:12:{s:2:"id";s:3:"145";s:6:"handle";s:19:"object_muffin_1.png";s:4:"name";s:16:"Chocolate Muffin";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"900";s:6:"height";s:3:"900";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:31;a:12:{s:2:"id";s:3:"144";s:6:"handle";s:18:"object_chair_2.png";s:4:"name";s:12:"Yellow Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:32;a:12:{s:2:"id";s:3:"143";s:6:"handle";s:18:"object_knife_2.png";s:4:"name";s:7:"Knife 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:33;a:12:{s:2:"id";s:3:"142";s:6:"handle";s:26:"object_choppingboard_2.png";s:4:"name";s:16:"Chopping Board 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:34;a:12:{s:2:"id";s:3:"141";s:6:"handle";s:26:"object_choppingboard_3.png";s:4:"name";s:16:"Chopping Board 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:35;a:12:{s:2:"id";s:3:"140";s:6:"handle";s:19:"object_coffee_2.png";s:4:"name";s:12:"Coffee Cup 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1200";s:6:"height";s:4:"1200";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:36;a:12:{s:2:"id";s:3:"139";s:6:"handle";s:18:"object_bread_1.png";s:4:"name";s:15:"Croissant Bread";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:37;a:12:{s:2:"id";s:3:"138";s:6:"handle";s:18:"object_spoon_2.png";s:4:"name";s:12:"Wodden Spoon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:38;a:12:{s:2:"id";s:3:"137";s:6:"handle";s:26:"object_choppingboard_1.png";s:4:"name";s:16:"Chopping Board 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:39;a:12:{s:2:"id";s:3:"136";s:6:"handle";s:16:"object_cup_2.png";s:4:"name";s:11:"Empty Cup 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:40;a:12:{s:2:"id";s:3:"135";s:6:"handle";s:18:"object_knife_1.png";s:4:"name";s:5:"Knife";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:41;a:12:{s:2:"id";s:3:"134";s:6:"handle";s:18:"object_spoon_1.png";s:4:"name";s:5:"Spoon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:42;a:12:{s:2:"id";s:3:"133";s:6:"handle";s:16:"object_cup_1.png";s:4:"name";s:9:"Empty Cup";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:43;a:12:{s:2:"id";s:3:"132";s:6:"handle";s:18:"object_chair_3.png";s:4:"name";s:11:"White Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:44;a:12:{s:2:"id";s:3:"131";s:6:"handle";s:19:"object_coffee_1.png";s:4:"name";s:10:"Coffee Cup";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:45;a:12:{s:2:"id";s:3:"130";s:6:"handle";s:19:"object_frypan_2.png";s:4:"name";s:9:"Fry Pan 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:46;a:12:{s:2:"id";s:3:"129";s:6:"handle";s:19:"object_frypan_1.png";s:4:"name";s:9:"Fry Pan 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:47;a:12:{s:2:"id";s:3:"128";s:6:"handle";s:17:"object_fork_1.png";s:4:"name";s:4:"Fork";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:48;a:12:{s:2:"id";s:3:"127";s:6:"handle";s:20:"object_dishrag_1.png";s:4:"name";s:13:"Dishrag Cloth";s:4:"tags";a:0:{}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-17 13:48:44";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:49;a:12:{s:2:"id";s:3:"126";s:6:"handle";s:20:"object_wacom_pen.png";s:4:"name";s:17:"Wacom Drawing Pen";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1060";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:50;a:12:{s:2:"id";s:3:"125";s:6:"handle";s:21:"object_occulus_vr.png";s:4:"name";s:23:"Occulus Virtual Reality";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:51;a:12:{s:2:"id";s:3:"124";s:6:"handle";s:18:"object_antenna.png";s:4:"name";s:13:"Antenna Radar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:52;a:12:{s:2:"id";s:3:"123";s:6:"handle";s:21:"object_solarpanel.png";s:4:"name";s:11:"Solar Panel";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:53;a:12:{s:2:"id";s:3:"122";s:6:"handle";s:16:"object_wacom.png";s:4:"name";s:20:"Wacom Drawing Tablet";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:54;a:12:{s:2:"id";s:3:"121";s:6:"handle";s:18:"object_earth_2.png";s:4:"name";s:20:"Earth Globe Planet 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:55;a:12:{s:2:"id";s:3:"120";s:6:"handle";s:18:"object_chair_1.png";s:4:"name";s:12:"Office Chair";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:56;a:12:{s:2:"id";s:3:"119";s:6:"handle";s:24:"object_windturbine_2.png";s:4:"name";s:14:"Wind Turbine 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:57;a:12:{s:2:"id";s:3:"118";s:6:"handle";s:22:"object_windturbine.png";s:4:"name";s:12:"Wind Turbine";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:58;a:12:{s:2:"id";s:3:"117";s:6:"handle";s:16:"object_earth.png";s:4:"name";s:18:"Earth Globe Planet";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 16:50:55";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:59;a:12:{s:2:"id";s:2:"88";s:6:"handle";s:24:"object_eiffeltower_2.png";s:4:"name";s:13:"Eiffeltower 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"700";s:6:"height";s:3:"700";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:60;a:12:{s:2:"id";s:2:"87";s:6:"handle";s:21:"object_notebook_1.png";s:4:"name";s:11:"Notebook PC";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:61;a:12:{s:2:"id";s:2:"86";s:6:"handle";s:20:"object_macbook_1.png";s:4:"name";s:20:"Apple Macbook Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:62;a:12:{s:2:"id";s:2:"85";s:6:"handle";s:18:"object_canon_2.png";s:4:"name";s:21:"Canon Camera DSLR Top";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:63;a:12:{s:2:"id";s:2:"84";s:6:"handle";s:19:"object_iphone_3.png";s:4:"name";s:25:"Apple iPhone Silver White";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:64;a:12:{s:2:"id";s:2:"83";s:6:"handle";s:18:"object_candy_2.png";s:4:"name";s:15:"Candy Colored 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:65;a:12:{s:2:"id";s:2:"82";s:6:"handle";s:21:"object_macmouse_1.png";s:4:"name";s:15:"Apple Mac Mouse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:66;a:12:{s:2:"id";s:2:"81";s:6:"handle";s:19:"object_iphone_1.png";s:4:"name";s:18:"Apple iPhone Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:67;a:12:{s:2:"id";s:2:"80";s:6:"handle";s:17:"object_deco_1.png";s:4:"name";s:17:"White Deco Object";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:68;a:12:{s:2:"id";s:2:"79";s:6:"handle";s:23:"object_applewatch_1.png";s:4:"name";s:24:"Apple Watch White Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:69;a:12:{s:2:"id";s:2:"78";s:6:"handle";s:23:"object_swissknife_1.png";s:4:"name";s:11:"Swiss Knife";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:70;a:12:{s:2:"id";s:2:"77";s:6:"handle";s:23:"object_applewatch_2.png";s:4:"name";s:17:"Apple Watch Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:71;a:12:{s:2:"id";s:2:"76";s:6:"handle";s:18:"object_candy_1.png";s:4:"name";s:13:"Candy Colored";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:72;a:12:{s:2:"id";s:2:"75";s:6:"handle";s:17:"object_ipad_1.png";s:4:"name";s:16:"Apple iPad Black";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:73;a:12:{s:2:"id";s:2:"74";s:6:"handle";s:17:"object_lamp_2.png";s:4:"name";s:15:"Black Desk Lamp";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:74;a:12:{s:2:"id";s:2:"73";s:6:"handle";s:18:"object_canon_1.png";s:4:"name";s:17:"Canon Camera DLSR";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:75;a:12:{s:2:"id";s:2:"72";s:6:"handle";s:23:"object_blackberry_2.png";s:4:"name";s:12:"Blackberry 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:76;a:12:{s:2:"id";s:2:"71";s:6:"handle";s:19:"object_iphone_2.png";s:4:"name";s:19:"Apple iPhone Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:77;a:12:{s:2:"id";s:2:"70";s:6:"handle";s:17:"object_ipad_2.png";s:4:"name";s:15:"Apple iPad Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:78;a:12:{s:2:"id";s:2:"69";s:6:"handle";s:20:"object_printer_1.png";s:4:"name";s:7:"Printer";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:79;a:12:{s:2:"id";s:2:"68";s:6:"handle";s:20:"object_pcmouse_1.png";s:4:"name";s:14:"Black PC Mouse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:80;a:12:{s:2:"id";s:2:"67";s:6:"handle";s:17:"object_ipad_3.png";s:4:"name";s:17:"Apple iPad Silver";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:81;a:12:{s:2:"id";s:2:"66";s:6:"handle";s:17:"object_lamp_1.png";s:4:"name";s:13:"Desk Lamp Top";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:82;a:12:{s:2:"id";s:2:"65";s:6:"handle";s:22:"object_macscreen_1.png";s:4:"name";s:16:"Apple Mac Screen";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"2000";s:6:"height";s:4:"2000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:83;a:12:{s:2:"id";s:2:"64";s:6:"handle";s:23:"object_blackberry_3.png";s:4:"name";s:12:"Blackberry 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:84;a:12:{s:2:"id";s:2:"63";s:6:"handle";s:23:"object_applewatch_3.png";s:4:"name";s:16:"Apple Watch Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"800";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:85;a:12:{s:2:"id";s:2:"62";s:6:"handle";s:23:"object_blackberry_1.png";s:4:"name";s:10:"Blackberry";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 16:51:11";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:86;a:12:{s:2:"id";s:2:"49";s:6:"handle";s:19:"object_bottle_1.png";s:4:"name";s:18:"Brown Glass Bottle";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:1;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:87;a:12:{s:2:"id";s:2:"48";s:6:"handle";s:20:"object_glasses_1.png";s:4:"name";s:19:"Hipster Glasses Top";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:88;a:12:{s:2:"id";s:2:"47";s:6:"handle";s:21:"object_magazine_1.png";s:4:"name";s:14:"Blank Magazine";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:89;a:12:{s:2:"id";s:2:"46";s:6:"handle";s:28:"object_leatherdocument_2.png";s:4:"name";s:24:"Black Leather Document 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:90;a:12:{s:2:"id";s:2:"45";s:6:"handle";s:18:"object_purse_2.png";s:4:"name";s:13:"Black Purse 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:91;a:12:{s:2:"id";s:2:"44";s:6:"handle";s:23:"object_typewriter_1.png";s:4:"name";s:18:"Retro Typewriter 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:92;a:12:{s:2:"id";s:2:"43";s:6:"handle";s:17:"object_book_5.png";s:4:"name";s:9:"Old Books";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:93;a:12:{s:2:"id";s:2:"42";s:6:"handle";s:28:"object_leatherdocument_1.png";s:4:"name";s:29:"Black Leather Document Closed";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:94;a:12:{s:2:"id";s:2:"41";s:6:"handle";s:17:"object_book_4.png";s:4:"name";s:8:"Old Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:95;a:12:{s:2:"id";s:2:"40";s:6:"handle";s:19:"object_wallet_2.png";s:4:"name";s:22:"Black Leather Document";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:96;a:12:{s:2:"id";s:2:"39";s:6:"handle";s:18:"object_quill_2.png";s:4:"name";s:15:"Quill Feather 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:97;a:12:{s:2:"id";s:2:"38";s:6:"handle";s:24:"object_eiffeltower_1.png";s:4:"name";s:11:"Eiffeltower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:98;a:12:{s:2:"id";s:2:"37";s:6:"handle";s:21:"object_magazine_2.png";s:4:"name";s:11:"Open Book 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1333";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:99;a:12:{s:2:"id";s:2:"36";s:6:"handle";s:17:"object_book_1.png";s:4:"name";s:10:"Blank Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:100;a:12:{s:2:"id";s:2:"35";s:6:"handle";s:20:"object_glasses_2.png";s:4:"name";s:15:"Hipster Glasses";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:101;a:12:{s:2:"id";s:2:"34";s:6:"handle";s:17:"object_book_2.png";s:4:"name";s:11:"Open Book 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:102;a:12:{s:2:"id";s:2:"33";s:6:"handle";s:19:"object_gloves_1.png";s:4:"name";s:12:"Black Gloves";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:103;a:12:{s:2:"id";s:2:"32";s:6:"handle";s:23:"object_typewriter_2.png";s:4:"name";s:16:"Retro Typewriter";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:104;a:12:{s:2:"id";s:2:"31";s:6:"handle";s:17:"object_book_3.png";s:4:"name";s:9:"Open Book";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:105;a:12:{s:2:"id";s:2:"30";s:6:"handle";s:19:"object_wallet_1.png";s:4:"name";s:12:"Black Wallet";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1500";s:6:"height";s:4:"1500";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:106;a:12:{s:2:"id";s:2:"29";s:6:"handle";s:18:"object_purse_1.png";s:4:"name";s:11:"Black Purse";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:107;a:12:{s:2:"id";s:2:"28";s:6:"handle";s:18:"object_quill_1.png";s:4:"name";s:13:"Quill Feather";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 12:57:32";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:108;a:12:{s:2:"id";s:2:"27";s:6:"handle";s:19:"object_artbox_2.png";s:4:"name";s:16:"Art Box Colors 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:109;a:12:{s:2:"id";s:2:"26";s:6:"handle";s:18:"object_cloth_1.png";s:4:"name";s:17:"Cloth Paint Color";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:110;a:12:{s:2:"id";s:2:"25";s:6:"handle";s:21:"object_brushpot_1.png";s:4:"name";s:9:"Brush Pot";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"984";s:6:"height";s:3:"984";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:111;a:12:{s:2:"id";s:2:"24";s:6:"handle";s:24:"object_paintbucket_1.png";s:4:"name";s:12:"Paint Bucket";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1400";s:6:"height";s:4:"1400";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:112;a:12:{s:2:"id";s:2:"23";s:6:"handle";s:23:"object_paintbrush_2.png";s:4:"name";s:12:"Paintbrush 3";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:3:"700";s:6:"height";s:3:"700";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:113;a:12:{s:2:"id";s:2:"22";s:6:"handle";s:19:"object_artbox_1.png";s:4:"name";s:14:"Art Box Colors";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:114;a:12:{s:2:"id";s:2:"21";s:6:"handle";s:23:"object_paintbrush_3.png";s:4:"name";s:12:"Paintbrush 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1100";s:6:"height";s:4:"1100";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:115;a:12:{s:2:"id";s:2:"20";s:6:"handle";s:23:"object_paintbrush_1.png";s:4:"name";s:12:"Paintbrush 1";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1000";s:6:"height";s:4:"1000";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-12 10:59:23";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:116;a:12:{s:2:"id";s:2:"11";s:6:"handle";s:21:"table_radio_right.png";s:4:"name";s:18:"Radio Speaker Wood";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:117;a:12:{s:2:"id";s:2:"10";s:6:"handle";s:18:"keyboard_apple.png";s:4:"name";s:14:"Apple Keyboard";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:118;a:12:{s:2:"id";s:1:"9";s:6:"handle";s:20:"macbook_top_gold.png";s:4:"name";s:18:"Apple Macbook Gold";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1600";s:6:"height";s:4:"1600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:119;a:12:{s:2:"id";s:1:"8";s:6:"handle";s:21:"nexus6_front_blue.png";s:4:"name";s:19:"Google Nexus 6 Blue";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:1;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1100";s:6:"height";s:4:"1100";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-11 13:37:51";s:6:"active";s:1:"1";s:4:"type";s:1:"1";}i:120;a:12:{s:2:"id";s:3:"479";s:6:"handle";s:31:"Tram-beside-waiting-station.jpg";s:4:"name";s:27:"Tram beside waiting station";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:52:06";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:121;a:12:{s:2:"id";s:3:"478";s:6:"handle";s:14:"Pulling-up.jpg";s:4:"name";s:10:"Pulling up";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1297";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:41:20";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:122;a:12:{s:2:"id";s:3:"477";s:6:"handle";s:16:"Snowboarding.jpg";s:4:"name";s:12:"Snowboarding";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1290";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:41:20";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:123;a:12:{s:2:"id";s:3:"476";s:6:"handle";s:16:"Morning-yoga.jpg";s:4:"name";s:12:"Morning yoga";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1346";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:124;a:12:{s:2:"id";s:3:"475";s:6:"handle";s:8:"Yoga.jpg";s:4:"name";s:4:"Yoga";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:125;a:12:{s:2:"id";s:3:"474";s:6:"handle";s:14:"Golf-balls.jpg";s:4:"name";s:10:"Golf balls";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:126;a:12:{s:2:"id";s:3:"473";s:6:"handle";s:19:"Confident-Boxer.jpg";s:4:"name";s:15:"Confident Boxer";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:127;a:12:{s:2:"id";s:3:"472";s:6:"handle";s:11:"Aerobic.jpg";s:4:"name";s:7:"Aerobic";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:40:23";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:128;a:12:{s:2:"id";s:3:"471";s:6:"handle";s:18:"Riding-bicycle.jpg";s:4:"name";s:14:"Riding bicycle";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1358";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:129;a:12:{s:2:"id";s:3:"470";s:6:"handle";s:27:"woman-with-barbell-back.jpg";s:4:"name";s:23:"woman with barbell back";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:130;a:12:{s:2:"id";s:3:"469";s:6:"handle";s:24:"Woman-lying-on-floor.jpg";s:4:"name";s:20:"Woman lying on floor";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1318";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:131;a:12:{s:2:"id";s:3:"468";s:6:"handle";s:27:"Holding-black-dumbbells.jpg";s:4:"name";s:23:"Holding black dumbbells";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:132;a:12:{s:2:"id";s:3:"467";s:6:"handle";s:25:"Woman-using-dumbbells.jpg";s:4:"name";s:21:"Woman using dumbbells";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1425";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:133;a:12:{s:2:"id";s:3:"466";s:6:"handle";s:16:"Soccer-cleat.jpg";s:4:"name";s:12:"Soccer cleat";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:134;a:12:{s:2:"id";s:3:"465";s:6:"handle";s:16:"Soccer-field.jpg";s:4:"name";s:12:"Soccer field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:135;a:12:{s:2:"id";s:3:"464";s:6:"handle";s:23:"Man-tying-his-shoes.jpg";s:4:"name";s:19:"Man tying his shoes";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1200";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:136;a:12:{s:2:"id";s:3:"463";s:6:"handle";s:10:"Boxing.jpg";s:4:"name";s:6:"Boxing";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:137;a:12:{s:2:"id";s:3:"462";s:6:"handle";s:22:"woman-with-barbell.jpg";s:4:"name";s:18:"woman with barbell";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:138;a:12:{s:2:"id";s:3:"461";s:6:"handle";s:12:"Crossfit.jpg";s:4:"name";s:8:"Crossfit";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:139;a:12:{s:2:"id";s:3:"460";s:6:"handle";s:25:"Man-and-woman-jogging.jpg";s:4:"name";s:21:"Man and woman jogging";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:140;a:12:{s:2:"id";s:3:"459";s:6:"handle";s:16:"Playing-golf.jpg";s:4:"name";s:12:"Playing golf";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:141;a:12:{s:2:"id";s:3:"458";s:6:"handle";s:18:"Surfer-in-wave.jpg";s:4:"name";s:14:"Surfer in wave";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:142;a:12:{s:2:"id";s:3:"457";s:6:"handle";s:25:"Woman-lifting-barbell.jpg";s:4:"name";s:21:"Woman lifting barbell";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:143;a:12:{s:2:"id";s:3:"456";s:6:"handle";s:14:"Stretching.jpg";s:4:"name";s:10:"Stretching";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:144;a:12:{s:2:"id";s:3:"455";s:6:"handle";s:18:"Snowboarding-2.jpg";s:4:"name";s:14:"Snowboarding 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:145;a:12:{s:2:"id";s:3:"454";s:6:"handle";s:11:"Balance.jpg";s:4:"name";s:7:"Balance";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1920";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:146;a:12:{s:2:"id";s:3:"453";s:6:"handle";s:19:"Pool-meditation.jpg";s:4:"name";s:15:"Pool meditation";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:147;a:12:{s:2:"id";s:3:"452";s:6:"handle";s:18:"Soccer-stadium.jpg";s:4:"name";s:14:"Soccer stadium";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:148;a:12:{s:2:"id";s:3:"451";s:6:"handle";s:25:"Soccer-field-top-view.jpg";s:4:"name";s:21:"Soccer field top view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:149;a:12:{s:2:"id";s:3:"450";s:6:"handle";s:14:"Basketball.jpg";s:4:"name";s:10:"Basketball";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:150;a:12:{s:2:"id";s:3:"449";s:6:"handle";s:14:"in-the-fog.jpg";s:4:"name";s:10:"in the fog";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:151;a:12:{s:2:"id";s:3:"448";s:6:"handle";s:13:"Handstand.jpg";s:4:"name";s:9:"Handstand";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:38:24";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:152;a:12:{s:2:"id";s:3:"447";s:6:"handle";s:11:"Friends.jpg";s:4:"name";s:7:"Friends";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:153;a:12:{s:2:"id";s:3:"446";s:6:"handle";s:28:"Sneakers-on-the-railroad.jpg";s:4:"name";s:24:"Sneakers on the railroad";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:154;a:12:{s:2:"id";s:3:"445";s:6:"handle";s:23:"Family-on-the-ocean.jpg";s:4:"name";s:19:"Family on the ocean";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:155;a:12:{s:2:"id";s:3:"444";s:6:"handle";s:10:"Sunset.jpg";s:4:"name";s:6:"Sunset";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:156;a:12:{s:2:"id";s:3:"443";s:6:"handle";s:9:"Books.jpg";s:4:"name";s:5:"Books";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:157;a:12:{s:2:"id";s:3:"442";s:6:"handle";s:25:"Looking-at-the-window.jpg";s:4:"name";s:21:"Looking at the window";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:158;a:12:{s:2:"id";s:3:"441";s:6:"handle";s:48:"woman-standing-near-buildings-during-daytime.jpg";s:4:"name";s:44:"woman standing near buildings during daytime";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:159;a:12:{s:2:"id";s:3:"440";s:6:"handle";s:12:"Lollipop.jpg";s:4:"name";s:8:"Lollipop";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1395";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:160;a:12:{s:2:"id";s:3:"439";s:6:"handle";s:26:"People-crossing-street.jpg";s:4:"name";s:22:"People crossing street";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:161;a:12:{s:2:"id";s:3:"438";s:6:"handle";s:24:"Friends-on-the-shore.jpg";s:4:"name";s:20:"Friends on the shore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:162;a:12:{s:2:"id";s:3:"437";s:6:"handle";s:13:"Coworkers.jpg";s:4:"name";s:9:"Coworkers";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:163;a:12:{s:2:"id";s:3:"436";s:6:"handle";s:27:"Hiking-in-the-Dolomites.jpg";s:4:"name";s:23:"Hiking in the Dolomites";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:164;a:12:{s:2:"id";s:3:"435";s:6:"handle";s:18:"Successful-man.jpg";s:4:"name";s:14:"Successful man";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:165;a:12:{s:2:"id";s:3:"434";s:6:"handle";s:23:"Beautiful-sunny-day.jpg";s:4:"name";s:19:"Beautiful sunny day";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:166;a:12:{s:2:"id";s:3:"433";s:6:"handle";s:8:"Guys.jpg";s:4:"name";s:4:"Guys";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:167;a:12:{s:2:"id";s:3:"432";s:6:"handle";s:19:"Confetti-Shower.jpg";s:4:"name";s:15:"Confetti Shower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:168;a:12:{s:2:"id";s:3:"431";s:6:"handle";s:24:"Sun-was-setting-down.jpg";s:4:"name";s:20:"Sun was setting down";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:169;a:12:{s:2:"id";s:3:"430";s:6:"handle";s:9:"Jumps.jpg";s:4:"name";s:5:"Jumps";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:170;a:12:{s:2:"id";s:3:"429";s:6:"handle";s:23:"Friends-by-the-fire.jpg";s:4:"name";s:19:"Friends by the fire";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:171;a:12:{s:2:"id";s:3:"428";s:6:"handle";s:21:"Under-the-blanket.jpg";s:4:"name";s:17:"Under the blanket";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1413";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:172;a:12:{s:2:"id";s:3:"427";s:6:"handle";s:18:"Pretty-in-Pink.jpg";s:4:"name";s:14:"Pretty in Pink";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1394";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:173;a:12:{s:2:"id";s:3:"426";s:6:"handle";s:31:"Discussions-at-a-long-table.jpg";s:4:"name";s:27:"Discussions at a long table";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1268";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:174;a:12:{s:2:"id";s:3:"425";s:6:"handle";s:18:"Lost-in-Lemons.jpg";s:4:"name";s:14:"Lost in Lemons";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:175;a:12:{s:2:"id";s:3:"424";s:6:"handle";s:13:"Team-work.jpg";s:4:"name";s:9:"Team work";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:176;a:12:{s:2:"id";s:3:"423";s:6:"handle";s:20:"Romantic-evening.jpg";s:4:"name";s:16:"Romantic evening";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1263";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:36:58";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:177;a:12:{s:2:"id";s:3:"422";s:6:"handle";s:19:"Crew-collective.jpg";s:4:"name";s:15:"Crew collective";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:178;a:12:{s:2:"id";s:3:"421";s:6:"handle";s:8:"Code.jpg";s:4:"name";s:4:"Code";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:179;a:12:{s:2:"id";s:3:"420";s:6:"handle";s:48:"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg";s:4:"name";s:44:"Yellow ceramic mug beside gray aluminum iMac";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:180;a:12:{s:2:"id";s:3:"419";s:6:"handle";s:11:"My-desk.jpg";s:4:"name";s:7:"My desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1315";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:181;a:12:{s:2:"id";s:3:"418";s:6:"handle";s:17:"Cooperation-2.jpg";s:4:"name";s:13:"Cooperation 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:182;a:12:{s:2:"id";s:3:"417";s:6:"handle";s:33:"MacBook-on-top-of-brown-table.jpg";s:4:"name";s:29:"MacBook on top of brown table";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:183;a:12:{s:2:"id";s:3:"416";s:6:"handle";s:27:"Beautiful-working-place.jpg";s:4:"name";s:23:"Beautiful working place";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:184;a:12:{s:2:"id";s:3:"415";s:6:"handle";s:14:"Typewriter.jpg";s:4:"name";s:10:"Typewriter";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:185;a:12:{s:2:"id";s:3:"414";s:6:"handle";s:19:"White-desk-lamp.jpg";s:4:"name";s:15:"White desk lamp";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:186;a:12:{s:2:"id";s:3:"413";s:6:"handle";s:18:"Office-working.jpg";s:4:"name";s:14:"Office working";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:187;a:12:{s:2:"id";s:3:"412";s:6:"handle";s:36:"Silver-iMac-on-brown-wooden-desk.jpg";s:4:"name";s:32:"Silver iMac on brown wooden desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1240";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:188;a:12:{s:2:"id";s:3:"411";s:6:"handle";s:23:"Working-in-progress.jpg";s:4:"name";s:19:"Working in progress";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:189;a:12:{s:2:"id";s:3:"410";s:6:"handle";s:15:"Cooperation.jpg";s:4:"name";s:11:"Cooperation";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:190;a:12:{s:2:"id";s:3:"409";s:6:"handle";s:17:"Working-place.jpg";s:4:"name";s:13:"Working place";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:191;a:12:{s:2:"id";s:3:"408";s:6:"handle";s:16:"Working-desk.jpg";s:4:"name";s:12:"Working desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:33:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:192;a:12:{s:2:"id";s:3:"407";s:6:"handle";s:23:"low-angle-of-forest.jpg";s:4:"name";s:19:"low angle of forest";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:193;a:12:{s:2:"id";s:3:"406";s:6:"handle";s:23:"Lake-under-blue-sky.jpg";s:4:"name";s:19:"Lake under blue sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1351";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:194;a:12:{s:2:"id";s:3:"405";s:6:"handle";s:21:"Blue-starry-night.jpg";s:4:"name";s:17:"Blue starry night";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:195;a:12:{s:2:"id";s:3:"404";s:6:"handle";s:22:"Aerial-photography.jpg";s:4:"name";s:18:"Aerial photography";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:196;a:12:{s:2:"id";s:3:"403";s:6:"handle";s:14:"Red-clouds.jpg";s:4:"name";s:10:"Red clouds";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:197;a:12:{s:2:"id";s:3:"402";s:6:"handle";s:14:"Snow-field.jpg";s:4:"name";s:10:"Snow field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1227";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:198;a:12:{s:2:"id";s:3:"401";s:6:"handle";s:13:"White-sky.jpg";s:4:"name";s:9:"White sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:199;a:12:{s:2:"id";s:3:"400";s:6:"handle";s:24:"Trees-covered-by-fog.jpg";s:4:"name";s:20:"Trees covered by fog";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:200;a:12:{s:2:"id";s:3:"399";s:6:"handle";s:26:"Red-and-white-mushroom.jpg";s:4:"name";s:22:"Red and white mushroom";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:201;a:12:{s:2:"id";s:3:"398";s:6:"handle";s:24:"Lake-near-pine-trees.jpg";s:4:"name";s:20:"Lake near pine trees";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:202;a:12:{s:2:"id";s:3:"397";s:6:"handle";s:35:"After-a-long-day-of-backpacking.jpg";s:4:"name";s:31:"After a long day of backpacking";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:203;a:12:{s:2:"id";s:3:"396";s:6:"handle";s:32:"Mountains-during-golden-hour.jpg";s:4:"name";s:28:"Mountains during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:204;a:12:{s:2:"id";s:3:"395";s:6:"handle";s:27:"Man-looking-on-mountain.jpg";s:4:"name";s:23:"Man looking on mountain";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:205;a:12:{s:2:"id";s:3:"394";s:6:"handle";s:19:"Body-of-water-2.jpg";s:4:"name";s:15:"Body of water 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:206;a:12:{s:2:"id";s:3:"393";s:6:"handle";s:15:"Brown-cliff.jpg";s:4:"name";s:11:"Brown cliff";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:207;a:12:{s:2:"id";s:3:"392";s:6:"handle";s:20:"Green-foggy-tree.jpg";s:4:"name";s:16:"Green foggy tree";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1417";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:208;a:12:{s:2:"id";s:3:"391";s:6:"handle";s:32:"Grayscale-photo-of-mountains.jpg";s:4:"name";s:28:"Grayscale photo of mountains";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:209;a:12:{s:2:"id";s:3:"390";s:6:"handle";s:19:"Under-sunny-sky.jpg";s:4:"name";s:15:"Under sunny sky";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:31:55";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:210;a:12:{s:2:"id";s:3:"389";s:6:"handle";s:16:"Rock-concert.jpg";s:4:"name";s:12:"Rock concert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1443";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:211;a:12:{s:2:"id";s:3:"388";s:6:"handle";s:30:"Group-of-people-in-concert.jpg";s:4:"name";s:26:"Group of people in concert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:212;a:12:{s:2:"id";s:3:"387";s:6:"handle";s:6:"DJ.jpg";s:4:"name";s:2:"DJ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:213;a:12:{s:2:"id";s:3:"386";s:6:"handle";s:56:"Woman-standing-watching-LED-light-musical-instrument.jpg";s:4:"name";s:52:"Woman standing watching LED light musical instrument";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:214;a:12:{s:2:"id";s:3:"385";s:6:"handle";s:16:"Concert-hall.jpg";s:4:"name";s:12:"Concert hall";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:215;a:12:{s:2:"id";s:3:"384";s:6:"handle";s:18:"Concert-hall-2.jpg";s:4:"name";s:14:"Concert hall 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:216;a:12:{s:2:"id";s:3:"383";s:6:"handle";s:29:"man-playing-upright-piano.jpg";s:4:"name";s:25:"man playing upright piano";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1340";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:217;a:12:{s:2:"id";s:3:"382";s:6:"handle";s:30:"person-performing-on-stage.jpg";s:4:"name";s:26:"person performing on stage";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:218;a:12:{s:2:"id";s:3:"381";s:6:"handle";s:27:"Brown-string-instrument.jpg";s:4:"name";s:23:"Brown string instrument";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:219;a:12:{s:2:"id";s:3:"380";s:6:"handle";s:36:"silhouette-of-person-with-guitar.jpg";s:4:"name";s:32:"silhouette of person with guitar";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:220;a:12:{s:2:"id";s:3:"379";s:6:"handle";s:14:"Party-fans.jpg";s:4:"name";s:10:"Party fans";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:221;a:12:{s:2:"id";s:3:"378";s:6:"handle";s:24:"Condenser-microphone.jpg";s:4:"name";s:20:"Condenser microphone";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:25:26";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:222;a:12:{s:2:"id";s:3:"377";s:6:"handle";s:42:"Low-angle-photo-of-high-rise-buildings.jpg";s:4:"name";s:38:"Low angle photo of high rise buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:223;a:12:{s:2:"id";s:3:"376";s:6:"handle";s:23:"High-rise-buildings.jpg";s:4:"name";s:19:"High rise buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:224;a:12:{s:2:"id";s:3:"375";s:6:"handle";s:16:"Cable-bridge.jpg";s:4:"name";s:12:"Cable bridge";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:225;a:12:{s:2:"id";s:3:"374";s:6:"handle";s:35:"Bokeh-effect-from-street-lights.jpg";s:4:"name";s:31:"Bokeh effect from street lights";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:226;a:12:{s:2:"id";s:3:"373";s:6:"handle";s:18:"Low-angle-view.jpg";s:4:"name";s:14:"Low angle view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:227;a:12:{s:2:"id";s:3:"372";s:6:"handle";s:21:"Double-decker-bus.jpg";s:4:"name";s:17:"Double decker bus";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1373";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:228;a:12:{s:2:"id";s:3:"371";s:6:"handle";s:32:"Buildings-near-body-of-water.jpg";s:4:"name";s:28:"Buildings near body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1370";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:229;a:12:{s:2:"id";s:3:"370";s:6:"handle";s:18:"Satellite-view.jpg";s:4:"name";s:14:"Satellite view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:230;a:12:{s:2:"id";s:3:"369";s:6:"handle";s:14:"Twin-Tower.jpg";s:4:"name";s:10:"Twin Tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:231;a:12:{s:2:"id";s:3:"368";s:6:"handle";s:22:"Two-person-walking.jpg";s:4:"name";s:18:"Two person walking";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1345";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:232;a:12:{s:2:"id";s:3:"367";s:6:"handle";s:15:"Sears-Tower.jpg";s:4:"name";s:11:"Sears Tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:233;a:12:{s:2:"id";s:3:"366";s:6:"handle";s:19:"Night-cityscape.jpg";s:4:"name";s:15:"Night cityscape";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:234;a:12:{s:2:"id";s:3:"365";s:6:"handle";s:25:"Empire-State-Building.jpg";s:4:"name";s:21:"Empire State Building";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:235;a:12:{s:2:"id";s:3:"364";s:6:"handle";s:9:"Paris.jpg";s:4:"name";s:5:"Paris";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:236;a:12:{s:2:"id";s:3:"363";s:6:"handle";s:31:"Building-during-golden-hour.jpg";s:4:"name";s:27:"Building during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1288";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:237;a:12:{s:2:"id";s:3:"362";s:6:"handle";s:21:"Afternoon-skyline.jpg";s:4:"name";s:17:"Afternoon skyline";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:238;a:12:{s:2:"id";s:3:"361";s:6:"handle";s:22:"Concrete-buildings.jpg";s:4:"name";s:18:"Concrete buildings";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:239;a:12:{s:2:"id";s:3:"360";s:6:"handle";s:26:"Architectural-building.jpg";s:4:"name";s:22:"Architectural building";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1382";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:240;a:12:{s:2:"id";s:3:"359";s:6:"handle";s:23:"Skyline-photography.jpg";s:4:"name";s:19:"Skyline photography";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:241;a:12:{s:2:"id";s:3:"358";s:6:"handle";s:38:"People-standing-on-pedestrian-lane.jpg";s:4:"name";s:34:"People standing on pedestrian lane";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1154";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:242;a:12:{s:2:"id";s:3:"357";s:6:"handle";s:16:"Burj-Khalifa.jpg";s:4:"name";s:12:"Burj Khalifa";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:243;a:12:{s:2:"id";s:3:"356";s:6:"handle";s:13:"Skycraper.jpg";s:4:"name";s:9:"Skycraper";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:244;a:12:{s:2:"id";s:3:"355";s:6:"handle";s:14:"Gray-tower.jpg";s:4:"name";s:10:"Gray tower";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1433";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-16 10:24:11";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:245;a:12:{s:2:"id";s:3:"354";s:6:"handle";s:28:"One-fine-day-in-Maldives.jpg";s:4:"name";s:24:"One fine day in Maldives";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1116";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:246;a:12:{s:2:"id";s:3:"353";s:6:"handle";s:25:"Boat-on-body-of-water.jpg";s:4:"name";s:21:"Boat on body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:247;a:12:{s:2:"id";s:3:"352";s:6:"handle";s:33:"Aerial-photo-of-body-of-water.jpg";s:4:"name";s:29:"Aerial photo of body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1078";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:248;a:12:{s:2:"id";s:3:"351";s:6:"handle";s:31:"Assorted-color-beach-houses.jpg";s:4:"name";s:27:"Assorted color beach houses";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1135";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:249;a:12:{s:2:"id";s:3:"350";s:6:"handle";s:36:"Woman-leaning-on-tree-near-beach.jpg";s:4:"name";s:32:"Woman leaning on tree near beach";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1559";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:250;a:12:{s:2:"id";s:3:"349";s:6:"handle";s:17:"Body-of-water.jpg";s:4:"name";s:13:"Body of water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1269";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:251;a:12:{s:2:"id";s:3:"348";s:6:"handle";s:17:"People-on-sea.jpg";s:4:"name";s:13:"People on sea";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:252;a:12:{s:2:"id";s:3:"347";s:6:"handle";s:31:"Man-sitting-beside-of-woman.jpg";s:4:"name";s:27:"Man sitting beside of woman";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:253;a:12:{s:2:"id";s:3:"346";s:6:"handle";s:22:"woman-in-the-water.jpg";s:4:"name";s:18:"woman in the water";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:254;a:12:{s:2:"id";s:3:"345";s:6:"handle";s:39:"Brown-stone-near-sea-at-golden-hour.jpg";s:4:"name";s:35:"Brown stone near sea at golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:255;a:12:{s:2:"id";s:3:"344";s:6:"handle";s:18:"Birds-eye-view.jpg";s:4:"name";s:14:"Birds eye view";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1079";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:256;a:12:{s:2:"id";s:3:"343";s:6:"handle";s:18:"Empty-seashore.jpg";s:4:"name";s:14:"Empty seashore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1365";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:257;a:12:{s:2:"id";s:3:"342";s:6:"handle";s:31:"Seashore-during-golden-hour.jpg";s:4:"name";s:27:"Seashore during golden hour";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1439";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:258;a:12:{s:2:"id";s:3:"341";s:6:"handle";s:16:"Coconut-tree.jpg";s:4:"name";s:12:"Coconut tree";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:259;a:12:{s:2:"id";s:3:"340";s:6:"handle";s:37:"Aerial-photography-of-beach-shore.jpg";s:4:"name";s:33:"Aerial photography of beach shore";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1439";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-15 14:18:38";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:260;a:12:{s:2:"id";s:3:"197";s:6:"handle";s:17:"relax_hammock.jpg";s:4:"name";s:13:"Relax Hammock";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:261;a:12:{s:2:"id";s:3:"196";s:6:"handle";s:16:"beach_houses.jpg";s:4:"name";s:12:"Beach Houses";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:262;a:12:{s:2:"id";s:3:"195";s:6:"handle";s:17:"forest_road_2.jpg";s:4:"name";s:13:"Forest Road 2";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:263;a:12:{s:2:"id";s:3:"194";s:6:"handle";s:14:"clean_desk.jpg";s:4:"name";s:10:"Clean Desk";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:264;a:12:{s:2:"id";s:3:"193";s:6:"handle";s:19:"mountain_view_6.jpg";s:4:"name";s:15:"Mountain View 6";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1249";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:265;a:12:{s:2:"id";s:3:"192";s:6:"handle";s:14:"corn_field.jpg";s:4:"name";s:10:"Corn Field";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1320";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:266;a:12:{s:2:"id";s:3:"191";s:6:"handle";s:21:"stylish_apartment.jpg";s:4:"name";s:17:"Stylish Apartment";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:267;a:12:{s:2:"id";s:3:"190";s:6:"handle";s:24:"hipster_coffee_house.jpg";s:4:"name";s:20:"Hipster Coffee House";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:268;a:12:{s:2:"id";s:3:"189";s:6:"handle";s:16:"blurry_beach.jpg";s:4:"name";s:12:"Blurry Beach";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-10-17 12:41:12";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:269;a:12:{s:2:"id";s:3:"186";s:6:"handle";s:17:"greens_street.jpg";s:4:"name";s:13:"Greens Street";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:270;a:12:{s:2:"id";s:3:"185";s:6:"handle";s:10:"desert.jpg";s:4:"name";s:6:"Desert";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:271;a:12:{s:2:"id";s:3:"184";s:6:"handle";s:19:"mountain_view_5.jpg";s:4:"name";s:15:"Mountain View 5";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:272;a:12:{s:2:"id";s:3:"183";s:6:"handle";s:10:"laptop.jpg";s:4:"name";s:6:"Laptop";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1391";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:273;a:12:{s:2:"id";s:3:"182";s:6:"handle";s:16:"grand_canyon.jpg";s:4:"name";s:12:"Grand Canyon";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1287";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:274;a:12:{s:2:"id";s:3:"181";s:6:"handle";s:20:"landscape_clouds.jpg";s:4:"name";s:16:"Landscape Clouds";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1272";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:275;a:12:{s:2:"id";s:3:"180";s:6:"handle";s:17:"highway_night.jpg";s:4:"name";s:13:"Highway Night";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1440";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:276;a:12:{s:2:"id";s:3:"179";s:6:"handle";s:15:"beach_water.jpg";s:4:"name";s:11:"Beach Water";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:277;a:12:{s:2:"id";s:3:"177";s:6:"handle";s:15:"woman_beach.jpg";s:4:"name";s:11:"Woman Beach";s:4:"tags";a:4:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:3;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:278;a:12:{s:2:"id";s:3:"175";s:6:"handle";s:12:"cool_guy.jpg";s:4:"name";s:8:"Cool Guy";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:279;a:12:{s:2:"id";s:3:"174";s:6:"handle";s:13:"beach_sea.jpg";s:4:"name";s:9:"Beach Sea";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:280;a:12:{s:2:"id";s:3:"173";s:6:"handle";s:17:"bridge_clouds.jpg";s:4:"name";s:13:"Bridge Clouds";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-09-05 15:29:22";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:281;a:12:{s:2:"id";s:3:"116";s:6:"handle";s:19:"mountain_view_2.jpg";s:4:"name";s:15:"Mountain View 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:282;a:12:{s:2:"id";s:3:"115";s:6:"handle";s:16:"desert_trees.jpg";s:4:"name";s:12:"Desert Trees";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1275";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:283;a:12:{s:2:"id";s:3:"114";s:6:"handle";s:20:"explore_moutains.jpg";s:4:"name";s:17:"Explore Mountains";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:284;a:12:{s:2:"id";s:3:"113";s:6:"handle";s:19:"night_skyline_2.jpg";s:4:"name";s:15:"Night Skyline 2";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:285;a:12:{s:2:"id";s:3:"112";s:6:"handle";s:15:"cliff_ocean.jpg";s:4:"name";s:11:"Cliff Ocean";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:286;a:12:{s:2:"id";s:3:"111";s:6:"handle";s:14:"city_smoke.jpg";s:4:"name";s:10:"City Smoke";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:287;a:12:{s:2:"id";s:3:"110";s:6:"handle";s:16:"surfer_beach.jpg";s:4:"name";s:12:"Surfer Beach";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1278";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:288;a:12:{s:2:"id";s:3:"109";s:6:"handle";s:13:"sky_night.jpg";s:4:"name";s:9:"Sky Night";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:289;a:12:{s:2:"id";s:3:"108";s:6:"handle";s:15:"palm_sunset.jpg";s:4:"name";s:11:"Palm Sunset";s:4:"tags";a:4:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:3;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1372";s:6:"height";s:4:"1920";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:290;a:12:{s:2:"id";s:3:"107";s:6:"handle";s:18:"concert_people.jpg";s:4:"name";s:14:"Concert People";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:291;a:12:{s:2:"id";s:3:"106";s:6:"handle";s:15:"forest_road.jpg";s:4:"name";s:11:"Forest Road";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:292;a:12:{s:2:"id";s:3:"105";s:6:"handle";s:15:"beach_ocean.jpg";s:4:"name";s:11:"Beach Ocean";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:293;a:12:{s:2:"id";s:3:"104";s:6:"handle";s:18:"mountain_night.jpg";s:4:"name";s:14:"Mountain Night";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1277";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:294;a:12:{s:2:"id";s:3:"103";s:6:"handle";s:19:"ocean_mountains.jpg";s:4:"name";s:15:"Ocean Mountains";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1282";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:295;a:12:{s:2:"id";s:3:"102";s:6:"handle";s:10:"forest.jpg";s:4:"name";s:6:"Forest";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:296;a:12:{s:2:"id";s:3:"101";s:6:"handle";s:16:"ocean_stones.jpg";s:4:"name";s:12:"Ocean Stones";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:2;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:297;a:12:{s:2:"id";s:3:"100";s:6:"handle";s:16:"country_road.jpg";s:4:"name";s:12:"Country Road";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:2;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:3:"800";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:298;a:12:{s:2:"id";s:2:"99";s:6:"handle";s:9:"beach.jpg";s:4:"name";s:5:"Beach";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:299;a:12:{s:2:"id";s:2:"98";s:6:"handle";s:16:"city_skyline.jpg";s:4:"name";s:12:"City Skyline";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:300;a:12:{s:2:"id";s:2:"97";s:6:"handle";s:17:"night_skyline.jpg";s:4:"name";s:13:"Night Skyline";s:4:"tags";a:3:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:2;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:301;a:12:{s:2:"id";s:2:"96";s:6:"handle";s:14:"city_river.jpg";s:4:"name";s:10:"City River";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:302;a:12:{s:2:"id";s:2:"95";s:6:"handle";s:19:"mountain_view_3.jpg";s:4:"name";s:15:"Mountain View 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1281";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:303;a:12:{s:2:"id";s:2:"94";s:6:"handle";s:14:"misty_farm.jpg";s:4:"name";s:10:"Misty Farm";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:304;a:12:{s:2:"id";s:2:"93";s:6:"handle";s:17:"mountain_path.jpg";s:4:"name";s:13:"Mountain Path";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1280";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:305;a:12:{s:2:"id";s:2:"92";s:6:"handle";s:19:"night_skyline_3.jpg";s:4:"name";s:15:"Night Skyline 3";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:306;a:12:{s:2:"id";s:2:"91";s:6:"handle";s:17:"mountain_view.jpg";s:4:"name";s:13:"Mountain View";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1160";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:307;a:12:{s:2:"id";s:2:"90";s:6:"handle";s:19:"rocky_landscape.jpg";s:4:"name";s:15:"Rocky Landscape";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:308;a:12:{s:2:"id";s:2:"89";s:6:"handle";s:19:"mountain_view_4.jpg";s:4:"name";s:15:"Mountain View 4";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1203";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2016-08-15 14:29:46";s:6:"active";s:1:"1";s:4:"type";s:1:"2";}i:309;a:13:{s:2:"id";s:3:"529";s:6:"handle";s:13:"Fitness-4.jpg";s:5:"video";s:13:"Fitness-4.mp4";s:4:"name";s:10:"Fitness 4 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:310;a:13:{s:2:"id";s:3:"528";s:6:"handle";s:13:"Fitness-3.jpg";s:5:"video";s:13:"Fitness-3.mp4";s:4:"name";s:10:"Fitness 3 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:311;a:13:{s:2:"id";s:3:"527";s:6:"handle";s:9:"Chess.jpg";s:5:"video";s:9:"Chess.mp4";s:4:"name";s:6:"Chess ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:312;a:13:{s:2:"id";s:3:"526";s:6:"handle";s:13:"Fitness-2.jpg";s:5:"video";s:13:"Fitness-2.mp4";s:4:"name";s:10:"Fitness 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:313;a:13:{s:2:"id";s:3:"525";s:6:"handle";s:11:"Fitness.jpg";s:5:"video";s:11:"Fitness.mp4";s:4:"name";s:8:"Fitness ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:46:50";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:314;a:13:{s:2:"id";s:3:"524";s:6:"handle";s:9:"Earth.jpg";s:5:"video";s:9:"Earth.mp4";s:4:"name";s:6:"Earth ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:315;a:13:{s:2:"id";s:3:"523";s:6:"handle";s:11:"Space-2.jpg";s:5:"video";s:11:"Space-2.mp4";s:4:"name";s:8:"Space 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1440";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:316;a:13:{s:2:"id";s:3:"522";s:6:"handle";s:13:"Asteroids.jpg";s:5:"video";s:13:"Asteroids.mp4";s:4:"name";s:10:"Asteroids ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:317;a:13:{s:2:"id";s:3:"521";s:6:"handle";s:9:"Space.jpg";s:5:"video";s:9:"Space.mp4";s:4:"name";s:6:"Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:44:06";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:318;a:13:{s:2:"id";s:3:"520";s:6:"handle";s:10:"People.jpg";s:5:"video";s:10:"People.mp4";s:4:"name";s:7:"People ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:319;a:13:{s:2:"id";s:3:"519";s:6:"handle";s:11:"Walking.jpg";s:5:"video";s:11:"Walking.mp4";s:4:"name";s:8:"Walking ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:320;a:13:{s:2:"id";s:3:"518";s:6:"handle";s:19:"Double-Exposure.jpg";s:5:"video";s:19:"Double-Exposure.mp4";s:4:"name";s:16:"Double Exposure ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:321;a:13:{s:2:"id";s:3:"517";s:6:"handle";s:8:"Girl.jpg";s:5:"video";s:8:"Girl.mp4";s:4:"name";s:5:"Girl ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1088";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:322;a:13:{s:2:"id";s:3:"516";s:6:"handle";s:17:"Bengal-Lights.jpg";s:5:"video";s:17:"Bengal-Lights.mp4";s:4:"name";s:14:"Bengal Lights ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:42:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:323;a:13:{s:2:"id";s:3:"515";s:6:"handle";s:13:"Swiping-2.jpg";s:5:"video";s:13:"Swiping-2.mp4";s:4:"name";s:10:"Swiping 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:324;a:13:{s:2:"id";s:3:"514";s:6:"handle";s:11:"Mock-Up.jpg";s:5:"video";s:11:"Mock-Up.mp4";s:4:"name";s:8:"Mock Up ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:325;a:13:{s:2:"id";s:3:"513";s:6:"handle";s:13:"Countdown.jpg";s:5:"video";s:13:"Countdown.mp4";s:4:"name";s:10:"Countdown ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:326;a:13:{s:2:"id";s:3:"512";s:6:"handle";s:18:"Wall-Sketching.jpg";s:5:"video";s:18:"Wall-Sketching.mp4";s:4:"name";s:15:"Wall Sketching ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:327;a:13:{s:2:"id";s:3:"511";s:6:"handle";s:26:"Typing-on-the-keyboard.jpg";s:5:"video";s:26:"Typing-on-the-keyboard.mp4";s:4:"name";s:23:"Typing on the keyboard ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:328;a:13:{s:2:"id";s:3:"510";s:6:"handle";s:11:"Meeting.jpg";s:5:"video";s:11:"Meeting.mp4";s:4:"name";s:8:"Meeting ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:329;a:13:{s:2:"id";s:3:"509";s:6:"handle";s:11:"Swiping.jpg";s:5:"video";s:11:"Swiping.mp4";s:4:"name";s:8:"Swiping ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:330;a:13:{s:2:"id";s:3:"508";s:6:"handle";s:9:"Alarm.jpg";s:5:"video";s:9:"Alarm.mp4";s:4:"name";s:6:"Alarm ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1013";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:331;a:13:{s:2:"id";s:3:"507";s:6:"handle";s:13:"Hey-World.jpg";s:5:"video";s:13:"Hey-World.mp4";s:4:"name";s:10:"Hey World ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:332;a:13:{s:2:"id";s:3:"506";s:6:"handle";s:28:"Typing-on-the-keyboard-2.jpg";s:5:"video";s:28:"Typing-on-the-keyboard-2.mp4";s:4:"name";s:25:"Typing on the keyboard 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:39:19";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:333;a:13:{s:2:"id";s:3:"505";s:6:"handle";s:10:"Valley.jpg";s:5:"video";s:10:"Valley.mp4";s:4:"name";s:7:"Valley ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:334;a:13:{s:2:"id";s:3:"504";s:6:"handle";s:9:"Stars.jpg";s:5:"video";s:9:"Stars.mp4";s:4:"name";s:6:"Stars ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:335;a:13:{s:2:"id";s:3:"503";s:6:"handle";s:21:"Car-in-the-forest.jpg";s:5:"video";s:21:"Car-in-the-forest.mp4";s:4:"name";s:18:"Car in the forest ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1012";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:336;a:13:{s:2:"id";s:3:"502";s:6:"handle";s:15:"Aerial-Shot.jpg";s:5:"video";s:15:"Aerial-Shot.mp4";s:4:"name";s:12:"Aerial Shot ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:35:27";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:337;a:13:{s:2:"id";s:3:"501";s:6:"handle";s:14:"Disco-Ball.jpg";s:5:"video";s:14:"Disco-Ball.mp4";s:4:"name";s:11:"Disco Ball ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:338;a:13:{s:2:"id";s:3:"500";s:6:"handle";s:22:"Man-Playing-Guitar.jpg";s:5:"video";s:22:"Man-Playing-Guitar.mp4";s:4:"name";s:19:"Man Playing Guitar ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:339;a:13:{s:2:"id";s:3:"499";s:6:"handle";s:14:"Live-Music.jpg";s:5:"video";s:14:"Live-Music.mp4";s:4:"name";s:11:"Live Music ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:340;a:13:{s:2:"id";s:3:"498";s:6:"handle";s:12:"Cheer-Up.jpg";s:5:"video";s:12:"Cheer-Up.mp4";s:4:"name";s:9:"Cheer Up ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:341;a:13:{s:2:"id";s:3:"497";s:6:"handle";s:14:"Night-club.jpg";s:5:"video";s:14:"Night-club.mp4";s:4:"name";s:11:"Night club ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:33:16";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:342;a:13:{s:2:"id";s:3:"496";s:6:"handle";s:17:"Cup-Of-Coffee.jpg";s:5:"video";s:17:"Cup-Of-Coffee.mp4";s:4:"name";s:14:"Cup Of Coffee ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:343;a:13:{s:2:"id";s:3:"495";s:6:"handle";s:7:"Pot.jpg";s:5:"video";s:7:"Pot.mp4";s:4:"name";s:4:"Pot ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:344;a:13:{s:2:"id";s:3:"494";s:6:"handle";s:11:"Grill-2.jpg";s:5:"video";s:11:"Grill-2.mp4";s:4:"name";s:8:"Grill 2 ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:345;a:13:{s:2:"id";s:3:"493";s:6:"handle";s:13:"Rice-Bowl.jpg";s:5:"video";s:13:"Rice-Bowl.mp4";s:4:"name";s:10:"Rice Bowl ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1010";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:346;a:13:{s:2:"id";s:3:"492";s:6:"handle";s:9:"Grill.jpg";s:5:"video";s:9:"Grill.mp4";s:4:"name";s:6:"Grill ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:30:48";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:347;a:13:{s:2:"id";s:3:"491";s:6:"handle";s:9:"Water.jpg";s:5:"video";s:9:"Water.mp4";s:4:"name";s:6:"Water ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:348;a:13:{s:2:"id";s:3:"490";s:6:"handle";s:17:"Feet-and-Sand.jpg";s:5:"video";s:17:"Feet-and-Sand.mp4";s:4:"name";s:14:"Feet and Sand ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:349;a:13:{s:2:"id";s:3:"489";s:6:"handle";s:9:"Ocean.jpg";s:5:"video";s:9:"Ocean.mp4";s:4:"name";s:6:"Ocean ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:350;a:13:{s:2:"id";s:3:"488";s:6:"handle";s:9:"Waves.jpg";s:5:"video";s:9:"Waves.mp4";s:4:"name";s:6:"Waves ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:24:15";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:351;a:13:{s:2:"id";s:3:"487";s:6:"handle";s:10:"Hearts.jpg";s:5:"video";s:10:"Hearts.mp4";s:4:"name";s:7:"Hearts ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:352;a:13:{s:2:"id";s:3:"486";s:6:"handle";s:12:"Octagons.jpg";s:5:"video";s:12:"Octagons.mp4";s:4:"name";s:9:"Octagons ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:353;a:13:{s:2:"id";s:3:"485";s:6:"handle";s:11:"Squares.jpg";s:5:"video";s:11:"Squares.mp4";s:4:"name";s:8:"Squares ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:354;a:13:{s:2:"id";s:3:"484";s:6:"handle";s:12:"Pink-ink.jpg";s:5:"video";s:12:"Pink-ink.mp4";s:4:"name";s:9:"Pink ink ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:355;a:13:{s:2:"id";s:3:"483";s:6:"handle";s:22:"Blurred-Background.jpg";s:5:"video";s:22:"Blurred-Background.mp4";s:4:"name";s:19:"Blurred Background ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:356;a:13:{s:2:"id";s:3:"482";s:6:"handle";s:20:"Blinking-bubbles.jpg";s:5:"video";s:20:"Blinking-bubbles.mp4";s:4:"name";s:17:"Blinking bubbles ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:357;a:13:{s:2:"id";s:3:"481";s:6:"handle";s:13:"Fireworks.jpg";s:5:"video";s:13:"Fireworks.mp4";s:4:"name";s:10:"Fireworks ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:358;a:13:{s:2:"id";s:3:"480";s:6:"handle";s:12:"Dark-ink.jpg";s:5:"video";s:12:"Dark-ink.mp4";s:4:"name";s:9:"Dark ink ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-04-23 11:20:38";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:359;a:13:{s:2:"id";s:3:"238";s:6:"handle";s:12:"Mt_Baker.jpg";s:5:"video";s:12:"Mt_Baker.mp4";s:4:"name";s:9:"Mt Baker ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:360;a:13:{s:2:"id";s:3:"237";s:6:"handle";s:16:"Two-Swimmers.jpg";s:5:"video";s:16:"Two-Swimmers.mp4";s:4:"name";s:13:"Two Swimmers ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:361;a:13:{s:2:"id";s:3:"236";s:6:"handle";s:14:"Boats_Maze.jpg";s:5:"video";s:14:"Boats_Maze.mp4";s:4:"name";s:11:"Boats Maze ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:362;a:13:{s:2:"id";s:3:"235";s:6:"handle";s:18:"Candolim-Beach.jpg";s:5:"video";s:18:"Candolim-Beach.mp4";s:4:"name";s:15:"Candolim Beach ";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:363;a:13:{s:2:"id";s:3:"234";s:6:"handle";s:17:"Working-Space.jpg";s:5:"video";s:17:"Working-Space.mp4";s:4:"name";s:14:"Working Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:364;a:13:{s:2:"id";s:3:"233";s:6:"handle";s:9:"Wavez.jpg";s:5:"video";s:9:"Wavez.mp4";s:4:"name";s:6:"Wavez ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:365;a:13:{s:2:"id";s:3:"232";s:6:"handle";s:17:"Coconut-Grove.jpg";s:5:"video";s:17:"Coconut-Grove.mp4";s:4:"name";s:14:"Coconut Grove ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:366;a:13:{s:2:"id";s:3:"231";s:6:"handle";s:19:"Very-Open-Space.jpg";s:5:"video";s:19:"Very-Open-Space.mp4";s:4:"name";s:16:"Very Open Space ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:367;a:13:{s:2:"id";s:3:"230";s:6:"handle";s:14:"Office-Day.jpg";s:5:"video";s:14:"Office-Day.mp4";s:4:"name";s:11:"Office Day ";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:368;a:13:{s:2:"id";s:3:"229";s:6:"handle";s:12:"The-Hill.jpg";s:5:"video";s:12:"The-Hill.mp4";s:4:"name";s:9:"The Hill ";s:4:"tags";a:2:{i:0;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:1;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}}s:11:"description";s:8:"New File";s:5:"width";s:4:"1920";s:6:"height";s:4:"1080";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:0:"";s:5:"added";s:19:"2018-07-16 15:34:55";s:6:"active";s:1:"1";s:4:"type";s:1:"3";}i:369;a:13:{s:2:"id";s:3:"339";s:6:"handle";s:19:"best_price_dark.jpg";s:5:"video";s:19:"best_price_dark.mp4";s:4:"name";s:15:"best_price_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"best_price_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:370;a:13:{s:2:"id";s:3:"337";s:6:"handle";s:27:"limited_time_offer_dark.jpg";s:5:"video";s:27:"limited_time_offer_dark.mp4";s:4:"name";s:23:"limited_time_offer_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:23:"limited_time_offer_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:371;a:13:{s:2:"id";s:3:"336";s:6:"handle";s:26:"slider_revolution_dark.jpg";s:5:"video";s:26:"slider_revolution_dark.mp4";s:4:"name";s:22:"slider_revolution_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:22:"slider_revolution_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:372;a:13:{s:2:"id";s:3:"335";s:6:"handle";s:19:"mick_brown_dark.jpg";s:5:"video";s:19:"mick_brown_dark.mp4";s:4:"name";s:15:"mick_brown_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"mick_brown_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-26 09:24:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:373;a:13:{s:2:"id";s:3:"334";s:6:"handle";s:14:"sales_dark.jpg";s:5:"video";s:14:"sales_dark.mp4";s:4:"name";s:10:"sales_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:10:"sales_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:374;a:13:{s:2:"id";s:3:"333";s:6:"handle";s:21:"robert_smith_dark.jpg";s:5:"video";s:21:"robert_smith_dark.mp4";s:4:"name";s:17:"robert_smith_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"robert_smith_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:375;a:13:{s:2:"id";s:3:"332";s:6:"handle";s:21:"product_name_dark.jpg";s:5:"video";s:21:"product_name_dark.mp4";s:4:"name";s:17:"product_name_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"product_name_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:376;a:13:{s:2:"id";s:3:"331";s:6:"handle";s:21:"high_quality_dark.jpg";s:5:"video";s:21:"high_quality_dark.mp4";s:4:"name";s:17:"high_quality_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"high_quality_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:377;a:13:{s:2:"id";s:3:"330";s:6:"handle";s:24:"robert_johnson_light.jpg";s:5:"video";s:24:"robert_johnson_light.mp4";s:4:"name";s:20:"robert_johnson_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:20:"robert_johnson_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:378;a:13:{s:2:"id";s:3:"329";s:6:"handle";s:21:"jake_collins_dark.jpg";s:5:"video";s:21:"jake_collins_dark.mp4";s:4:"name";s:17:"jake_collins_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"jake_collins_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:32:18";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:379;a:13:{s:2:"id";s:3:"328";s:6:"handle";s:22:"daniele_wood_light.jpg";s:5:"video";s:22:"daniele_wood_light.mp4";s:4:"name";s:18:"daniele_wood_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"daniele_wood_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-12 08:31:30";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:380;a:13:{s:2:"id";s:3:"327";s:6:"handle";s:23:"michael_blake_light.jpg";s:5:"video";s:23:"michael_blake_light.mp4";s:4:"name";s:19:"michael_blake_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:19:"michael_blake_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:381;a:13:{s:2:"id";s:3:"326";s:6:"handle";s:22:"product_name_light.jpg";s:5:"video";s:22:"product_name_light.mp4";s:4:"name";s:18:"product_name_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"product_name_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:382;a:13:{s:2:"id";s:3:"325";s:6:"handle";s:24:"rebecca_cooper_light.jpg";s:5:"video";s:24:"rebecca_cooper_light.mp4";s:4:"name";s:20:"rebecca_cooper_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:20:"rebecca_cooper_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:383;a:13:{s:2:"id";s:3:"324";s:6:"handle";s:28:"limited_time_offer_light.jpg";s:5:"video";s:28:"limited_time_offer_light.mp4";s:4:"name";s:24:"limited_time_offer_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:24:"limited_time_offer_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:384;a:13:{s:2:"id";s:3:"322";s:6:"handle";s:22:"jake_michael_light.jpg";s:5:"video";s:22:"jake_michael_light.mp4";s:4:"name";s:18:"jake_michael_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"jake_michael_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:385;a:13:{s:2:"id";s:3:"321";s:6:"handle";s:23:"colin_johnson_light.jpg";s:5:"video";s:23:"colin_johnson_light.mp4";s:4:"name";s:19:"colin_johnson_light";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:19:"colin_johnson_light";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-03-05 09:20:21";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:386;a:13:{s:2:"id";s:3:"320";s:6:"handle";s:21:"colin_morris_dark.jpg";s:5:"video";s:21:"colin_morris_dark.mp4";s:4:"name";s:17:"colin_morris_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"colin_morris_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:387;a:13:{s:2:"id";s:3:"319";s:6:"handle";s:22:"justin_cooper_dark.jpg";s:5:"video";s:22:"justin_cooper_dark.mp4";s:4:"name";s:18:"justin_cooper_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"justin_cooper_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:388;a:13:{s:2:"id";s:3:"318";s:6:"handle";s:21:"james-dodson_dark.jpg";s:5:"video";s:21:"james-dodson_dark.mp4";s:4:"name";s:17:"james-dodson_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"james-dodson_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:389;a:13:{s:2:"id";s:3:"317";s:6:"handle";s:23:"robert_sanders_dark.jpg";s:5:"video";s:23:"robert_sanders_dark.mp4";s:4:"name";s:19:"robert_sanders_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:19:"robert_sanders_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:390;a:13:{s:2:"id";s:3:"316";s:6:"handle";s:21:"emily_carney_dark.jpg";s:5:"video";s:21:"emily_carney_dark.mp4";s:4:"name";s:17:"emily_carney_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"emily_carney_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:391;a:13:{s:2:"id";s:3:"315";s:6:"handle";s:22:"michael-smith_dark.jpg";s:5:"video";s:22:"michael-smith_dark.mp4";s:4:"name";s:18:"michael-smith_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"michael-smith_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:392;a:13:{s:2:"id";s:3:"314";s:6:"handle";s:23:"sandra_johnson_dark.jpg";s:5:"video";s:23:"sandra_johnson_dark.mp4";s:4:"name";s:19:"sandra_johnson_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:19:"sandra_johnson_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:393;a:13:{s:2:"id";s:3:"313";s:6:"handle";s:22:"robert_bolton_dark.jpg";s:5:"video";s:22:"robert_bolton_dark.mp4";s:4:"name";s:18:"robert_bolton_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:18:"robert_bolton_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-21 09:07:08";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:394;a:13:{s:2:"id";s:3:"312";s:6:"handle";s:25:"elegant_captions_dark.png";s:5:"video";s:25:"elegant_captions_dark.mp4";s:4:"name";s:21:"elegant_captions_dark";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:21:"elegant_captions_dark";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-18 14:41:45";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:395;a:13:{s:2:"id";s:3:"311";s:6:"handle";s:19:"Caption_Dark_06.png";s:5:"video";s:19:"Caption_Dark_06.mp4";s:4:"name";s:15:"Caption_Dark_06";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_06";s:5:"width";s:3:"414";s:6:"height";s:3:"225";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:396;a:13:{s:2:"id";s:3:"310";s:6:"handle";s:19:"Header_Light_02.png";s:5:"video";s:19:"Header_Light_02.mp4";s:4:"name";s:15:"Header_Light_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:15:"Header_Light_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:397;a:13:{s:2:"id";s:3:"309";s:6:"handle";s:21:"Columns_4_Dark_01.png";s:5:"video";s:21:"Columns_4_Dark_01.mp4";s:4:"name";s:17:"Columns_4_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"Columns_4_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:398;a:13:{s:2:"id";s:3:"308";s:6:"handle";s:18:"Header_Dark_01.png";s:5:"video";s:18:"Header_Dark_01.mp4";s:4:"name";s:14:"Header_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:14:"Header_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:399;a:13:{s:2:"id";s:3:"307";s:6:"handle";s:19:"Caption_Dark_03.png";s:5:"video";s:19:"Caption_Dark_03.mp4";s:4:"name";s:15:"Caption_Dark_03";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_03";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:400;a:13:{s:2:"id";s:3:"306";s:6:"handle";s:21:"Columns_3_Dark_01.png";s:5:"video";s:21:"Columns_3_Dark_01.mp4";s:4:"name";s:17:"Columns_3_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"Columns_3_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:401;a:13:{s:2:"id";s:3:"305";s:6:"handle";s:19:"Caption_Dark_05.png";s:5:"video";s:19:"Caption_Dark_05.mp4";s:4:"name";s:15:"Caption_Dark_05";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_05";s:5:"width";s:4:"1104";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:402;a:13:{s:2:"id";s:3:"304";s:6:"handle";s:20:"Caption_Light_06.png";s:5:"video";s:20:"Caption_Light_06.mp4";s:4:"name";s:16:"Caption_Light_06";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_06";s:5:"width";s:3:"828";s:6:"height";s:3:"450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:403;a:13:{s:2:"id";s:3:"303";s:6:"handle";s:19:"Header_Light_01.png";s:5:"video";s:19:"Header_Light_01.mp4";s:4:"name";s:15:"Header_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:15:"Header_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:404;a:13:{s:2:"id";s:3:"302";s:6:"handle";s:20:"Caption_Light_03.png";s:5:"video";s:20:"Caption_Light_03.mp4";s:4:"name";s:16:"Caption_Light_03";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_03";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:405;a:13:{s:2:"id";s:3:"301";s:6:"handle";s:19:"Caption_Dark_01.png";s:5:"video";s:19:"Caption_Dark_01.mp4";s:4:"name";s:15:"Caption_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:406;a:13:{s:2:"id";s:3:"300";s:6:"handle";s:21:"PromoCode_Dark_01.png";s:5:"video";s:21:"PromoCode_Dark_01.mp4";s:4:"name";s:17:"PromoCode_Dark_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:17:"PromoCode_Dark_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:407;a:13:{s:2:"id";s:3:"299";s:6:"handle";s:19:"Caption_Dark_02.png";s:5:"video";s:19:"Caption_Dark_02.mp4";s:4:"name";s:15:"Caption_Dark_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:408;a:13:{s:2:"id";s:3:"298";s:6:"handle";s:18:"Header_Dark_02.png";s:5:"video";s:18:"Header_Dark_02.mp4";s:4:"name";s:14:"Header_Dark_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:14:"Header_Dark_02";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:409;a:13:{s:2:"id";s:3:"297";s:6:"handle";s:22:"Columns_3_Light_01.png";s:5:"video";s:22:"Columns_3_Light_01.mp4";s:4:"name";s:18:"Columns_3_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"Columns_3_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:410;a:13:{s:2:"id";s:3:"296";s:6:"handle";s:20:"Caption_Light_01.png";s:5:"video";s:20:"Caption_Light_01.mp4";s:4:"name";s:16:"Caption_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:411;a:13:{s:2:"id";s:3:"295";s:6:"handle";s:19:"Caption_Dark_04.png";s:5:"video";s:19:"Caption_Dark_04.mp4";s:4:"name";s:15:"Caption_Dark_04";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}}s:11:"description";s:15:"Caption_Dark_04";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:412;a:13:{s:2:"id";s:3:"294";s:6:"handle";s:20:"Caption_Light_02.png";s:5:"video";s:20:"Caption_Light_02.mp4";s:4:"name";s:16:"Caption_Light_02";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_02";s:5:"width";s:3:"828";s:6:"height";s:3:"450";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:413;a:13:{s:2:"id";s:3:"293";s:6:"handle";s:20:"Caption_Light_04.png";s:5:"video";s:20:"Caption_Light_04.mp4";s:4:"name";s:16:"Caption_Light_04";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_04";s:5:"width";s:4:"1104";s:6:"height";s:3:"600";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:414;a:13:{s:2:"id";s:3:"292";s:6:"handle";s:22:"Columns_4_Light_01.png";s:5:"video";s:22:"Columns_4_Light_01.mp4";s:4:"name";s:18:"Columns_4_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"Columns_4_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:415;a:13:{s:2:"id";s:3:"291";s:6:"handle";s:20:"Caption_Light_05.png";s:5:"video";s:20:"Caption_Light_05.mp4";s:4:"name";s:16:"Caption_Light_05";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:16:"Caption_Light_05";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}i:416;a:13:{s:2:"id";s:3:"290";s:6:"handle";s:22:"PromoCode_Light_01.png";s:5:"video";s:22:"PromoCode_Light_01.mp4";s:4:"name";s:18:"PromoCode_Light_01";s:4:"tags";a:1:{i:0;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}}s:11:"description";s:18:"PromoCode_Light_01";s:5:"width";s:3:"552";s:6:"height";s:3:"300";s:7:"version";s:3:"1.0";s:14:"plugin_version";s:5:"6.0.0";s:5:"added";s:19:"2019-02-14 13:18:35";s:6:"active";s:1:"1";s:4:"type";s:1:"4";}}s:4:"tags";a:18:{i:28;a:3:{s:2:"id";s:2:"28";s:6:"handle";s:11:"abstraction";s:4:"name";s:11:"Abstraction";}i:1;a:3:{s:2:"id";s:1:"1";s:6:"handle";s:11:"accessories";s:4:"name";s:11:"Accessories";}i:5;a:3:{s:2:"id";s:1:"5";s:6:"handle";s:3:"art";s:4:"name";s:3:"Art";}i:20;a:3:{s:2:"id";s:2:"20";s:6:"handle";s:5:"Beach";s:4:"name";s:5:"Beach";}i:21;a:3:{s:2:"id";s:2:"21";s:6:"handle";s:4:"City";s:4:"name";s:4:"City";}i:25;a:3:{s:2:"id";s:2:"25";s:6:"handle";s:4:"dark";s:4:"name";s:4:"Dark";}i:2;a:3:{s:2:"id";s:1:"2";s:6:"handle";s:6:"device";s:4:"name";s:6:"Device";}i:16;a:3:{s:2:"id";s:2:"16";s:6:"handle";s:4:"food";s:4:"name";s:4:"Food";}i:26;a:3:{s:2:"id";s:2:"26";s:6:"handle";s:5:"light";s:4:"name";s:5:"Light";}i:18;a:3:{s:2:"id";s:2:"18";s:6:"handle";s:4:"misc";s:4:"name";s:4:"Misc";}i:4;a:3:{s:2:"id";s:1:"4";s:6:"handle";s:5:"music";s:4:"name";s:5:"Music";}i:19;a:3:{s:2:"id";s:2:"19";s:6:"handle";s:6:"nature";s:4:"name";s:6:"Nature";}i:23;a:3:{s:2:"id";s:2:"23";s:6:"handle";s:5:"Night";s:4:"name";s:5:"Night";}i:3;a:3:{s:2:"id";s:1:"3";s:6:"handle";s:6:"office";s:4:"name";s:6:"Office";}i:24;a:3:{s:2:"id";s:2:"24";s:6:"handle";s:6:"People";s:4:"name";s:6:"People";}i:22;a:3:{s:2:"id";s:2:"22";s:6:"handle";s:3:"Sky";s:4:"name";s:3:"Sky";}i:29;a:3:{s:2:"id";s:2:"29";s:6:"handle";s:5:"space";s:4:"name";s:5:"Space";}i:27;a:3:{s:2:"id";s:2:"27";s:6:"handle";s:5:"sport";s:4:"name";s:5:"Sport";}}}', 'no'); INSERT INTO `wpxo_options` VALUES (4230, 'revslider-templates-check', '1742270843', 'yes'), (4231, 'revslider-templates-hash', 'ca3f400ef15b93f7a251098f0c59698b', 'yes'), (4232, 'rs-templates-new', '', 'off'), (4233, 'rs-templates', 'eNrs/XuXGzeS4IF+lWztObN/XFGN98O7M3tk2W571mrrtjTt2zua44Onii0WySFZktVz5rtfIB9MJDOTVSVmVbEkzLRtKQEikZmIXwSAiMB/PblQ24sn3zxRVkNElAAWOg8UldBgKLmSXCMLJHvy9Ml2Mbdu8+Sb/3oC4r/mNvwMhuu7+W7hwp9fLNR2OzfFC7VZXW3dIhSpxVxtQ5GpimamLfrHfD1Q8CxefvrkqmqcMAWgtVgAA4x1TlBDCGXOMWGsIKHi/PLdQCtv/1j19dnf1+9CpfXGfZi7j6HixW63/ubtH9/+MVxZLa5289Xy2e7CXbr11dJcPDOry7d/bBqZVW3M1ourd/Pl2z/+n6vd5W/b1dXGuH9W9nK+/Kd44dLZ+dXlP+ur3W5VXTHqcq3m75b/vN2EZjbb6uJquXPL3T8PNx76+CHUDL2JT/0MPAPhysb959V84+KLoOESDZc+zu0ufqzwpWKNCzd/d7ELf2cg/tW6rdnM17uqmf+9XatlUb6Zf377ZNf24e2Tf/nlalPU7+xp4a8Wi1nZctH0rnC/h4dYuGfFdxv17mmx/Thfu2IVfzQ374vdqliqD/N3auf+8L/Duw43+pe3m7fL/i3DBePCDZtaoZdGxR7/Zf/+i2/V1oXrfr7YxdH170/2g+Q/wqcr389v9bt48s0ydDY8abhzaAQByGYAzRAqIP4GwW8wjl9bmffqnftttSlH65P4ai5XVi3qPytr5/HGcVyGv74LY8391ozh/YWrzSL9azXO4q/Nbv7B1SN/vtzu1GIRv5FXi63776fhciMaaEA0Xlci1BOMbXO9IxX1IE5FQgHLlEREGAkY0wQQrYCHxiprqPHoUCSqJk6Sh4/hRYZfbLfVmN1erD7O3sWn3nyaSCiO3OEuJKM4JhrPG8Eo9n1ppKH4OA8ysptfus3TQoeB6HbbQi1toTabUKsWifgK70Ao6hFyY5Eg5yMSaC8SOBWJ6pUXb5TepgJRXd5VV2txaK91hMEB5CRkQQaYBBBhhS3gilEqkCHeglYY2gYmEoW6xVlsctYI2cTCMHCPW4sDQOQ0cVgW6mq3mm3n/3CVRGwqMVCFWa0WxXa9mIceut93QRLml+XwL5z3zuyeFX+ulUT1i9Dx3dyoRUd0dhdXl+GrZoFJBQbvBYYkAvNDeAl6tXpf/OBC5VZifH195qvrlcx0rnakhlLACIaWaqiVNhpRazxFhgJhCXJ4LzWdJiaSm4M2J5aYw1fRlRV4XFYEOMmmKt5czLeNiIQ/RbGJ8hBG/OJTsV6trxZhxNlCfwqys/+W293Gqctnxb9ebXfFalnLWPz9MjxCqB5srVIHqeLjxSrooPhktze6tm53tf5tudq57TWP8ebCFfXfiurDxM6E38ee/G9VXGycDz+KX31bfvaPHz/2vndt3LYj4u0fg/RcLVzDtLd//B8+mpKbt0+Kndq8c7vQ5m96oZbvQx/etmP9dfl+3j4Jz6L+5VnxUr0Pr+hq42Jv5sv11a74tIrG7GqzCcgpnr/6KVz2q01NovkyEGYPrvAUu/nyXcCNDrT+l/rfR99l+2JeXDjzfhVuGO839CKOjH+7MleXoZmyU4OP/F1ao3zYIjxFoVW0RC7cYv3sc+AXPvzKzNUiCpR6lCgkexTSDgq3F1EiUwg2Vxr8lX/vgI94oiUkllmNqYMSAug9ANgQx53CKgFf+eOJkBekerYOb7CZ8pU1J0ff4F1OtZ4FE31z4Rrz2W/CX8quNGK3u1C7MLVcFtoV4RGCvRx1f5DN3WZVjvJShD86vZ3vXGI1BFJebYO8FpdxOjj7eOHCzDR0ZbVYxLlobUZk26EjMHQvMCwVmBK2xZ/2k6q93JQFyWyrFp/O5e4M1Iow0VSGq/BvxoVjCmrhnQ6aicJS7dZS1GljKvuhavSOLO5O67cVnkP7gdzS1L6dAVF90HsyH74ihcP28sMT+fnTp8tEaN6Vf6skJfy5OyclVkAPsZfMa6mNBNSTIDOSQQow0nvxCD88SSb2wD9YPZlKKkbbv86uZrWo3EapnIlKSWzFYIxdPbtTOzsIaZTy4u2T75xXV4twtbW8q3FRfB+GeturbRRnc6GW4UWEufY7V8+hw+y7sWlfry5b+z3eYXmK0f5usdJqMVuoT+GDh98NG+uvo9Vqird/LP5U1i9+rupXRvvn2No/BbncXJlSysvPedNn8Oo/y6nG3H+a6avQ1c0sfsiRrpevMo6G+IZjvWqW0fTya5klPEZM8z2mRYLpHwNiFhEzQ3tQF01hfxeqX3Rg8iiKIMOeI6wkQZ4LhCn0CmDJNG5Nnn47U628xw2Yu7J60sZPNHo4AreeMFS3j1cihgPL97tQ1ULjsmiGUkDLTulZGO6h1mcvt8dad7QPdUYCIvYCIgcF5HWwCk31xH0B2baFhwLSFHUEBAXjH2hLIPCahLmAkTaIiVMaOgQpBgMC0rQzkYCs1Sa8APV7u4M0uZj0b3H76TW+VlqOy8rQ8H8abIh2r6rcnirNgnJ9fr8ovy0u49rZLp1jhHbDk8UlsT/kSXQqPLL1bwCJ9PwUba7iR7dZJVJTGmKzi+piJS3lpXilIyTcaii4gJYQj5Q1SBjJECFASKKUgXsh2f98ItmITc3KRieXibbpniygu3VheB7G9+Xlarn4VE0AEi+Gsj9F7FqhFyvzvt63razk6cd5+ekf4yiHiRtP6scTrW/1bqMuB9aLymZ6y0Wdq91BDyEPs14Qd5YM0jSMf6FQmBhDK5jR7Zprp4mJBv68eZA781fo3eG2m06MXLtodO0s8oZLRu1nzZtOg/PY9gXlXaeve9cJtl5cMHXj+tl9UMtV8ZdgNKmrjQqj9VuVenMtyvLNvlir1qdroKy7OwW58AIHK4FxCzVyOvCRCgK0tkCT1rNroKGpFtf362yznbtcR3ZMv8Tev8cXvKD42XtUeSExLyTmhcT7QH3rnQhT98SXKoz4H5zaRbXfc9u9DKW+KtwDPrnW9WJ3ACCFw9xfaQCApNpZwzwDWGLnuN+DPWngJKBPQuzR9k9e9KC39sjdlktGwaINwjxfrwOd7erjsqi7Uax8JXfxi9VvquHeg3O3NLHdbeGbUXGWqGj9MmHqmPky2rnNXLl48zFdHSpt4GZyONt9bBeJeiUdaNjADA811JQKQL3ECBnEiKE0evzTdt7ca2YiW7Db7h3tPAzd5HprED1D6AhgmES3NAfLbhR1N7re/n+dX7rV0+LHNy9/pqWY/i0I2lUwEj+Evq62Zw+Y6tFKvsTRmgFz1oBpvR0h7QGm2dIsnl/tVmHi9KmHmX1wmWprpLDplXeQE8wRywWnGpq4f4Mx5iI6ShLPCLWcHSCn19hdgOduiXNbU6bar9mDhgD6WaDp7m++fbJ/gU+KcoTEJbtnxeuDmDult2ngXbLC9IggZFT5or4WY+dR7yDD1pUUpr6kf3Yft+FRzft34eHCN/1r1IQJi5ahfKb35bMPdXlFoqr0XXX1ILTReUeIMlh54CUN8PGCGAGZAgLxdgGs08TE8VzlhtH2zkK5quZP3Sujt94rO9wMq+yZ9iNV5ky1ChZRtC0+Xrhl4eIOcbOuEe7m3PLhYFM+wxHiJMCJ13oP9xVNsh7vlmTrfgv5IXP6u5ElCQ43I9OLXQNHASYN1kgwq7V0jmBKo1cX4Q5jALqAmXYrsmxyswofeDX9NCpt/NSQj9uzJd59P3lqHVGqTXelU0et4k8bFwgTh7ZafopAeveHvESTZ1DT8aP1C4VihB/Fq9V2Vz61HUHJbB1qVH5Wg1RJyruAQd6BMH8CWBoklZYEAe0tpMoZSoQYBEzS2FS+cLHBO1qxSdq+b9LcIj7m19DfV7G/RezvHa/SnIPrQhzSs3JI13sVw74LYSoS/RUi5+KLKXafwhTz0+qq+Bj3skMFO99G8y97MMTXUwHgUWKw9f6F8hCDB/6LJYs67ov7Kx24yTANw4JSLBTkRoR5mbMCcsoJ8Bw41YXbhO6LDzs1g3dtPg17K74Psy99tVlum2Qaj3DaVT1ZnnY9Al60Ds8IHPJicH1nYFGnv6LjJYBOOsgcwAwjIiBlBiEgXXRscrKLjC9nOefOp1zlrlR/heMQIqUqf/vHYq3CwxTVY24fDUnyqs2jSfDVOpIjeICPRbAdgwk5YHRUJX3TI7neoQlDEigpGLHCEMMwhFwQKpiz0BjqXYcmSSMTruDUrW4DIa7Wd7KM07nDdevE1zlG3jamohTfBCKhs1GWTRDVVfQa/xSj816q+cJczC/XRdvfoupv4eduYR+tqfK0As3Tkjm3chSMCQtjkrT4HLPL5gXNAgxiHpbZwYBMnGsHsdK+YbOyrnYlzPA7V/glGT9TX/E/r3bFn9zSbeYmBd9q925/sWbe/lJ3vmUF10pSBxCCAXxeICx4eBZknLI+MZ72v5/KDTy88mqz587yrBze4S4SFV3jAh7jxao+HOQ1LJ2Ui8MoyxIKQYrd+z1u3MJFAcje3dm7O+8HnCmcW+9ulHp3v7pY7VbvNmp9kW4nrjtXKzon17pe3RoBjijhymtOHZEeYx3eAI85sDBrNxOTBqZa329bvLNl/t4tvvCsPyW76tD6nPonMz0z/XyZ3rrhIzLM9KH0PynSegmAhgq71rgSRAsqtULYGhL+K7ggDivBKKFeDeF+6iRAZdN35hnbaf3UPOMn0X7vH5t5n3mfeZ89kVEbF4HSuIjXTm3MRfHDanN5uMC8LYviCtxld4X5sODgQAnpNNQWeIQ0VkgDpKBSiEJrocftEvNhK1Olees1O3Wqt/5rOb8V5irDRrmWvM9EUnW8CA8R6Lkt4npM4uVT8v+LWHaun7N6+Lj8m1d+zxdLbYAESgMkmtR6Q1Zok/auZ4EeFnS4ZKhRCAosBcYBT8gARpw3yDPklKNtaNZhK5NtpwdKzPziDk9+6t/i1qmUwIkJxbxamk8H1mfpVe2CcHplaxtsa9TCtY6IO3e5/bwMlFPxZz9ksivzl2X2tMEQKA2GeL1ebXY9P75tefXA2Cmv9cwcYR1XMExbMVKYIcugsIhK6r1CnqP2XMX291NlZNsnS5w+FVuah/Gk8Kpbp+VcFtWLKsoHtyMufY/N/yZ78j1GZrQBECj1/K08xvoRVB/i9V4IVedq16VPCUSMg95jWaZ0ZMIb6axiwHqK213pThMT0eOgzYkBcvgqbukHfFoSitskcqy+ZU7iOLhCVb2cnMDx607giNoACAx6GDywnErB79hN+ysHszBOw/+8ZJBjKwQV0lhrNGAQAc15l31TJ3AuG72bBM5l0/d9BvVhAufq01ROv4np0VpRX3Lk+evSESnM3HdH18A/VcmHqvERvbsX8+3u/8R//fOrn1+/sP/53a9/ffmvr179/76/+uX7//zb9//fl8+3a/Dh+d8+UvTbIEAuV3q+qH2tK36Eh97GJ62yxj8rL5ZvPOl6tvXOAnJt1AZO3a5/dbp4tQlaM2i279TmfYK6j07P1lXRzFZFFfEOCw4yA2nBkfGAAeEYNlhRgB0VmBNrMGg3Pw9bmTIvbXK44d0kpU1ucGsWEpCdXfLmZ978zM4uUx8F3obWYHSE8Yc27SGJu+uCg6Ud5GsW3VuERBQh6DFjnCPIJZcWMcc8GEX+bFK7V0VJvaujS9rGT+U9vzXvwwhym2X/kJIgR642jAsb3ppx22fFm332pW1MduuUuagLGwVRwdKGou188ekPeYkxm513h6Q24AXjEST9XJ4xdoRJ1SFgo1Bqi7tnJKBgf1LLlFLMec4pQVIKaSmgkBGJBqnUtnUSltqjjtoTUSeC0lDTGUkPg6TMoUfDoTa2A5NjHOoiqMbCoi7Zsye9frDlgbBVmmoPIZaGYYkFEoxwJa0jrmMKpY1M6nuxvgsTqG06T3jzhDdPePOE9wyo3kZ34NTXt8m739/CrhfFe5vYB9e7jr5OumAvCmU48dQDAzST3DgOhKdKtVs5B41MxPReqxODvf9KTkpqxe4uU5+KByq8iR8272cPMrh5PXlH++ve0cZtDARmA1w8mGvXBOhMsJNrB1EPGhmIFKGCQG09gkZLhgH1yIhg9h7CcMIVvgZU1WLcnXGwar6HQXzXO9yN8OZd7ceyq/2zU3ENJB6kvrqdceqWSgesb8szD5rMP+0AvD7tT9VAUTZQvq+ht95Y3kXV6yJvxp8Ln9tgENxx1q4mot+XWTxTd+3y+sw112uH7fTq4fGwnkonrRY8GKiO8MDmGK4mhCXKJyEgZRNVCzWl4WdRWs/fzfRqYe8sH9D4De7fF2k8HdDVcv6fV65ZUKjea8m+0P2nRex/ScFHuKTwQ5BTf7UJP4l249LP311VfCxW62qGvl64GMdUnqgYWx6ix63t3yrYb2aCfv67+qCqbzS6BvGiCg188fr12z/+6+va/g0GrPnizdpXG3cZxOmLmdi30Sw4Tc3/oh7G/29Vni3a8LFJsfqP6nKFx/TiwcaQ88JYzYGNXunMe+YVDnN6BRDXtDVh6xZiAyfBMe3JtFQcaPn+cfghnpNQk69EY9l0Z6W2DN29qYUU3mRNgiAqb/9Yrcc24hqmwOUFVa0LjoCgXHssnjd1KhnaxTOL3HxTrFex72GG9wg5/NOuuCz3S7UrURBeePxRzNkbmwnvNrQT+hut0vJFhZvW5wTHekElzc089GDxqbLgg+A1ncokPEcStjE6OI3R+WG1skMxwz5c76es6VztHqTGtaeEBvAxRoUCCgNhODAcSc5lkig3NnEYKfxbuSn0WUzs9GhaKA41/QBGYjdAuDQQrdup+V7eYmKCci+87OKzB+ej2tR7afvF07j4ECf31dZPpuXXQctHHQeN22Aekvq5v9moD0EM613KF9XRotsEnLuywmxbVpiZtkJF0OHirhukdtwyaLjhBDptwtQbGgeBQBoYzeEepcNtnWRiNk02J6pNhNLDZu8fo+0ZcZ2jtqt31xwRu60JVSgdFFKASJmJIe7pVh467cJY3sx/oM38bCfeMffa+B6CujNm49a77mS5vrKfJ8e/d6fIPEYqAoGd4BRgzpBnnDCOKIRcYZNOkeOPT2JXsqKXZBgsP8BUFuH4Hc4imXieI2erL7Pvs9lH2rgXgjs235UrftjLfjpLboFQMaSdKR+WdI+VgUIRrK0XEmOsafg/DD2zzBnrMG0zWvSaOYmQSU6+0IZWm8kNvSN3uJ6Q8BgfP8/i2++opLSsHibT8pQTiociab64LF9fGt/aIBqSOq+/iAdkh18WPwTxsN0dkbrI70tqY697vZvpSwKkPTMSQ8QMMgwjzBDTMhiBiKF2/nrQyERo262uzMVdBW2njZ8ItAlPj6k3TUJvSn/HwxNk8HeztdqEwaB+r/eSt88exwnoTysHlAyWMwdLGxVDUv9p/F3xqhl4r41bujQ1fl2wra/XOfHTqx2qUEgZ89A4RiQHwkmugKfWKw+oU7A1mTpNTMQUbPcSNDlSkravTyJ4jCj81iZSCobKMy++s4oqVWBLrF269tg9OYrXl2qza2LWNpsorpdlStCI8yq18mr5Yb40ceEsDIHasah4s1otdvP1ttwgiBbhso6heWDzq8vCHMV8toR8tH56pI0vIakf9a+rj8UP4cerTeqkF752GNBxRzQM6Hbn4OB692CoMD1CFnIntOFGMaiBpNBTDKjiVCY55LuNnITHQK919HD9kEQQT2t3HbnDacbX7QOV+zbUgD32SKyqnBssG4ATA64NFCG8awAmkdHXpmUIttA1mRlCjW4YibeYUEOtEoASSIDEjjDAmAklnMJrkjOE5qazEGuDc3rzsDGRbwO8g1hpdhLwEtuwO/FMDD3r1ruLWeKqrJaBNjHizixWV3b75bAx21EPhpk23oGIjh21erG6vHQxXPLb+buUM6ugT961UCn/2vW28MFWUlgyyoLpJIATTJOYYJpqTECyRVn99kRcrEzdz6kXqA4bvv1+JDj9kJ0bRd+mH2u92sYZZQ6/7UxS0zf0uhomgyG4W7eIsI00q1XbNgbkFh/Vcrd/dV9ptEIQzTC2yuwbcZS38vE4wdfGMRA5Ar7Xl+FHXfQ1z7yti/YQ7BR0cQi5QcoaQw0xRDOhuDIsyB1GXgEMUhx2WvlywJjaUQdmFGKsR8UiYzFjMWPxQbDYBjXQNOP+X1yoerWJ3/vHJgp/77IxXwaELMPXbn019pc6KASYCKikQ1RQAL12WAihiRAYOCXKjY7aSWP/+1PX0+peV3PTSfMTDDf+sF5rSda/1IEtyue2sPMwldxE4iRL3bV77mrvw3ERVzLPcRvhy9o6yMuBeZZ+cyq3oRM0DZ14/s7FUKZfq2R6fTKrsnxW5t7bszm92F35k9oh5a2lVAEjLLDhH2Mg0ooYgdro27SFk/hcN1QnA7wDRo/f4C44XZwC6nL9733pS7dZbtMMBVWelnK0JZw20bA7r9A0ZS7m7kNE4rx5gOyj/HX4KD9etLbRGTSNznjj1GU9J0qAGj7BLhTsWVr/vYNRK5yGYewDrrhEcRMZQqE15J4Dg8pHrnpX//i06LKLq0u9VPPFrLTbZr0p4bThGje93Q2WBJ6RY4lob+14E99kNwVtKeTbRuyjlNv5NppQ4S/1kApATbPrlR7M9QNWdvCz4qfzcWjOeL0ZXh9PWN7npymrc+juh+u2zFUWpHsWBeG6HGXVr8v33bbQ62l2AXhY1UTb4BmKD1XTQIKJ/dfvJZnolXTPBeOMMkutUUFvIUYNQNRopLBlTAogDxXWQa6JaRTXQVaIe9Ng19731qoMXK/Kihvosu4B9lmb3ak228tF1mdZn+UUIHem0dpwKZqGS5H/WzQJkHtTLh1o4zb1Ouheo3Wudqdf3FDvvPSIcoC55QoSAbBQCikoaJsTvtPEVGHy5P0+WWy5bNPkbr9rtXZKF24QI9HVcIeOLZyeshRWd7aou1kthIUR0cQplceH1ClGzmu9S8fwjHguydy7eMDJKg0Tc4syhuOsczONhII9xApY3g/Jc6PbaJI2Po7SW++I1PsB+52AdGOkU9Y9OB5CizgygiPOFVdYWOm4txA7xCXhB/sjnYam0i/lDsa0OfkGG7/JrGfi7ZFestKciSUvw+XsWF86yNtAPso62bEuowfK69Vq2cmQFa9uV0lamPZS19XIC+msl5JSiFzMAyMYUcg5jhAUSCZ5sprfn5hJOjYzi+0kkXVXyziOo0HRnJc2izphshzTt7jnXRD989JpHR4OGGCTfO0gJ/E4wfPc2f6gNvMw/Y7GftNmdC3dzoMNGYTEbfP5AY/g/IDTji+s3uYsMrVcpEql8Jp1qnplLPEci608+xJOg/nS1FIbfknT8MsXF5sw17wM2Hq9DB/zMAXHNlzspt/YXznI7U249kBgbpT3ghmGCJThKmMSoGTLZf/z05RT0+tZbG/SsMqhpnuqht61D2zqQ3V5FXNiLOLR1c23Kt+HTTdPVLF00TE2fkSv9ifCZHzn418ekotP/v2/3gby7S7ePvnm7ZPWsillKxAv9OttavG015+tL9Zvnzx9+2SpLl356xJQz639ZVleDyQsL9evIjQT/xn42m+Hvne4WFOyut22bODJf//Hk/PGeBveStPw1r9Ex8tvoyi9vArfLiH4JpToULAHeHOhmzrJU8oV9coib5lRUiDFlGNOMigZbpeCml+fFsYQGpnFVmaXsbezsvyudxRud9MHWC+KHSx0icMK7yM+tXH34FI7G8O8Xkcf/Rcxer5Zn88HN+Y19ewIG1HZBsTSNCD29cK598XPYbTFGfqr0MFOZqVQuKjK1lVRk1qpW9Bdm+Gee8SAkJgpoRyKOSyx5lZK5xz2SW6lbisnUbRuZxYbmsUEmcmaSTtvm4SdN7nV+a7HLIvn6/Ws/uKzV+ViTIxXXem/x5CE5kCHgJ/KCKzzkpS2ZpWxrk2g+WjN6rx6fbbLBOiMoNmGy7I0XDYI0Bgy1Xo9BMzu5a5/pnCagUhLA4kgSgtvo3emcZhxYZN9x04bp0VmBQL0KTYxJo/f5HpAovLSnUfSjkAy9L6oe1+vWEdI1geJlZPtgA19NV/YO42mPbvY2Rx4dXb2Jgj/Nyv/VwDwTfm/h0dnG9PK0pjW79z2fW9dNYyf99111f2VbtZOjhRUQirssMYYG02sdhph4Skmpk0wsP/5SZQsHSZiU5MuqR60ev8c1E6F543iF3uRpjCO+elWiyK8Eqf2p2h/vIgGZXmwdpm2bvVx+Swn/c3ImB4Zbawm65yktXDhi/zZfdz23YdNLFuGor1fU+020L3ePW4BGewpgt5hqAWQgmgHPJQOKilkkvv3oJGJEl/GBu/qtIWk7fvnysiJgeVb3AtwtaDXxK20DrW3REqslTNePvik7Rwxwtq4OpbG1f1UKoA/VW7oCULKj/puf7niR3qx6yXqPLScYsqtR0ZTrKUEhhOFwuQN4hYeaQsTkWN9sdq1/v6Tbgccv8mtWQIOk+nyW7Kk7MU+ZmB7Nd8pvSi1ex0XF+MKNo1APsAE7MtwE83LYJmoNyBqG9fF0riu8CWXVm1s8eurAa5u69LZx/XsEK8DZd3j/jACmGqhEGcUWQEEtNp6hQm2RpZJz+sthH5DGbanwbb1xK+WZQa+cpCTMOJmMQS5BXKFmLuE4KvK08WHmeiq8nUpf1uUw7kKiL62w+VSXobfwyfTvIV7TCMfAx4ynaK+k0w7AkZcZfaeMuNv6e21VOj4yZwlwNtwKkaHZ9avwocpvq3TnHZm19WkMn64WZMGNZljH5Z2MO6J8VRrR6HyiirMIKdE60Bzo5X2qDvTPmzqS59vn5Y/vrhNpuSNfRX7W+dJ/uITH8fBPCsH843zHsfhv/u0dp3Ex3vVlnMfP0q7tQ0+Ymnw0U9NeMcHV/x6Md85vQrmQrok0Fb4mJbXawNDpV0PGCo0UZ5iaplhhmvjDEWICkIddpq0iwRDTZ3EvaTFWdvkbO/DUW3CVpp0Ghre4o7Xe45PuybZzJqj8DZrkrUQ+83qsrzeDoC9iVi98Ea873VVYSgqybjNTgUE3ddJtI3zUL1RX9QfaDvqXX5DhqeDoxp/gwzrfZD9eouOaRhqKc+LHV+WC3xvcHTM/MPSAUu/HTWnWPq3wef5m/1tlBMTHf23XH2ogkh6G2rzfVmi75pL3Uw8mBCgmYSIWWmgYN5awyHWUOjwMlCi5JrfH9Vs145e7YJVd3isZT0Hm0X3sYkU2rX3uYkaw3fv3bl3f1+4d9Fg9cq6WSTDwbmbz4oH0mGRHIv58n15/kAFyvNfIx89QT1HYn3Zrqd4huQZsbsNbWKpv/53avO+eFGP6W9LB8ZZ8dItr1J3qlBnViZ+iVnxSy/H2WVVpTk03rwP8jxW7+C4P6ItQoxDabHBFkPCqESSM4ehUe2BoWOtnQb9stVk/a1GWxWvNBHwj97jJus6HdQDRE45Oflvq6vSG7Xyi2zN8TKVQrUMEnFabn/WOYiKIBr1ECqiY+Q2aoAgmT78ov51/OJ3yd6ffPfEqHJdPrImDoh9P5s5mIpLQm7Po3pIPG0Amizw3yp0v7xrs0ZUjcDtdTH7HVHalq9xnzsgkN7V3rZ6E/l4zlSsLLniL/sb3IKT9fc5bZEnlP9QS38RKTWC0OZaGKLhUSoY3hFWm1uVHEMjnG3joji4jrM/uvKglWOchTeBLDw4UUAEoBLqHQtmsxBGSYysQVIZxSn0RwkLM14zXjNeM14PmHcueG0jqDi8Dq/Pdfi21/AVzVRd61rK1lU7rEVSEAAlgBRBBSVXAklioCaeY+sT970jDWbiZuJm4mbi1tQ7N+K2gVccXUfc127zYW6CMByHLp5t24rXcret3Q27sAo7ywAlHIX/KsQMD0avpsgL6gU6it62zUzfTN9M30zfGDl/hvRtY9g4vo6+r+rD1q+hL5mt24rX0ret3aGvlI54ArCUFgHEoGIQQ0CwBY4CDcxR+rZtZvpm+mb6PjR96+jHhycwOT8C8zb8j5PrCPzGbXfzy9VyHn58DYVpGHydyteSuPuL7jKElxBBB5yzNjpHO0EdwgHGnGBllD5K4267mciZyJnI2R6OsnKGNG5DBzm9jsYvwo+vXwFmM7Ovdy2D95W7+V2p185oCLH3CHoQLGDHlTVAMMxxcnrE0SYzeTN5M3kzeaOL1hmSt4354+w68v6wWu06bsBD4OMz31S7lrtN3QOr11PIPTXcUOKwAwZZyzE23mICwPHNt6bFTN1M3UzdTN0oC2dI3TbkkKcHy/xcZr68xm/3Bi6713nrCgCB5NBjggW31EuioCeOcu48FkjtETu5o+4dQzXzNPM083Qanp6ZZ+5IBARvo9e4uBalB665XbzB4xjtuuMSqj2HXAoSLFRoHITICWdi5gpAKDUjCIUZnxmfGZ9fJz7hGeKzDSDj8lp8Hrre3szr9gYOt4IApAkDDIt4/qHFjMS83ZDBGD3M7ZhBOomvbYZqhmqG6mOFKjpDqLbRYgJcC9UB79obO9bezKeWa2GcQtwTy5SD3FAHXfgDIpRrC9gYXadyp82AzYDNgH2sgMVnCNg2XkzAawE74EB7Y9/Zm7nNWkiExBQzZDlEiGFmrArGLA2UJdrxMcBO5TGbAZsBmwH7WAFLzhCwbXiYQNcCdsQ/9lausTf3igUMUaq9JQg6AjyHXgkog42LpdUe4DHYTukQm4GbgZuB+1iBS88QuG1EmMDXArfvAntT79cbOb4KJYTBhHDGmWYQO0OtRt5RyzCGo3tbU/m8ZrhmuGa4Pla4svODq2iDvQS5Fq49L9cbOrjexLcVEwyAJgRwhYDETiMHHRCCiWDEYijHyDqNW2sGawZrButjBSs/Q7C2cVsijdt648xF8a/hCy5Dz1qQ7sLlv++vVvBMrnX3rLxElgMLDQQCc+ElpBoKg4zTHNp2zypp4Mul4zM4IR/rNOFlc50s4e05u4UNdy9luDpkqdht1HJbDa1HeIBlPijynA4cEG3MkUhjjl6oTfGdU4sgDRclCfYHjKnQz+R6fbBYerWbjFqDCA0hKFVCOWKhtUw4iKX2kKVHd6dNnEaP0NSsbWvak8QG2/4MbhwcL8AoyNzI3Hg83GijZkQaNRNtptfVmRcxVKZ/Wkk5mSordIJlupe7J8taJ6DlxJBAjDBPQw5xYsPkDQtlTWnrJPO0fRtTGSBtq3XIzcQWyEH7PZTAIZTguz6ppDxSNtZR4ePHqVr8mCVgygqFXgS5qg8ryYdo53OlvkjGteEsIg1nebFxqjyJ8IdN+BbxeOLUPqoLfVJW20iHJQc7qZgZjZlQHmujFPLBStLAaecdI7hdjeo1cwdHNN3lsUw3s5XwvRzFdDG3trm0rZgXj0Labebv3rnQneLDXBV3dBbTICSGTmfKfM18/TL52sa7yI4NGd7MtnjVHIn2fWllpCZkLG8WbloLMr3aQSvE2kLqNbbWCy0FgUZTqoXEQhrDEyeVtIlRrBY3GgD7haXKSEqzS1RHkE+D2OtuczptJQAT0fZyFXcBYs3NKo6Ew1PvtvnYu0zdTN27pm4bECNTq/a7q1UgjuvP2G1VsAdt/fduBLYkgsXtgGDDcsMYDVNzbmwwZ4kwxrQxg/WPp5qcXzgVx20pENParkfvcTOqkg5VQdeGnYyqV8v5f165lqWhSqBrPkg0rzl+ceRqI01kGh/9ch7Pel4c5ubZ/DaUjqe62nUEAZYpJiS1GirqkdSQcQkYpBQa6cEeXtVvT2PXZdXZWb1JnWzoT4KtseZvsqzIjliBEIKvwO8jNvnT8mFOAq7PAf7XUO91Wa97EHB4DbFbbzujPTT0pv7ApcNKfOM1/+3q4zICLv7IrBbh3daoqxusCRefOB6TrJaf4qnUETDbju+LDq/83WZ1FcjYaSYYl420N7eJH3Fb6JX99DSWVd+9fNFNjZOUkdrtNvMgB27MGq1Mz+L5vl71Bt8+ebaLfjSh81Xfw4UU7+VHzw4/j9jh56LKJDSV308jYb/Wn/1Ny9BzSsJERrRkGy4EARhQkwd5lzb12zvQkvFqdyNfaMKgYJIyzxxjygIDhCMUI621dYmWjL/9MrQkuJ2W5CBryawls5bMWjJryTPJtTWmJWWiJeGAljxMr7X5bTCfVn25F1gAgSGaGIC9RCJGcDnpJNUm6EqYaMoJMmY9UlUps6rMqjKryqwqs6o8lwxqI6pSgkRVogFVOZDTZ/PbWBKftqSbtccqiZ2ghilCKLMQI0AAJNwDwX3i/tT+/qtUmxBmvZn1ZtabWW+eo97c744/gObEZ6g5YaI58YDm/GnpO0uxv82rCwcaM17takvmMBNOeBvdLiAnyjMjBcBCKkdxumMZf/tVakqRFWVWlFlRZkWZJ5jnkuBwTE2iRE2mOWF+Wm7X800VzPpj6YWXKMt5W3jRlFV6s1fSDSeUHhCNtAOaQeEVd1AE/SmwFkzzJD9sr5mpnBbLklnT5sTeimnjJ6vQWwbalF54qZ9iHOaNJvRO7a5CFwOI/vMq1J+HUfApUDwM3J2r3e5KBzyzWi0S1/Aa8Q/nPZg8xLPiX4POK1zHjzBxI4zXEvVTehV+DU6FJc4eo0uhxAl60qwpL9U79Y/5kDv0ZV2yXm2T1a3O1Q5vDGXIY0K5I85qCzCQVPqY9585EP67502nialY0zR6V87RB+3f2s2QdN2iIQAT5UFQVbjJLAk3wd/NXnUjTp4V3y//vvr0h+wlnb2kvxQvaUkSpKUpXf7sPm77ZpT7fR2mGUNmVK+km5fUI2CpCiaCkcA6C4QWmHotncCA29aM6jUzFdqW4XnuyopK2j7Vc3q6dAyl5K7dJpKr8EFI48i2820w9T8F/hSx04dLFHFOFZ/iD0Upd0UUvPuFXcBHnFpXmIvT8/JjZM5lzp3IOZpwjg8srjaT4Vf1NDkx4Q6WHNf7GhX59pAbr1h1s/57EIZm0eO3aPqvf4O/fXXbkrecKbpibNGiktzVMr7ud65dbK3NujrebWyVrzLsIgarZcUIxriymBdh8yJsXoTNi7DnGzYSvoB74IVYlqjUNMLyO7V5f5Cbu69Vbag0O8iVPapZj1e+RruSz9Ot5T3vOLPs0Xvcd/Lt0g4eVbMXkUcxZcR24dz7XjKO0vxdLWfWXcY/LVbKRl1a7YRuc/btTNX7yb5dRPicIUPRCEPbIPXKKD52wEEfojfl5+eiE+fTCjIwMzC/suMKHpqVY0s4SagyTIOw3nxau4+b8Cybfva33b7MNUX16QUHBQcec15o5QAzhiiuIRWWCWAAdFRaa1B7hMFBK5Nt+u/bnTUNT73zf3iH6+mJy0uTbv/PtyU6Gtg0m/+b1WV5PfmyYbDNgqDUb7SZW5/BRtx9rVA3a/uNfqk/zfZW7B1YPkoGQnjH8cog0HqfYr9er12xl9a8Tn58nfzJv//X2wC73cXbJ9+8fdIOy95HeJsO2sPSZ+uL9dsnT98+WapgVMWWkq/z3NpflmVpIG9ZWL+c0GT8Z2BYvB0aGG8HhkZs4sl//8eT817qT4J1YRqB9O3ChbH3cmVdf2NTx7LQR3ewrXlwvaMlkCPESc6oZJZTrpQmwHuFBBDMGt9GIR00cmIK5tjYLLY2i0tS0+5pDjd+qmq4tZ/GsGtY1ZlqZf/Hl29+pum68YfwRldPi/DOFvN/1FRcuo9F6FtRPlU0rd2DJ6HP7mFfrntYDLZryZNGcLwp3+Vibua7T4eJ53ZJ2WAOul6F7mlblhroOHVKecUwE1hIqjBSDHliXBvc0WtmUgfVu/FM7YEH3Q488myCOoo8oc8T+vvYV+qg5sxzktExjiaRcJCMcbRnw3UId2DHDbF0wKSTgAMJHbFUKGO4hcgLgKxDPlh1mtthmt6Bw/958vTWhlwmaibq10ZUeI5ETYKmIB0j6i9hcjQK1FVdOM7Tskb3LA1thZfxeCLsMAGESMaIYVQryL2mcBinZTtfAU0xzjDNMM0wPdcMR6MwTcLAIBuD6a/RCf9XV3y3GiPqx1Djo7Oro1BtKnW4qpQAQBGiw0zfKY0BgcQGWHqMtHdJOMVgU18BWkW5/JLRmtGa0XqOKXBG0ZqEo0E+htZXm9XfXTeFXAd067Z8HKxNpQ5YqWdQYwUxwFgrpihUUCAOIMMOKDqymto0lcGawZrB+tWDlZwjWJP4NyiO2azb4k/xzOBjRuv2XV3juNlaVeumN3DSKy8Mpc4ihwNUJdQIM8YdhxzrccO1auyr2LPKqwKZsJmwxwhLz5GwSTgUlGOEfaP0wo0arrumdBysVZUOVD0SWhNjEXAGeiQVtI5bRZUF0iCJh6FaNfRVbFpRmYmaiZqJeoSo7ByJmgRHITBG1Dh6QtvhK1yOYdV0qoyzNanXPaIluv0ryYGnmBAJOCdeCQco9lQHS3YYsElrXwVlGc+UzZTNlD1CWX6OlE3CqhAco+wPq9Vu3DfAN6XjbK2qdJOCSec00EQLigz1nGAHteXMYSc8cn4Yq1VDXwFRucgLARmoGajHgCrOEahJ/BFCo3tYvWD+lHLjofwjtcYC+eOV39LffEnAPDl+P4ytYwMuorSNJCpTImyLfyo2q4/bJkF1EPtdecKUs5FJMdooQGy+q8KXivVqVyWvzgH9maB3G9A/ieP/PUb5j+ETJkFUKA2i+vPcuOL50hYvwkhdHoZRxdJQWJb99nIgjKpXoTvF9yKG9yNmOCGMoDC7J9QQDaEI033WTvF7zZxmiS5DczMTG5sFEK7Daw6va3Y3uL3Rva5LYMvq8M8ccpWRm43Wd3sw/VONpTMNtWJjtE1CrRAZp20v2KrDwR8Hg60GqnRDV5nEEGAcnlkjoBiilBskCFXEMgXhMHN/nCDY6ouj7m2Tr2TsZux+LdiF54jdJB4L0XHsvnabD+HKdgy8Sfk4eptKHfgC5DlyhgEmADACQapNAKsCkiHiBB+Gb9NUxm83kotlqzfjN+P33CK4RvGbRHAhNo7f5zp85jH2NoXj4C1rdPMLUAg881Zr4STh2AmDkGcSKaaNkH6YumU7GbnnemBvRm5G7lkhF58jcpPILsTHkfvXmMctQW6EiVraEie/fagLO8jt1+hm6dNaOqgsRpJgagwFgBJkgeEAUVcmQ6geq99ORm5GbkZuRu4NkEvOEblJzBcSR9Z2g3wvooxvx7h7kdYYh29brRuf4LFkykOGFZcWWaoxtRpyA53iSrFhAreNZQxnDGcMZwzfAMP0HDGcBIYhOY7hgawGnVWAVyNZDQYrddNwOcYkDf/vvMBeSE41RUhIA4QilpDhVYdXk2Q1ePT4Zd0zx1mmb6bvudO3PoDg/vnLzpG/SRgZBuP8feN+31WjZswMjonXdVNj3Axuq3Up7DF2WmBpJHMKI0S98h4aYbFAGowsRLSNZTM4m8EZxNkMvgGG+TliOIkzw3Acwy/CD3/p7Lp1eGhC8cC+21CdbmavYOhaqY3n0mLKrQOOQcIBcBJIwfAwfeuWMno76KUZvRm9Gb1nF5E2it4kIg2jcfT2gnw7LBwO8h2ocsBdiSz3HGnMOVTEcUq8hNoqwLAe236bIsj3i8MuOR/sZureNXV/CF/iahuPBC7PBluZuVoU2wu1iZfqMyf3j9l8soGq1WGN+9s+gpPCHiH05RlCHyVxdDiN7BBgW7zefQrC81OMXU1wH0r2eA9/7nquCSGg0hR6DjXy2mqEAKfIYgQDxtWe4+GHp3E7NDDbxv7NytjaiQh90OpNjjSEk592G+9cHQFYIiVIxnu3LXEXD/qLuIsSLMD/3FanHJbnh/ur5ftPzbHhj//kwsd2cOHJOHqURxmiJC4M084hqlfNMdv1q+mconq12a89NweoNpe6uV+wtsxBY8otKYCNJMQrQDVQyAqenp3a/P7UY1OvmpOuZ017Ex2Zetjwg7Clts4uS6JEiy/YbKUcbqLgxfwFsaMNRgr1Qc0XMQNkBZq6v0XZtYdjzBG8bK/hyyM+WHqCnZ7HyZgkCAqnXvgvVpfRdH29Cq/iebBff1kmjKkKY9nzeCb1HjQH17uTUIioCBNRQKmWYRolpdOSaUWRBNCrljYHjZyGHFM2NtuG1maVGT4RcvoNPyRy9ifSH2FP/4veHjK3V7Njp61fqnl8ELUMk/aB49Z7xf3z1tPn+afiZfuDzzx+vb15YEm8ED9r+pmTPj2OU9hj7o5Wuo84fPcTIZWLKWHk1Asqo6mQRusdTYaUrjN9rQtLB4mTxK2PZ3dFZ2o8nDjpIGFS0HeqXMT5VLSPkizorN1m7sL4flZ8v3Dv4vLPiMWynUdB65gsJXuqRa49jsKQDIMsqPQ/5NWqvEdwp7mXTsoAco85l0bXipLgHJx6ir9ehvFYz/Z6ltg2FKqODba/0s3zQYCwgjKuhfKUQ+aU0hZLQBByFLaHfux/fprdFZtpZmST2l39hu/b7grfIEC0xEUkTvp5An06K/nlvG43YKc9C/ZKgOU2Zq+LueqSteO3T35chcrqU9lykMXpbbXxCcuYtVa+9QEzrb3et8/KF/N5pljdeju+4sX6JVW32z4WCyyJ/8Cp4/ErtdnNg1HRDJ1flqn5ta5Lm5G+Wrpk069X1j2YkjAIjQTMYWoUA55BbpVgCHIdJlsyMc56DZ0m9IcNBgXRmkkTyf/Re9wEBVOm8HleXC3n/3nliqZXtaUUBFntyn2/0P8Prtrt2+6ulss4Y6mWoKP2TGFxtys+YSK4cMEUC0N/38m4BGQu5u6Ds6HDwVB8dxG6uVCfAqiq9eKSXy9ev05+/Kw4MLfM1XYXJkn/qE2/qu2n4cEX1YuIRPv25+///F3x8pfvvi9+evn8T98HqlW3idbhu1Vs5m2QxA9xamWLcougmAUDoyTWNv6x7cDbJ7d8U1/dqtMYxJtBuh0i+UFhH+cNsLaJLfKI0f5jNPJXxU9Lsynt/u+X70Jb8UtVo/6Az9XS5rflKHwZZejf31ztVpu5WvzHgZLozhWqx01GUDlsdvVvAxQvggLdrWbzuh8zt+/HLPZjdsC7bTnZLqVhVkrDHw+UUtN0n8ZRT6yX726ktZJwGQKOaK03H1dHtNbu42pUa4WyjtbSwhntCcacKCYdURoj6ZTAJGgu58Wo1goNTau1ptzxHGz769JS0y0ZZn5Na5omMRkEHhPyoBGPGae7unxE0GNpV9Qx1gYZyii1wlJoLOQmyD2I2dA4OSLqsamJhL3du6pbn1riezfIxuk5G6fZLr1jf4tM9fuhehLiQVI/41erzc6vFvNV8dfAy47LyLop+tCU1CjvXu/6oinDEQbeUy0E8JoZ4ZHwWhuIsE5OET5oZKpDg/bNzqqBNvlxGIc3uO5kjKnTAw9u70Zq63Jrx0Y42fk2XP9UoXrf4aJN2xF3ORK4f1SfnhbhzS7mpVdrhIsPKnWvIba1q2rJvxZt27vG/1J9mL8rSVRCKHE4mcdNq9LBZHmrPZm+QP/x3WKl1WJWAn47siPzOvLQFD+Xdertl/qh8kJDRvoDIT0JHSHpaRzP1+vi9cXqo1Hb1D5X6/W2vVqhPLnWTUEskHJeYqgBZhIIoA0GBiukwr8xbJNhJg2chvDQ0KxpKdlEn5TiR+9x33b4m+6O+EXciF95X1Ig+uWEEb9afArkts1a037TJ1Ivnl1aBn8si/i91+VJR7uiebw6iORZ8Se3i9vtm11QDXHnJSJ8vlgEA3gT71uqiNDAtnjvPjUnJ+31w2b+vtYPf3jICX79Hgax0SkboEbzDl+bzWqxyOyo2IGTCASSRiD8aRN07u5T8Z3bBikqfnSdKIR3VaktC/cQ6Vztbi9rqx3HijmqPZLAaEIg4kAoQyAm7dE9nSZO9CZ2210i3M04KcfaDAHIp3Iuvu4+931wRAmUMhTggCqJJF+uwoNEXRsGhPq92Bq3rNz/zWq1OFwR2D4LlkHZ3W1JpbeHS0ANkYLdEKxOvQ92cjavB57XfsaLjYvjIXyG7383oXYYCs9Lj6JoKOxKi/Bv8RNHeS9+KtdRJt7JMGUPZmo5c3UPZqrsQdTI1X5t1EWz+LVn5UrOkT2MLnFuuHuBk7gJksZNEECK7zeb8A5edb0dQ4GL19epj2N6sZvN1hqGrABIE6Q5BkIwCo0ykFtgiGhzKaYtnMa60NKsbGoW20r8yiYh3EjrD8K1waluuURZreUVZUeL2NFe4Gy5ItiYVfFjl7Vq/5niFx/gd7XZlrZQ2XwYMKs2Mnd/5/JuG/fuaqE2FWcvqoOT7oN1AXUwwOeLIN5/n7txlAQ/kE7wg9pE/bko/hR/svmUoMLURe/2JRUtDq53J1kECix8TH+NsCHAQWqkFB44BSVFLTAOGplqraxpdrZvd+K1ssMbXD/FIlNzo+lCUXehneIEq+hKh+9a7K2hZhvgYne5oEWZZry0jSrX6HDb6B9cvYUpZb7p4uOMFMJJLAFJYwl+mC8uo925rrGSCItvivZisr9yOH2ABHnEkTGQWsGCdCgeRAM46ahoT6Hb//w00dg3U7uQ7qMRi0kEo3iQteJdx/E/qsH2y9TLCcmSsSoD/ubLqzAkw/Qgzpmjsbh1ZaaJOpxv7TbVQuyzOPzjQc3xtOVtsVjt4hrGfnutWrpdrSvX9cX8fbRAQxvl5e3aRRUe5MuGxy9NwYd1Zu18/UMtelDY16LftkGP8f2+bt7v173MkDivk47zevyUxS9hIKnUaz1eXdUXa7f1/aWuMysyQntvNMRCCWaAxxwHY0xrZh0grepsf3+i43psZ1Y2NIvKbb/mPpH7+kjz960xXZF8mZ7R7ZZ/X31q7O5tjIeJle3TUj/OagVZ7021QUPVkmOMOQqqt4zECVPCykK/XG13cekyvLXoYbcOM8HV9mEpkFcPpiVA4uhOUkf3Ji7tMNFJPWlrPOIqCqQXu2eDE2E9Z1ZKSShTwW7WwTAw0vrwN4fAngNpCyfaz1VLlc9ebwFwKhv66E3ulwovVbl0WAcPN/Po14u5cZ9qC+JpJ5qllO84VVYxoLBcWay9d+IM++8xgcCF+lBGuCSU+FROwhf+D1WKgSSfQL3nO5JW4CLG8M235ZrWNnYqJmhZLAp1FWyQuG1b9iLQS63Xi/m0S5OfETFTvrbBmJmk5Kh50b75L2ddstmJfr43D2t+lquSf50HYVhttsWvob9XCEC5K35YxZ3uu1qlbJbz9+bq3htwdE2yw6ibLkkmDtU0dah+qbbvh/ZwL8P13iZuerF7uouRBBsMHbJKGoY1okg5pT2lxFbnzlRPkbZwGh0D78IbW8xii7O2yUmgONj2/VtInW9zML16t1E24GzXskldqn+UeeHKrFKNG2E9qrbPiudF/Vh7p57STCpDspefmjXMP9wLtB7BakPinEwPnJOrRZz/t1pdVojcdn2Ty+J/hNLt4uBY5sOig2xIFHOjHKAcSGu11EZzzCnhQFEhSeqVfNDOyS7JZXuz2GClHbZ35Rhxo3s9wOpdV7iiOHXMjqhBVBl2W7s0u328bZX3rGcyPCuazJvbeRn2f33aosoAMfvGs3HxNUxbEndZmrrLfre6inkuvv99vSqjtHtrm7as4OryvYt/xZqhwi5trERIamq08VRbRb22hinhAFRIC7OnzVBLU+0LVG3PmsanDYS47jbX7y6SSddIy4D7RNPGdckyS2sdpO+Kqp9F08+GA01CtH/b1luD1W7gPntvqb8/lkujTehB1uK1dCWeizT1XHwZGLRT85h5qFbnP5YvNbWA6yqNyrpoKtS28GDxgYwZRhjDHkOukNLWQy61dphACyBrsxQNt3WifVy3mWrXRvk27U9jLF97oxvo83KD4m40eplosFwbaEOLohjGvfmn9S5dmSS5dV462Kh71l0oiOkFS429mC/fV38Kcvc/N1GAl+4+/BfvWvDqOfOrRVyhjUciFd+6i3l4zl90eRpc9Nq8Ky+edbzpLL7kmS5vOlvp+gi60RnxiCzecG5MEhdF2nFRXK3sn93HbcyNMYseO5uBRGXvQqVlqBTDm0v3lc14srKjdY8mLGt++Vv45W/lLz+PCvse3HnSshvc6fpdSnI0ZRn/jDn1wDfdkyK+6QoXPuhQtY2RGNsmXmHeDeyLS0Kqse0bjf5uFenhwy9rbR0M+EpLh0Z3xarcoxhM/xW1+Hoeb7+08w9ze6XaX/oyC3yVPrnS8zmZWU5mdo2Lx9P2/L+J8+H3JegMk5zxMdYnrpmUDrH+pVteDeD9srrcOfYkLesYfiTMqgSiAHqPCfDGGqCM505jrRAj7WZR2sJp5t4jA/u07if5bKmM2sd+zMiNsAof8IyRUaQmTqyUDSG1N7VuEHIwpT7A6sCM2jDGgGbaak8l81iE6bWn8Vzr8B9EZQ+sU8ykv2q0Zps5gzwflH0HKEfniPLExZryIZT/eqF2Aeir3QDNP8ayi9VujOdNeZfoWhBoHCNKSsUYIcoqDYg0nhJAje0RvWklMz0zPTM9M/18jHN8jkRP/OKpGCL6D1WYkh0Aum+LBoHelHdjzYC2jmggHeYAWMWhwFJKpzzE3BjTA3rTypcMdHy3W8sZ6BnoGeiTA52cI9CTMAcqh4D+er3alcnXBoi+TcoGkb6v0GE6xAJwhghUAgkHDeWMYC4lIZxSj3SP6ftmvmSokwz1DPUM9Ue38kLPEetJfAYDQ1h/0e7sHlI92fQdhHpT3mG6RdISwoBiAFKHgQXCIg4JwsjiyrOiy/SmlbzwkpGekZ6Rfq0Dyr1CnZ0j1JMYIgaHoR6G59VukOlNyQjSy+Iu0SVlQmMosZOMcu6VYxhorBhHggs6QPSykQz0DPQM9Az081l44ecI8yRQi6HBlfTVajfo5uKbguFV9LL0INmEJ9gLCY0WllLMKSTSGqK1wQLJvm1etZFBnkGeQZ5Bfj4gF+cI8iQmkOFBq7weLvGpjkX8NIOwTFp7fdDPSPWbxf3UPy5jf36rK98Z55uu3h/vmzveOuVvDgnK3M/cv9Ei+10pgBSXZxgKJEb0AE3CPhkZCwUqYsqKkXggXRWNxgTF8oN9VAIsVM55rYjkilsCYn4kBb1xzpLBuKDYyp1b9o+I+NnSz8TPxH8IS/8a0D9kcNIo5JN4TzYY7xlGyrvxCKUw6t4dj1Jqa3TzBmtDLDfQEUE4Ncw6D6iHnlmhPWV91LftZNhn2GfYZ9ifNezROcI+iURlbBT2L/YsGqJ9S6pR3NdVumfKa48JZdgqZjXiXBokqZSaAqwBd3KQ93sOZ+Bn4GfgZ+CfMfDxOQI/iVdlg/Gqb1wQ8cvVMuYWGwD+rls8SPy0Tgf5DDDNMWZOMM+koYxTgiz2BHOINGU95KctZeZn5mfmZ+Y/tKP8NdQn50j9JKaViVEzf9QdJ1rex11y2hrd5XuvhVDOeA0h89YxbpywFGmLNfWADtr49+Sak3GfcZ9xn038U2BPzxH2SbwrS+Ndv3XhXbviuQ/vrH7ZCet1Wapi4V53VqjvlXRtescgBRLGHVkMMDeIaCmocRRi5jXaI77XzGmEr5qble1Ne8DXQMvXETvm48bTZ+Seb+sztCro1FkWo8RE6ay/59s/1p+0OXjjIiA3ximE4RuJFmBWHZ3UnMSRHmK4rXLpx3Tf4Y2UWb19eMexKAyM3adnd0jcOmd2k1PypqDsn2RxeI7FMCer17OtcXj0sb4U6/cW55Mk0jl0SEmveOCkkhQvX/MhJeHK9rdlJFn02SmRnMSq8jRW9dUm2DpmN3Sc2Loq6p0odnC9u4VKMCGccYAYUEpxJ7xnzDjrrdWUq9Z3stvIVKeT1M3uDwCb+ODF6+5zk1MT6BFGy3Lk3JzRP69W5eEHpbkYCNa81foQhDBCFp/+T/FLIEddUjQdblAeAF+euRhTtJWwDjZEsaibDeKUTyWpbZokLpCncYG/hA++P/3lzUaFeVd9Nm8jR6ukxi6tUInTcPGBD5qHTGvHDLOMMMMtMFpAroDFFiZHnQ+3dZpwpW3O2kanPfjn+E3uW6xeX+ldTD+dftq2U9XxIdvL1SrYLWa1CPrSK9sc/bMtLuOhQZ0jT3fxBzH0M9syX4ctk8+Jnha+SRwfR0MHO742m9ViMXCm47Yp6J7nWF3unvyEKGHOIc+UD6BlAgmKPJEUAqmxwb2zHKs2JjrHsWls2hMb909/r/h8vj+VqTzheRGexl8tmiPQokx2svqX87/t1TqSsoLqwVlOkx76/lDnM00gBUkQFE+DoN44c/FidfTEo12oYlY3Oe/oSM1+1FOs+ltUk3HMf54EHNzvjsJXr7nL9aGr8BmbOISp99XyanheDf8KA5i+MhtqgNdnGIAlR3QQSwKwOOnroIOTmGrsDh3ElBR1zDBKHXXeuWB+Geuh99whi7UECgPoVOuUmTRwmg32ODXQBDuyWQNlDZT3Yydj9kPGUo3yOoml4rTP614QVY2p4fipTmGH2l5TTizEnFknNXQECCOhp9AxIrnlh9SeImoqcztzO3P76+N2njCcWWzXqPJJYrs46yuf57qbR7NGrdIDSTTTsm4Ql0KQWSUQho5SCIUV3GFuEaZCQGQONU/ZQlY8WfFkxZMVz8NOGPA5MjsJz+K8z+zXca3fuG0f29u2ZIjcTXEH3s4TJazVmjoIMYMYe64NRIgjIhxCh/BuGsn8zvzO/M78flh+k3PkdxJoxUWf338N7a/68P5QXx4id1nWzVrPtZYICWgB9Vh6qY10RnHoJXAE9LBdtpCZnZmdmZ2Z/bDMpufI7CReiss+s19thi3u9eaIvV0VdgOlkISeAOK8dgoiraGAmCKlA7mdh/AQ21UTmduZ25nbmdsPy212jtxOgqoE6HN7JJFNDatjeWwGqhwcNsKAthR6pgWgUiLGvDOa+2CXQ6HdIcmny2KTeZ55nnmec9WcTnR+jkRPovwE7BO9l5+mBtVwappOYdcSJ0BpYymREHOKAGFQkbh+4jkVCutDfk+RkCaTO5M7kztb4qdyW5wjt5MAQZEGCP4cGip+dSp8sRTbH/dXKmDXf++mMlBaIsck5sQRw7UwjBPoHUCOcqJbR/T6x1OlMFiUebuqNqPH0CzG5E6cvmDgHj0y44EgwaMJZm4dZV2lIogErcIBy+4UVXeediOoQ9VAXzv33sURV5gwvAIpIyHcRu2uNq6Kyo4JQEKbEb2FU+aiauDZvSQxGPNLS97zoVdap6jvk5aO3q8+CJgl4Y8iDX/EDBSv1HK1UZeqeBOGUiLooWxdF+2FPbnWnVRjxBHwVhmrNRaeUSfCJYWUZIYiuxf4pIHThD40NLPu3ca58IHUYhZm6eEDzD7MN7tgD8x24VkmEv0b3OlGUcKTAuD5cm9W7E2yJrXU/oPGrxu7t+dClUqqFPXSzojPU1TPU1yqzXu3e1hxb4bGsBdqWjbkhFo/9dcu7DyJMxNpnNl3V6sw4F2ZaqyTZcVWBa02q4S9e/kgVxEKOt1jhjWGhDnJLAKKeUIkFTJxPuq2MZWeb1qtYtzvStMP3uUmos4mFPQylVxP1JtURNsCFytfyjIGRfOBKxEMWv2Dmi+UDj8MU47IAb2Jin4ZplDpWPhl+dBS/6icz58OP0U9Wup3P/QoQzX6z5N8ma8bY0n4lUjDr8JcL6qtHsU25fVDiHWudhjGveIUUSu8j3/EjBothSKYOyEcbhnWaWIqhDXz9brxSTNCXXOX+0bYkK1S5rm8igCLXEo+6S/BTPl4MQ/Tj/C+twUkJa7C0yxWMextG3Nd6vkyGDFl7pPqwYpYGCdDTR6paOCo5admDhT+Fif7GXOnY6564cNTsm5Z/xnaz/xVk022BhqC6Ur5T5eXlVzGRaQma3GDt3lT2C4QjyaiOVr3MBXNvvKJ2Wjam7b82d++SqGOABQTMe6Gd7s16ybITtN+xl9D117FrhVRo8euFWXXqoXzd3E2Foy1XbNeHnpl3i8+Hawnq+LDfBtmmqFgtZmH2wT27ZurFy/jEnqZzDKuK68+RuT5/tpoIKuLWA0NbFexF6GtTdzeTsi5mL8vE1yaeDFJ1tfklXqWl9Pzcvpd5a3ZfVq7j5v5SBrjw9K+gnmzrzGlkhnq1biCjLLjPg31Py0ZyMAcgPxus7oKIve6rHhOUbSDmuncEu9AMKZwYaJw0aDC7SVzaLXicD6Hw/JuPkSKraIQUYaB0JhAZyzAQFsiBEao3f84bOW02cWXoYEn2LbOGjhr4Lyh/aUq3qn11kMmHxrXWSjRWXhQZ70MxsJOhR8PzhIvk9JhzdVW6SovyCHjTmPvENLcAUZjoghgtGOWYtNXXm1DWX9l/ZX1V9Zf962/vt5JFzpL5YUT5UUGlVd9eM6g6lrvy0YUV13hwC8YYuIRw0QQi7Q2ljsPhPBea6+JHlBbdTNZaWWllZVWVlpn4UV8I+jjs4Q+SaBPB6H/ndsGsA0y3zZFI8ivyjvEl9BBy7mBCgnECBacYQGIJxYgbRAbIH7VSgZ+Bn4Gfgb+4wE+OUvg0wT4bNjKv1jtVrt3G7W++DRs6scK+/Ixc7+t1E2Bh631wFDONZCcAE+N9sjhYPNbFmYBQyZ/21TWAlkLZC2QtcDj0QL0LLUAS7QAH9QCf9rM7SD931UFI9iPpd181UwCHBgFhdRaYI0MV/GgQeuw4jY5ZrDbxtcAephBn0GfQf+FgJ6dJeh5Avo0PeoPV8v3n4qflrvNqn7TCex9LNy7BlakT651+I4sgfEEAm+VhVJLzrTDmCKKjZCItvZ80sBpcC8bms1j12dNXHF7UH35nScC+w3udB3UWW3QTwf1wOuyX0XZryZaIqC7Ptl+E1tuML50AbBqfz5t9Rtb8SByLT2Y9g9hIDj3/mmhnQpvPh5hG6EbCDaP59qGtleX83/E0LScniODd6oImy/BfTjH15weXyMSRZXmhH0RJHlT/DWmEHqp3ql/zJdpgI2JpbMo87PLunQ8wuZ45cMQm7L2b7H2b03tE4Nt0vvPl/NLtWj7keSN2mNmEh12u5telxXlLg6GTr9w1cP9l05mLW+aKMQqf1VUBn1QVRmlCrXZqOU7FwlXRRzG6l0VVtR9yHOIrMqGVdlneDR9QXpglLxnF0AyqlHa/DkIgRGN0j2+uWRlRfyBE5y7pd1NDeWMc9Qr6rHBintiyyw6hEGmMG0XubptnDYP+hLVyQRLXlmdZHXy5S9J3QzODxolMQJmBJJQegSHwdwL7WvBORzad1jeXaOicddZAGUhBoJTywkWCnBJkdHA2AE8TxHalwGdAZ0B/eUHMnyNZj86S82SxIwjNGLyz7cl7gat/n3ZmOFfVeim0aQaAYkUkd4i7TQlEpOYSBdIHv6mh2z/qpmsXbJ2ydola5c7M//xWUI6CZJGeBjSvR3phDsH+9Ipo9MK3QM8kYPcWe+Ng8xZLgwlGjiPsLfcAdpldNpMZnRmdGZ0PhXoDilNzpLSSTQwIsOU/rP7uB1m9LIqGSN0LO7wmTIpLIYYagUJdFJ5E4xpCRjH0tryrfb4HBvJdM50znTOFvSdsZmeJZuToF1Eh9n8YhHds0fwbPaFY4Sua3Q9+SWN25mSCIxiliHrlaHGMYAw0g7qIUjX7WROZ05nTmdO3xmn2VlyOom1RWyE0+Fzq05KnZSe+8JRTlc1OpwGDhgDrfDMMwqAo14opIGEXmFNzDCnq3YypzOnM6czp++M0/wsOZ1EwyI+zOlXq+3u8HSHBD3rUHzN+Q7X1D7ifh6r/7YuX+NU/ucxQnPhko7cB59vcNPrw6my/3nmc/Y//8ocUVL6np0DOhpTK0nsLRIjG50lEgf90DvMHPVH79XqTAWgE8ALKAUKcwDiFI+ZNpElXklpcel82d/3bNuabDrwxaibPB3I6iZPB6aD94M6qI+CO4lFRfIouIf91Dv8OeKvPlCvg28jLIecIa4dM5Y6DiRCSjMgmSRW+yP4nth/PQM8AzwDPPuvfznTBnSWmieJWcXgmimDnatr5gxVjWsnDaFaV+0QATAT1lmkGPHAWEuIh4wTBLEozwYYnzWExrLWyVona52sde5u2oDPEd4wiWvF8Di8Vxt3nN1VhevQHWp1s+sbJjGUwHrEEBSYMQs95w4C4ykF6hi5Q1sZ3BncGdwZ3HcHbnKW4E7CRjE6Cu6j7jo1gK732ulW7BCcYwOUENIjzShRgmuqtILec+a1oeYIwaf24ckQzxDPEM8QPy+n+FGIJ2Gl+DCsdFn8rJY2JsAdcOFZLqqydeq2c1jQhTTiCjMBLIbII2SYolIKp62WyjuKOpBOWzmdzctZ3VxFxzCMWkJOSONjt7n/lMcVf7sfsWVsaCcyqcpl/bKi6+5C7aoao6mP1fJTUXuMNpx7WpF4uSqulktnwrOqzafCLUpKb2+P4WsE92s/6/uBcs3Go7lbVPRjG19c9ew7c7XrkCFe6Ppcc0+C5Qac1MRiQLkC2FiNsaDKIs27Zlv49RRWWmgmGEqbXVC789WsHsN3hoQb3e+h2FB+ta79tSyeLxazn5azMmd/0+3i19qk2TbatkRFeIBgRGgXlF7UzNvLOGY2xf5pt8+KH0MXF2Vu9TJpelk3/iwaQwlmYsr0y5WeBwj5eESGDUadV9uLcKs/TAiQ8UTbN9f4DyZ/SfwaTuPXfl0tQ4dKQ+59PGphFkGf7q5/TCrsj1jZjPvcXlv/0Ot25Aen+d0ONjosP5NI6y3ud5PDx/jE/rbDX/lg8lQaIU/DDGix2sSTCD6qT+X85GL10cSpRimDe/EsVstFmIo9K/41noBQj7nw64s4xSrnI3UXSvGME54L9SFMZxpJ3ThlP9WNhMnO2kXJNfmcgzzxur1z7q1mXKPEOzsvVzwG8yTIDbMxmB84uKaEGsy13KvQtbaU5MxJpZSj0hDPJdVYeCo9VUBYsQd7r5nTzK4vCeQTGF4Z5BnkeQXt83j+oI6voyxPAuEwH2N5z+e1Q9lhd9eBKt0E+hBz6TlXEiDJgALGQWQJsWH+LF2ycT3QUGZ6Znpmemb6wxnn6CxhnoSfYTEG8+d61Vnu7PBV1YXjKC9rHKTaBNxrSIC3GAllDAZYYACcoggINELysp0M8gzyDPIM8rtLyHljouOzJHoSl4blGNF/jVsZY2vmH+vCUaJXNTpEJ4QziWlMZ4+4lYjE3MkAQs05AAbaQaJX7WSiZ6JnomeiP/hyCzlLnifRXgSM8bzvctrh1Ii36VCdbqiAIxJCimJ8gDYOaeG8ClY7MUhZg9Aw1SfxMc1cz1zPXM9LLqcAnZ4j0FESAUbSCLBvr7Suwr7WFwnIdXn5sr5a8Tu51k3lAwGyzFPCgNICGc1g+JeTHlpJIWmzeiYNnIbpqqFZ2dLMee/MLrr5BYLeiY/ZTW/3EIhOv190oJz9sixURMy2hFbglQnIjKwOvwqd3EVPsJ/VBzX7OTxysd19Cr+unmkbsFr6nq58Be2+2H222//nuIuNeZwmw2jI5bRX3Pc5rV7a/p2dRX6Ah3J5Q0mIEUlDjL6bb3dBa8fPXr6jhA52X1Q+6p4QB9cPPCMsYUZKJLVGXjEMmYeOGWcxgEq1GWMOGjmNFG1j98CJm93sISjR/ZY3YkTyk8cIicX8P6Mg7D/DISX65X1MJK/g+7JihkUSykK6oSxXuvhh8ekg49SV9vW1xkO9vtLdmFGaYy0lIBY4RrDCVAPCqRRASqHTQ5Drn5/qo36lZ2U73ViSxpy+I0f129z0JpAQk0IizOWqj/hpkU7xohHeF/HweNtyDqM3cZq2dB+L739fL1a2si7CQ24b0LR0CVNFFfryQZV8qUTvWfFGrSN3YmDLYn4ZLHVb1Q8DMcwaY/fmavGseMAIF9c82aJ8sCGaDFbpA2XoHX3dPEniXUga7/JKhTGhgxhd9IyP9b6oa3wcXD9IV0cNESrmCdJEe44UojKeRaAp8EyBxN++08hpnGkbuwfj42Y363EFHUbB0PLggSmNj+63jEyIUGljk7umSOh1sCBWi+JyFR6yMklUFRrXWCCh1jWmR6BRuRqz/ab4dnFVVnFq8bR4ERep9n97bTZqZy6Kl674YePcwxosyfcbAMxhaZ8thxLzaKnyY1weW8WHCBrj35bBTusModoSCzX+FsdAEzRVhkf2B8S/v7kKJlzQIP9xAKvuklv17Ikol/K7q38bRPSq7MesJ2Rv/3hAveY3qfTXX2z57kZITEKQCO0gcRPqqt8Hw4/WdeFNQo+O1j0MOxqv/LlMPGjv7nI33ORWt7azJogy6n3IkTwN4VfbeTUZC5MtHJdsV0W18lsujpc7HmEIBTHRToXXHVffm4eO+CyLi61xcb39+bKYh5dldrHWau2Wsd2GpB+djivV27yUnpfSJ837H4bjbm6CIh5Wap3CIZ1WVzi3+fcYjs8uNoqMaZkkNoqwIS3T86VvyDLiR39Q3DG/MdKeKOApxExQrC3TFjOGOFVcMaATvdNp5FTz+3GrmklM76xqsqrJ3jg3gvWDBj6NgjoJfCJ8CNT1eBkitdkXDaO6mS6nrFaIGuq18JxwGv5hShNrABaOMi+B7bO6GWwZ1hnWGdYZ1vcCa3SWsE4Cm4gYgvUPq9Vu2Kr2TckwqqviDqkZo9Z76RRzykOGFFIw/Dea2UpaO2BVV41kUGdQZ1BnUOd1nBtrG3yW2iYJuiJp0NXPrggD1IcxEn50tVGdyUFMxxwKZ5u08GCHoF/nyA7BeOXPUzAD7TUO8XemaW51z4fYM+h/0gMv/FYV1QyOCqbO9LxPKBgpUqoLs5jHvKFJc8+K143D/vwyftgG2tVKXFHKXvTpLxuuVM2urNC2sQ1qzrtNldK0jgzYxHiArJGyRspbCteqokFun92WAh1TR0nMGAUD6ugg01rD3KEka2lZZ86DPFJMYYwJht55RxTXWDMlBdLIe7rXT2kLp014vjx9NMEUKOujrI/yUtY0RH/QfYcxmuMkYIzCAZr39ocbZg1vD3dLu5EhjFBgFNaOKqKEpNJjTpHSkhNHOekxfYrN4Uz1TPVM9Zyt5w65js6S60m4H0UDXH91MV+stqv1xacBtq/TwkG+tzW6u8oUI28BkuGBnYYCAuY4hQRILRxKsmj228mcz5zPnM+cP1PrHZ8l5ZM4TYoHKP/DamUH+O6ry4Nkj2XdoCpLNFPIaGodsjZQHDihFTCYEgqt7zE9tpBpnmmeaZ5pfqY0J2dJ8yRKlpIBmv+sihdqs3MDRF+omamLBqnelHc9izyGiBPJuDRYK4oMgVBIxbSIwbOyR/amlUz3TPdM90z3M6U7PUu6JwG/lA7b6rvBlfZhl9FuaTdTG/IGEeiEo1o6ar3kVBiCCREOScCHLPZdXmnPVM9Uz1Q/W6qzs6R6EmBL0wDbP7uP2+Kleqf+ETPYvm52Jhq2L0Px7LIunu03LirCDxV2A22hRwZSwLTSOjrIECoJgB5QaJFNjn8fauk0zA+1eCeJbq6/0XVHPd8F0A++aEXObfFBbearq22xUAFqMXVNPNJ5e7WO+ZCLbZQ/s094XHH6afHjm5c/0xLLfwu/udKu+BCaXD0r/hTzYpWCGhPwBSq9K8Kf4/touPiHB01hsynz6gwfBN8t6/vlVTl5vvqEWDgJ96RpuOdf4tv5Po6YAWiEcbGYubLwEBn9og4wOJbGMYyZI0wEcEiCBTcyGoTMCND6XvTbOQ0X/fbuBBbX3eYhToXvf8omBVawd+x8G4yMTzHP+aKoOt6wpExxpAJKgjYv3gejR19tgm2hw4h9t1ldBV6UBKksxXqYhkZ2F1eXeqnmi+IiHhZeY+ZZPvG9ErgkZI+mIXs/qO1FtH16fk6+Kjj0c+pe7jqtEmcccdwTi6GxEmDODUNBRVvpEG03v7ttnCZgTVvBxl/XDd6loN30dg8x2Wo+ZZgRrevvGSZZ1Wwn9DDISC2GifypGKIXs89tVvsgu/hs+xlI1MJxorZ1MWJvF/4a5iDa7T7G6cg+D90v4WdV7rDibSfXejDLqwxixaV6XybTDNO+MO6vQoUwSoMIB93/h5xn+8vR7Em0Fk2jtV6HmWoJ6l8i5hPQbOuCVX294kznanc/VnnkIffCW0bCH4W0RmMjrA03J7Rd3ek0cRplmqZmZVszc7EJgnWptg0C7gI1t7rnjXhTav2piPNv2+ock+53bbgTWLLerC5XgSDbtTPzUF6r92Z9ZhU+RwBQ9ZRPI2f+Ho9KqVNjbleX4ZfL1cdPxf7BQ0vzzXyXBgNPPRm4bc7c2MMhaLTX+7R4HcoyJpIoGpZG0XyrNjqMn6jD0nM6yqul1u2HcSaFR+I3B2p95qkcSUN3mkr7+htdn+b2wKyfIEQz+UDVEm7oeAzV36/kNl1tVlvjumr4/EHwQ98vy6W4ojxttpJifbWdL8OzPCu+vZovbEe0t0Wwt4JojqU9bW71GWZ+XqnN5yLdZom2y6Wzi1ZkI5wlSXwLg8Oc7c/9UvIMx7n0a3TXW6CRklrMLJbRXU4BYry3nlPskVbtAm2/nROPTHrEcJ7imKQM5wznr3Yb7TijHzT+cJTPSZwKQyN8flmdCXkQWJ4SqDo1cjDGfKRaF9cMGeY1NQwD5jHXzmjoKOUcmzCLH8Z10lhmdmZ2ZnZm9uTMRmfJ7CTqhOERZv8w32x38eiVMHZHoO1jldm2qTJK7bReN9rQeA50XAYNxjUygdVOUSooQphyatUgttPWMrcztzO3M7cn5zY+S24n8SWMjHD7eRTIEWCrumyU1GWFDqK1EZph4w33wmACOdbEW6qBQN4AOozospnM5szmzObM5snZTM6SzUl0CKMjbH7tNh/mxm1H8Lxti0cJ3dTpHszLKETQMi+IV9oKiBTSDEHNmXAQuEFINy1lTmdOZ05nTk/OaXqWnE7iPRgb4XT15zFM633pKKXrKt30eQA76Z2RTGLAEYTSCC9sMK+ZBIbYQUjXDWVGZ0ZnRmdGT85odpaMToJrGB9hdBwroe0xSJu2eJTSTZ2DbEnGAOGpZUYCq423gAKkrQokgozgQUw3LWVOZ05nTmdOT85pfpacTmKymBjbRzzMitHZyxvMjNGv0Q3TYkZR5YB13FitkVFQYhLsaAegswoM7xpOkCEj8znzOfM583mAz+Is+ZyEsrE0lO2H+S4KXvFicaXTiNnq8syEy2nWnTpwdqi0m7aIOAWBZcIypSy0niGNtTOew+g53QapDzZ1Yhht2uQdBrVde5+HiFRPv2cbOFthyG3K6NUyQtZWENgHoNUPU5Qv0zZES1ISVUmLrjZxQDfxb0E4662DImbHCFybrypMbxfOvS92G7XcVgP9Dzl4vRLEJFiMp8Fir1fGRKiYi9VqkYaUltdn2+Z6HVKaXu1InpSAaSLixo/3jAPJfbjkwv8RZC2BbUhp2sSJIaVVU6Ug3GHA+nW3uS5w9C7krf5stxW3ztd+5EKXc8vcGS1oEvLE05Cnl1fRJvpWLdOU4Jfx4kyHi32VPVDWxQZ0XDLKtYfxrAfkBYREAaC0cMDpVmEPNHQaPAYavBN6XHufG+WgKmdXk2ah2n/J2/Aj+dXN4LFdLd9tn4Y5mL66rI6yLjNUbTM5vlByJME4HHWyUu3TVx4E4SSZNzvBNwfXuzuZXAggjfcaQc0MsdhTpRSyymkosU2SUXUaOTUTVaexu81Gdf2tbpawAk+ek6rzIW9Dj+SnN6OHnW8v3PaLNu1/jCsyq+JFTNjnClV8N383D1JVvds3cd1mU65G/C2+l3gWx7xN9Prvb652q81cLf7jQHC7izrVwyXjuhzMu/q3YcSGdz/brWam7MNMzWzVh2rk7co+lCMvfpvyaI65a5Lkvv3jASSaZnvS8my9fHcjgiShITwNDXkxX7rLMg1iL6udaYoOc9odFnT32Sh23BqtmWaUKcc1MRJajDEVUmCxh8hhK6dR5LC1qTMaj7Z/3/OUb1eLYCa433fbOiXxvmeJGKe5rarUVlWv7zu11flP4Wnie89T33v8XfFKbUJ19Xvx4kp3nDuxjQddl2UzU5dVotErOZANHRSsggJJL3zUtVJxJozFlmls9F42es2cJhy95u5ISK69z/1P6uOGxmXMDPuuCF+07FTR9LGREqNi5riYb859crPV2i2rlNsx99w+xfe9Znh9BHKT+EXz1C/6ZRgyRm1iVHj8w2LvHN0o2HSOW9edVX9Y7H2XG0XYz6l07U+OZFpqfvvbSWmWru3BVFPcG7yc2wnTBEmWxr/urpM+/12ZKrmfKL9+lmK9iSPMlGkcL1bbdbSM8pZf3vK721xJo6P3HDMn8THyJp7OnA2Tt7MUkICkn4WjU9hdDXDEKOENEtAhgCjU2HuvoLSEA+/a1YBOEycuHz5atk6xeJjZmtn62N0pboPYB018NIrXxEmZ8yG89rLS7WkynJLuoLgLWexEuIgIt8JI5ikR2gAKqccEEOz7kJ0iGV3GbMZsxuzXgll0lphNfIy5GMLsYcKLPUwGs110S7vZiLDS0gkJKXUeUYIEAjiwFQONpOeoz9gJ8lxkxGbEZsR+LYjFZ4nYxE2Yy0FLNsj4opTzIWM2KRyxZ5sa3U0ObITixFECEBHSQyWoAkZgIYHzcMikbdrJyM3IzcjNyL0JcslZIjdxCBdgCLkDqYL2PBnLE9Sr0OGtEExqIDCxhBFpjcEIQe0so1IAAVift9NkCMq4zbjNuP1acEvPEbcs8agXcAi34VPsVptB2tp90TBs6/JuiLKRlnIVMxsjQjT13GGggRXcCIK87LO2biWjNqM2ozaj9iaoZWeJ2iQEQaAh1P7FbZ3amIsh1m7asmHYNhU6tMXQCaIk9EZoYSmSzHFIHY1HN3FmQZ+2TTMZtxm3GbePCLf7CIOHAC4/S+AmERsCDwH314tPxYuL1Wo76FL78eKTaQqHmbuv0YEus8oyaBhHEHHrpMNUCGKUItQSqQagu28nUzdTN1M3G7k3Ya44S+YmwUCCDDG3zk45BFyzLxrGbV3eXbuV2mCqrNBOM6QgkYaggH7lAmqrlCIHsK1byajNqM2ozai9CWrlWaI2iR8Tg/FjvQSTe5oMZ5c8KO76JBjPsKMIY40twwBIR52LeYBjWAPXfc5OkVcyYzZjNmP2q4lmAGfJ2SRaTKTRYi9iBjJX/OtqHsZMPzTXlMWzv8fi8WjcoVpHAnCr6qeF33ZuWf+lTKjb3H7qxA83vd9DhON2PmLDppvx1ShfMlXPAydWmaiZqHcbe5sO1XMMtxVjAE3iwQTvA/Qg2LYmxFCobVLUXQSAUFKjLNcOewoFUIhxjYlxwnjJWgeupIETk+V8MQydwFDNDM0MfVxW6TUofdCw2lGMJvFeQvQx2guqrTExHFLbKezANEzrrVBWS4uVgwiy8BfCMVWGYacROITpFOG0GacZpxmnXypO0VniNIntErKP01cX88Vqu1pffOojdZ2WDWG1rdBBK2eaGqOCkaoE9xZ4KaEW3HHlODSIH6K1bSbjNeM14zXjdXduobOjeE3iuCTo4/WF2gytlpr68hBUy7IOTwkHCBJrLTLOUEEZkl5zqYC3Egjbm/eXLWSUZpRmlGaU7s4tJHYMpTyJ0ZKwj9IqG3ufpbvm+hBMq8JuaFaY9zMhJDMSKa69ZgRDAbDh0gkiejStmsg4zTjNOM043Z1byOsoTpM4LIn6OP1hvrTFv237PPWh4Go7wtOqsHuGFLOYC0I4tl4xoo2TDjoCAZRQyv5sv2oi8zTzNPM083R3bnGtozxNwqwkHuDpoRdqg7tBH9ROYTesCiBuEHWCK+od91ZwFP4IDZCMS0h7OJ3A/zTjNOM04/RLxSk/S5wmEVSyE0E1X84v1aJ4tT/lduA4mKrObH8S7pFjYI5U7R37UtX9bV/3xPNfxm49NU6vv1GPo+geToDpfcguREuFFYWpPYiwOmqwGYvht+UQLazbqfmiWMevlKGaoXrHZ78cjttzdEKVY1hNoqUkPYbVYzjtRUwdVuhYrFBgLbnGAFrqPdCQB2OVcRVzXSnsW4u118yJUVOPmK9TxE1lvma+PurMKzcA7YO6qI5CNgmVkuyo7fqy7Ocxy/WyrnEcuFW17kKB4MQx4wxmDDMOPAJSCSsU8YhpyMaxWzX25cIXZvhm+Gb4ngzf6xxa4YPANwmzkmmY1fPlu1Cz+PZqO1+67dApsqqsMdN1jfFFg5GKRwJWq1+ctl4wdteJgXrdbR4iPHXk2x0uu7rVpdtt5uZpezLzahk/yzvXpWyF1gq/GbAZsPe3enAwks9w7aAKbRoiaxJ5JUWfrAcBrDVHhgJYk6Ku65V3wBAmkIUIQ+ewhEI76Yg3GgrcugokDZxmpj5Wpk5gomamZqZ+Udtc16P1IVcLxrGaRGBJ2cdqL6C1hslwQGunsHtCrCQMMQAtcdYoYb0XUlrHPGPMGtKD6xQBrRmvGa8Zr18LXtFZ4rWNwMIA9PH6Z/dx24frsro6hNZY1AGrxpBCQDnDzkqIIDEaeaAMRAxSjuQhWGMDGasZqxmrGas3wSo+R6wKkGAV9rE6cDxhjZOxwwkPig8yBgDKKDSQCO6gYgajYMRyACDXTih7iNhpDibMmM2YzZj9WjBLzhKzMMEsGsDslTHV4xxSdl8wCNmqtBunFfOxSE4UQc54ARx0hvmYm8UbRTDoMbZqIyM2IzYjNiP2JoilZ4lYlCAW9xHbC9yqYTIcuNUp7PBVOUucUshzITCmUCtppCTcO+chxe6Qr1MEbmW8ZrxmvH4teGVniVec4JX08doMlUNP2JopzbgbdIMdqtPNjGWt4YRC6q0XxAfrFkHuSCAxV9wkGbGHWsrozejN6M3usDeDL39AZ9hx+LbhXhimywd/cbvVlbkovnXhhYfxu7TFc981c+sqe+bWf+8myRZCkrhCAJW2QhMijLCYYg11TE7Q8rX+8VGkXjeeNlUbM132eaZif2fVl54Ipkfu8BBBBM1HqiUhULOEi9t4Z3YBTZ8imcKricOtSjCwvljtVttCt1+1fIaifrD58t3tmXmtlA3I1pN//6+3YYjuLt4++eZteE0fqqr1i63eaxCGgIW35ScfK362vli/ffL07ZOlunRlW/WALQdr8dzaX5ZleZCZsrgGU2g1/jMA1rf1ENzM2pEWL9bSU912Wzbw5L//48nNANHx3bwja2tQvGki3unU9Y3bD5tEonfhajucK6lOrnVnq1I4pBEjHgAFIWQWQQGEYYoSDBnaS3bSwEnSXbVzsfpogsasG5zaWDp6j/u3lIJAl0VB2VV9iZbO1aK2erYL594HeyduZIUC8/5qvS28U7urjStDiC5Xq1Btbzs5H7FwP/J9c935YKLBEtFIpx2vnHpfPH/nlubTQAjIOpTOVFk6Hv4xUOlI6EesfVrgx9D9JpaMY7d4iICPga90MH2o4/6eFot4m/3MYZMnBXlScLchHMnYPMfwDTRGRJ4QkR4SsedlXBJh2Mc4Keo6wnEEtWUQOem1oVAgAoWy2FtuQTAeWji2DZy2yPLYyDjBpCCTMZPxzFeqjwPyQYMwRuEoEjiynrmowzftWYn1xT4ay5Ku/5pjQkMAkdcAEwksoYb7mFDcaKih7JKx/H0GYwZjBuPXBEZ0lmBMwicgPwTjULawkgujqcK6pd2ENVAKC4WgWkknKULQYOwIID6aldp0ITlRkrAMygzKDMrHBUp8jqCUSUAEFIeg7DmRlVAYdiFLirrZEWyYMTMheZhSa6w4kBoLYEVgAvKc6S4fp3Afy3DMcMxwfFxwJGcJxySMAaY5Dl6uQq+Xx5N5l1VulMt7vGZvU2Zf57QU3iN3nCq34fgD3c4Z4cQdmedF1ZNi3U9nWO5VehV5GZoLaClU5GMl4qUHQmFWi9UmkKoIdwyPmkGZQXnHKboPqHJX2zQ/xtGxim4oYZR/t1Fx2Jtw23Wx8sWLOOpj8d/iR3jdZvgsvrtaBfF3xffljn3x72+udqvNXC3+4wC93aFW7cYnH65ym6h/G5h2sfo4262iB8tMzWzdmwCP9WzlZ6UMxuLoJzQrzazYm1iz6s2s8h94+8cD4Dc3ePvH6q3O9m91VrP62Xr57rhawGNqIQm9QGluhlQfLMJzdrboExo2ZV37+bBCN8yNY8y04II6orhG3CujPKSEO0AYaUOJe82cmBD3kaiKE23orCqyqniENvUNNMbJ+1ZZW5yoLZJIEgQHtUVvo25/9+Hdum5x17XZYkU4It4Siq2jGGLjNGOSGWh14gB50EjWEllLZC3x1WoJlLXEA2uJJOQFoeE5xWoTJOJNeX1wXhHLZ7u6fGxu0Vbq6A2jNTXMCU6NgR5RTRiO0YfSKO08EkPzi7aprD2y9sja46vVHjhrjwfWHklEFcJHtEctIEf0h9nXOKpB6mrduYcRHEMIkTCcS+K9Ys4B7hRgRACBRnVII3JZi2QtkrXI16pFSNYiD6xFkuBDRAa1SBSN0PJ2UIGYtnBEdzQ1uvE3VkAfHldZgTWTCArPncCccAGwcHRAbTTtZI2RNUbWGF+txqBZYzywxkiCM1EanPl8vS5e767soGuUWq9n27LwyFmFvTpHYtXD3X6r7nbiUYW9m06V7mroiW93tPZUvlD7XFXh3WwbDOzZGkZ7fb3KzHK50vOI2vA5rfvgFqt1REfQH+oyK4KsCO740ME9RM4xYJ2MMTGJyURsjImH7kGhcFYVzn4d9g/q1+i62RsHPDaUIEg0iEdoYyW1M95SyTFow5D67ZyYMfCMoTmV5ZyhmaH5yNKuHmPng8ayj3IzCdlEfJibA8ezJDh7PXJEy0CVA58ZzzlniMejA6RFXjqrFNOChEtUySF0vp7mqJYHZCfO7MzszOy8LTvRGbIznhDYslMMs/PQyTCB2fMhL8PD8m6eRS8CHq2BkBmGZACotkL6gM+ATIXcEDKfn+5nmG3NzMvMy0fFS3yWvEwCO5Ec5uXAVlcCsxcje10DVQ7AqbVF8bRVKbDFkHiMgo0JgNUyJhIZAueLSXa7MjszOzM7HxU7yVmyM4l+xGn044srHQ/RqLePE2yaUDBTSUFFzO7lrjcywNZiE+xJQHiwLg2z4T9WM+IVcKZ1Cei2cRogu23dUS7v4ze579Qhe3DWibzL/c2d+31XuIWL4rN9WsQe970CgujP38+X7woTxkfEmCpBUFTvIafzrmUlif3CaezXtyWH+lujJZ/Gd0U7xUc2RMt6p+2Fdm410eA/fLp7zQYR0+R0XvtwgpyRw3zKUR5acNtoP8xDvSrp/fZZ8W9bpRfVsRWh8+b94lOQme1udTn/RyzIpkQ2Je52n/QQJme3VUrH8JgEPWHUw+NLt7zqsfGyutiZdLUlHSsCS8S5p1gjo6kyjBAFGZGacIM54u3RwO3vT7Mg7p+Z6O5Ti2VmZmZ+sdOv69D5oDulo9hMon0w7mGzdyZChZDhQxHSsu5CleUKI6uN0UBbL61jxHikrFeSAoUO4DnFsQjnZ3JmfGZ8Znx+Pj7RWeIzCXPBpIfPfohkxZCRwMhOYYegQEPksYYCK2wEAszhmLlLWGQlhsm5Mp0mMkIzQjNCM0LPYv90FKFJ3AemfYSqzSpwZNFnaFswBNG6tENRR1SZmsRS4yUkNFi/nCopkMXWm/KMxA5F6zYyRjNGM0bPGKMJCu4LpeQsUZqEi2A2gNIwLq8GrNH99UGQloUH8SHGICC0xAh5SjC1wBPvw6SeWWmV7nG0bCJjNGM0YzRbo5NFXN8JQpPIEcx7CP3TZm57/HxXXRyAZyzpbiMZTTSBFkmJnFYAIomgFl5zI5lV6oCc8fcZmxmbGZsZmw022TliEyZBI1j0sPnX0P6qGiU9en6IZdV4G4ZoUqE7m+cGWoI0ggJKTqDHjiMDMaJWOersAUuTZjJSM1IzUjNSG6Tys0RqEleCZQ+pveMUK4QMn6eYlnUZaoVnilLCOQ32qHGUCuVRmM0ja8LfDxg6xYmKGZ8ZnxmfXxI+xVniMwktIaCHz5+jsOvV7z2ALtqCAYQ2pQfbShogqjEAGirhCeQWEKcFgBB7ZQ7dm5o2MkYzRjNGzxijdbTQ/YFUXgNS+CAgTeKOSBp39Ge1u9q4+g0nHF2W12f7t1dhtHO1i0/noSJUEGegwVoYxAwG1BhFiBOgDdDrNHGUntcNqrol9/t6sdq4zb7JSSg63PhDnORdf6Hv6540wvCm4Wro+7bkyXfzwMNNKR4Rk69U+LNZNElJtzGp6eyX5fZ+QvGe/Pt/vQ1jc3fx9sk3b8Mr+lAHNq7rXm1jVtPAgrflJx4ufLa+WL998vRtGDOXrmyneaZtk2k1PNMvy7JOEJaySs2j0G78Z4Cnb+tBt5m1YyterMWmuvW2bODJfz8dforF/D+jSJZ9GHqQfnn/WZLPdU8PE7PR3l1wZJ0697syKXRQ9T+4cuCGgbja7vaj9kLtip8uY9R9HLZ/KZ3Et5MlzPX1PWfrcM89EEbz33ZxNpD0dhClSYwSSWOUnm92xZ9i7c2nNLftZjd7t79aYTS51k18LgwFkioXjF2OMXfMUY2UoJA6blkb2Jk0cGIOiLahO4pvPnKH641T9Kw8+upOo5sX0RZ5Wrxzq0u32wTV3kQ6lxSdh9+GwbqLkc2Xavs+CXz+MmKaX21Wl8EIrnJav4yi+hdnotXYWI91iusXTdb3H8O8tJHyqeR2XXWiSmV9GWV3U3Zib/DWma2b1POzODmeVfnnj8h3kMhZLZGz17cT8iSihqQRNeGt7K3o8E7CwF+m0m6S4tDbsng8evtY7SPB3OnPTovpPtaBqfIbHH8j9x7xPfQB49y0nKy5TamIg9BvwsSzqhN0WpkcpvPD8kXaZvL3rHh9sfpo4vyurGquNtHuD5O/1d+j6fU0TAmr7JAlU+rDKsJtwhTnsk5JE6Vsu3DufbHbqOW2Etg/5GltntbeNlR8zPQOf3IqsHDIYO2W9Y3Vv5TlZ2OhjoP47ELd2ZiGSYKOCBnTML3QzbR09uNgBOdAlYNT2Ti3jnOihadEcAMRZ4YorrE1IkkMPtDQiQl1Hpm6mWD2ntVNVjd5M+oz4f2gwfaj4E5CnQgdBXf3NIcuSgcOc+hV6CDbGx0zlwADuFUWcWCR4sZ5QjDUzosRZJ98lEMGdgZ2Bnbe9ro5stFZIjsJqSJsDNmvamkcw3ZSPo7uplI38N8IwiHHBnMsPZecC2uQAd5IDogjw/humsoIzwjPCM829/0AHJ8lwJOALsJHbe5yR/XTqNm9Lz5ieVd1OvTmVFgFETBEM0MZYEwirzxQimClDBsxvquWMrwzvDO8M7zvB97kHOGNkrAyIsbgPXCSW4enY2e5DVbqrncrS7Ug0EArpJPcWu0lR0ZoCJW2I9b3NOe5ZYBngGeAZ4DfFOC3Tafwj/nSut/DC4Hg7T3RPIloI3LcM6Z3VlKHrmOnJQ1WOvSRwwYTQJjWEjqtEcGOWMUIJ9SW2R4GaD7NiUmZ5pnmmeaZ5jelOTtLczyJqaOd45riB6+SNW6L75uXnBK8qjCLFWZphQrhw8XdpRTAIKfcQyS8ZSiG3CHOIbVKc6x5YooPtnUives2TWxTuzCw3Ez5MEBKb9Kp+H30Jg9xXMPwZ22kqYzKe7dxardn18qXwr1era8WKghf+RDFPxXlY9RRJFP6Ppcv5hZ+bFWHqpc64MrWK+57s31bPdLz5oEef9TFi/gFY3hk8VN0WK+wUHxbj7+lnVXP+tNljLmsP/1UzttBl892q5kpuxBuNpu3XdiLQOhC9UnmsQvXh2aMwKQS/Gvdt1ES7kbTcLdgNxbfbzZBp7yOQ7R4Ez9sgrhQPivLZ2X5rCmvCDdY2gEcIxApa7gzAFGBGEbCEeAoRQoSB1tv7sGmTuNbbNKVTcbI2ol41m30LPmVmqIf1acoDpfqfW1bln0vylDjyyjz2qnw+2CzfRnRGwfiX8Tx/So+bBlo9es8mKbBVgnfbBfAsN05ZSPeX8Qwj78Fa/av82AOrSYMwDpgwSwOn2o0jkr6sFDdME4DJcFYNA3G+jkQJ8bsvKpGbSPfi+py2afxuIyhWkfiMRbr06IwOrfTV/PFdGGsQ03fJIhVTBh1kX6Kyt7oRf/vkwRU87pd+IXa2Cb6P47wsu9Rv1VBlVG71c9WCXecJpQCr6+286XbVkFFcVJ6l6kBKq1aD8zYl91FBFLzNPWo2E/7AjpWoeMRWMGy2YQZblFKepgLVY9abC9Wm51Z2fBAm9VlWTPwahVnvTEB76eikixbPvSz4vliu3oaD9+8jKkTQhtzH+qVfAz9WDpnna3noNv2LW+/CbfvfJUY0xVMoORy+VJf1Ed5Pjf1jC1Oxw9+WqUwevvkWQD13Lwvu1yNzm3/zmUD4dKyeLeKDb8NovYpvMHZv9THhW7rm4RPULZUTREjs6qX9sva7dH/sn51ar/wUNXpdO9V+ZbrqtcMhXx+YD29PYDn2cVU8DFtkETtUTyiDcrBPqYS6klaZ02yV6Fj8dlg4jFMjVIIWMWdEworzQT3glHm/V5f9Jo5zdo7d6VxouWXlUZWGllpPMKl0Wt0x4OGdIzqjSQWj5IxvVEntNiO6Q7flo/rj6ZSd9WAUqQNRyomb4RAQqEYEYxZqTWXBg7rkKapx61HYNYjWY9kPZL1yO30CD5LPZKEBlI6pkf6J/h0QDlykM9QnY4SMVRDAJ2ihEPHCZDK8cArJSyhXpuRicgkx/pkHZJ1SNYhWYc8Mh1CzlKHJLGKlI3qkN6ZxF2qDx9NPFSne7IRsUoAyhXTGjPOjVTWSw+F94YZD0Z0yBQHFWcdknVI1iFZhzwyHYLOUock4ZKUj+mQNzGt5eVqGXfuxxTJrltnXJukFTsqRQnM4kn3EBpLIaQEISuYB0RIYLQfWdtKm8v7JFmvZL2S9cpXpVfoOeoVnERyUnFsfasd2MeWuaKrmDIdJ/Kx1a62ale7WK8JZRpxr7jTTEMCqRVegKB2fHLswJEGs37J+iXrl6xfvir9ws5SvySxpVSO+28t1uP+W2XZMf+t8D062yaKAkQw9FJzzxCRVkodrjBiHbKWj/lvLdZZb2S9kfVG1htfld7gZ6k3kpBWBkb9tw4P2+16Uw2euTtQpaM9kGLKG8yh1ZYBoyHkXijgqQXSKSNHPLcmOIE364+sP7L+yPrjkekPcZb6IwkXZnBMfySjYkyJlOI5u6yrjGuSpF53OYsZagDBQBNmLXHMMUEgk4woYSixw+okaS3rlKxTsk7JOuWr0ikPeuLyqE5JItM57ORJ26xXmzgG2zOk2+MD67JjZwYeVDl6UOBB3c9Ne3Z4y4nPCB2/wfVuWrC8NO0Jgc0HetM5u96swieuRDxgIDxFPA0z0Qz71G0V//fJzl4FkvrVYh4AuXQft0/DrefxfNGngUbq8mmT3+xpLXd1Z54WbmeexQQlm/L+23g86UWUgiiiLryVT0F7lRm8/jBhKovPOFdu92ntPm7mI+l4Dkv72Xje7GtMmYtnqFe3PWGuL6hnFwotx/CThEJzNIifgbPlGjEcO1iuW94944L4YI85LCBSkAnoAVBaSCqAoxZ2jijqtnJqSsbHw6ZJ0jF+xWyaPInf9fL9oOGqo7KdhKtyPGJaLIJ4uOJ1MNPdclDG6yqzfZURWe/W68o8Rco7KZwXUHoePiUg0GptNSeSYTkg893Wsuxn2Z9K9rN5cmbeyaP4SqIkORnE13PdDZBs+dGUjMCqLO6mHNWeeuGZJcZgAJlxSjAkpNGEOarZAKPKRjKaMprO1izBZynXSeQap4Nyvf+ug7Kdlo7I975KN38GRAZpywXxQbohlsjaMAkhRGGDjccDMr5vKMt5lvOzlXNylnKeRBdxNijnLy7UZlh/NyUj8l0Wd2SbWMSt1Fgj441xnAJHEVPKa4yQkn5AtstGslxnuT5buabnKNckie7gfFCu/xw+5qBY1wUjUh1Lu4e4aEadpVwBS6zmklqhORYeKIk8snxAqGMbWaazTJ+tTLOzlOnEo56L4W2A+WZeJdvubwM0RWPbAGV5R7IhZsZDJSEDxAkogZBOY8qxYg4CoIa2AcpWsmxn2T5b2eZnKduJ1zOXg7I9EuLfyt6bI/H9w7W6ehxy5QxQ3hoMHeaYSuMVASxOvhk2A9L+ZrLI/izzX4/M1yds3K/Ui7OU+sRXVYBBqX+9W23coLg3JSNyXhZ3V9bCwNWQMASsNQwTjhmHzAFjvQ16HQ4IeNlIluws2WerzeVZynXiLyiG/QVfX63Dn4bX1dqyMdmuKnSkWxJEkESKC8CZcUwY5JWngmvEjFV2SLqrZrJ8Z/k+X6cdcJYCnnjkCTRirqvLETO9LBg1z9Vld808SLEjTGqqgEKUUIaowZ5Z7j3W0g2a5eoyC3UW6vMV6rN0xSOJK54YdsV77eJ4cLZ4VR9vXbwp6wxq8brurKk7a+qOafXhH3S99JzFhkBPoWPaE0CClneQy5gaXBinh7T8cLMZEBkQ5wuIs3R2I4mzmyA3A8TN0HALKHRX6IFkhgtLPQDcYwkAQkIRIBGF1CF3ExxkEGQQnPHCHTxL/ziS+MeJYf+4F9WXHPac2ZeN+c5UFbrrd8A7rDCEUNKg+61W2FGgLVRaClp63/a8Z6pmsohnET9fXX+WjnEkcYwTbGSG//uu+HaxMu9H5vm/72ZN8ehsv6nTXcvDmgmtEbaMegsBEpppGub8UGpBNR2c8zctZWHPwn6+wn6W3nI08ZYTw95yL1d6vnDF8/V6UNir4llVPCLsbZ2OsDsqEWbSIoy1U4xjArBVClLDHJFiyMumbSkLexb28xX2s3Sjo4kbnRh2o3tRfbgR270tHDPe6xpdnQ6Vk0QITYnmAAEvwt+t194yQxkeEvOmnSzkWcjPV8jP0p+OJv50YtifrpdCtBW8Hwbzhx6Wd7O9AWi9BMojgD1gUBIDFRScUMulYEPONT9MkDk0C3cW7rsU7rN0m6OJ25wccZszmzAkijer8L9hi72qMXuzmlU1xtbf02rddMGWCR9MdBqkXipCqGNOA0qtdy6o+SGF3mksC34W/PMV/LP0q6OtXx0BqdvNt5urULl5nv0YSQRflzWGxvJBTr7xiocZ+UZqfp48jzQ2kTCPP1RXklFfktHEGfnqT7XriHGTu3VT5WpVxdVy/p9XrghNh0cqdhdqV2x388DmIuYEiRJYrKv9y+KfivC4H+YmCHy1QbWtGrHhISoyBBl2ttht1HJbjdciDOgijOrQ4tVCbRafinno4iZGMyzfPXvYDHz6SuuFuwwyejGU46ZX3E9y821Z5WWsMmWWm1ogq7tub5/jZlxG7yQR34+rj1EBvChT24YR1ejezfxdGGdhPJSZYYqXcc++GiaR4THZ648x2VaZ5/Xf31ztVpu5WvzHAc1akY4vsHpdiXCXEr2rfxtIcbH6GI8oq9LsztRsW/Vl1/RlpmJfZpdutq36Mgt9mYW+zC5ifq0oGW//eEDQpvm3f6xe7Kx+sc/WVQDgKF0rR/8hutKErrhP15duedUn6mV1tWM+JUUHeQU1goYr5xDhkkuMMXOSEYSBZQ638f9JA6eZSY8DqxMYSF8VVic2iG5OppP9FjOVbk0lllCJ9Kn0YzUWDqhUj5AhKsWi7tINJkhZAAElWnKtDJcCeOulQ5xqTA6pFBvIVMpUmi6tYbb5Ts9umMl6a7LyhKy0T9bDxI01V9RQ1sa07ACuDhqLHGZGKi6wgRIjb5V3yBHSh6s6PV9jpmuma6brtDkmM11vTVeR0JUN2K1B8Bel8PeN16Ro0IJtyrv5O7gXFCEbk+FiRhhnGGuLNSSeOOxkz4xtWsm0zbQ9mxk2yaS6d1LJhFS8T6qBUKZaLNcj4UsHxd2QJUUYchJijgFBwRo0ilqGsLXCCUX4IabWk4QpZUplSk1IKZopdd+UYiChlOhT6nU9SvuU2rYlQ5RqijuUMto5DR1X1CBBkIaUegexMpobyKg9pFTTSKZUptTnhE3muesoa1lm7b2zFiaslX3WxiNcB9cGzb5giLR1aQe0GGpmlbcaWa8pEZAiRrFjwHqqsDaHoK3byJzNnM2cnZSzPHP23jnbRikQCPqc7YUo1Gjxg/EJncKu3w2nVHpgKCcuTLQlDbQlwHJktAawD1k/QWRCZmyecU9IJ5HpdO90wgmdOllML4LwXhzztjZljRt4W49UPHYO+vAvPjOKYuT2Vm3eTxVHceQWN4mkmNr/euTjNeEU4W8u/G1bv7G9EFysGqgs3S6gym3d0rgYdFEGVlRP+ax4/kHNFyoYQoWK7ZX7S4Va2iI+blE/7D15WN8uKGJ0TJ/bMeEYjclrEh0BUV9e+2eEV0Nz5IDwtLC7NgYJEhJC7qBDWjrHIfNaSkiYRg4kJ/SlTZwY7vTIBHWKkKcvS1CnDmK6sbw+ZK7RcVlNfO0h7svqv63DF46BZd9/OEwiVg3TpsJsX2FIeg9qHRz4zRRizlurnESSY+8ccY4arzj15XSkI8YHbX1Z8oyyPD94MsAbSzQ6N4kOV7a/LePoj3ZAKd+J1zokffnuHYpdDdbhE7GTso4EC+chxh57xsLsnmEBMCZKYIe4c1brQwme4izsrIezHv48qcVnqYcTH2hI+3L6Sm3DtHpA/7YFQ7Jal3YPr4fUWQMExkG/Ys0RpkALIznxgnlJDqW1biPLa5bXB5FXcpbymnjVQjYgrxer3ar4U/zZ5tOA1MbiWVs8KLtpnY4EW0kEEEpySKSx1GKNMSUKCQKk9+lJtwMtZTnOcvwgckzPUo4Tn1PI+3L8YnV5ebWc7wZkOC0akt99eTdbDyLEMcUsV0zC6GKgHLIccEYhBqonu/tWstxmuX0QuWXnKLc88cKEoi+3r93mMoySntDurw9JbFXYndp6Z70UWFtKvffAcwWZDbNcxR2t/D874lo1kWU1y+qDyCo/S1lNvPigHNKx/Sy3jfIbSXHbLe4uJ2sYNCsTjtMwEikR3krhCC7PqwMS9BXsJMlts8xmmf08mRVnKbOJRxgCfZntJ62tRudIxtq0sGsOS05ZEFOLrSHSEeSssopgx7DEmveWjifJVZtlNcvq58mqPEtZTfyj0IB/1M/l97jeS6r8bjf3lRqufr3H1PDvphXlOp78TmW5iYzPnlNn5Tk1OtrPzn8Kj8lz4j+F0Jg8j3lRlaXHfanSKt3ZLjQAeKIpMp5SBIl1EkqHPcQQQW8OtXHa0N3o5PMV5KyV70cr31ieH9S/alSWE/8qhMdk+Vovq0rQbuZrNVi3ewQMw4rIIOcOUMqVoR47x6BFlHmqrRoW83vxu3o4ec+eV+fieXVjiUfnJvF9/yue+F8hMib/I15Yldwd88VKanR3iAkzwgnHvADxgHZnNSUemnKSzR0blvA79MvKejzr8RtKNT5LPZ74ZyE6JsejXlqVfB331erU6XpsGYOtMwxSyhxCElrmsTDQKeqkSNKVD7WU5TnL84PKMzlLeU78txAblefjXly1nN3Al2ugZtcid2GGDQDkUkvNAdAAUCaDVW4U5bI8YmZIwu/eryvLeZbzG8o5PUs5T/y7EB+T8yNeXpWkXefrdVCrm2iQeGOAJdgKKb2VDEKmrTaUG26oG5lt37HfV5brLNc3lGt2jnItEv8vJMbkeswLrBKxo75gaZWOOHuDgQ5zaA6wNlwjTBmjBjOtVJhrEzcsznfpF5ZlOcvyDWWZn6UsJ/5hSI7r6DEvsUZhHvUV61bqSLSzIuhmrxh2RlNpfJgRUAaYcMYLW872BxX0XfqNZZnOMn1DmRZnKdOJ/xgGYzI95kVWSdhRX7K0SvegF8gE50gw6i21xjOEpJGGKSKt9xwPS/Nd+pVlWc6yfENZlmcpy4l/GU79y/6yCj+PH+eIb9mmrnMDv7LRqkd8ykZ/83kiPNrcROJ77G1cK7p4Yj+y0c9XmPC7Sibr88p/iBn8PqhFEcQ3GD7GbXbhj/Gkcmebw8yDOLf5Bfd5B8/RU+zYuD07LzEyJpWJlxhGQ1J5cE7ufuwNnZTbKewuTSMLhefeY+ER8p5AqIjzxEpPiUwOTus0cZomfTxiOIEGfXRiOLGOvI00PqiP16gkJj5eGA9J4sHZsPvhN3Q6bKewe7BWMG01EpZp6ySVEBhtHOVIa0QhSmIRO01kSfxyJXFyD6zbyCI6S1lM/K0wGZLFn+dLd7UeksZFUzIsj1VxRyIZw1AKACESgFKMFbAYCYO5o0xZbfsSWTWSZTJrxzuQSHyWEpl4TmE6LpEFGpfJGbpGKmeoa7MKbQi0UiBrCBfOKh0MV6WkJAzaJM98r5ksmVky70AyyVlKZuIDhdmQZNauRcWbsmBAPN9VFWa7usKwjHZqdf2UFcGKx6gDw7lSzHkHqdAAKM2NBwMKtNNWltYsrXcgrfQspTXxZML8iLQekdPrJPQgvTpSkBDLBAPaeESchJbqYO8qg5CHo7KZpfLLlUqjNqvwThcPJJnsHCVTJr5IWAxJ5ut16E43MGA/DLdt2bBsNhW6ToWOAEuUgMAg7IWl3lFjqVEYOoeGFGfTTJbOrDPvQDL5WUpm4lmE5ZBk9jwQ9gNw+Gyzg+Ku5wEJE0yKLHWUeQODTR0jdpxw2gczF6m+TE5xvlmWyCyR5+cXNCqRiV8QAUMS+Z3bqfmieFn2ckAubVk+u6zLh6UzrdTdQ6HQSigQwN5zyWm0cJX0UDsgPYa6L6NpU1lS817KncjqdX4/8EFkNfH7IfA6WR1ev02l58gqbrdad4nIeAqd1jiYu9A6IwknQkEHIDPUeX5cYvOKbpbZu/JFAGcptIlbEOm4Bbnwtb4PPwhP9fpi9dGobfhD8wL3ghtqzVxZa7ata832r7kS3iN1OpJLBNNIa4ck4wg5DgiCPMxPsQGUw0TXxq7Nqq7Nmq7Nqq6dKL3jPZ1Kfo++r2szzEwpwc+XhVu4dyqIaNOT0t22lNfYz6LqZ/FP5d92oagWm2fFDwv3+7x0s13awlxtd6vL+T+iINyBtJ4kox2/vDuyZAfFKvHxIamPz0/b1aXbbeamL0vzpuhQgA4LuvFlGjBAoTeeMSIVIR4hiQAhjkCicJu65bCV00Sl39ok8jHwDq4VCjqlUBRmtVht/NXiabHvS32cdXtUdnmsdaiz+NQZ/NVvt6VQhBs6F+5StZzFohaLxN2GpO42v65WZVS1C6OnlozidaDP3CQC8nG1mpm6Uj0+Ztum0oFz+NG6h17h45U/TzgG2ptIPgZa7okIuEZETnQFf16baGHwq+X8UkULbujz7aVlVuwu5tsY4REjOar32sRiVCfK25XbLv/nrgjP220qjGV1Bw7hT+PwaF7jyUbg0bF7dv7hdEw0E78bkvrdfD87eLhEItuy2euuzqpnbL0K3V0JirHxVmCDlIMIeYQBJw46y7lHtNVdvWZOU17nLZ8nq7BHK58Hq58PKKYP6jg+KqKJAw5hx0S0txzaE6DZy6EF0ZFq3aS/iDpATdDlnEKqJVKcWgUgN0wowfC40FaNZdHNonuXoosecpllVHQTbxzCrzF8v/u0VJcdyzfU6glTW6sS4SN1ulsawiHDiMccS0cpMpRhQ4Sh0iPgXbtAeqTBG8jwx48fn1VSlEhzKcLN6N0+tDTDs5ZmW73qrjiHB93eqRy3S6RTye8DzTUJSNxsSOpm8+1ilWTPLn4Ic/b5djcUjKzrmjMXa858VfNISPI1PzgSmHzDX36e0hxucyJJG3039zorjfsR13zYgxwDzQ7Dfvthn3SgXN7RToW/+atFER9NLWoZjuP1HGOUrx/UZzcTZWOCm3jhEDkkuL2zLPbSczF4jsVBcdcLRyHnMAmzUGcBFJJQrRhxTEIsIHBtvPJBI6eZsecgkT31R0ohnXKH8DFK5MQuOLcXzAede44KZeKIQ8GQUB4mpd/LixpKSN8t7e7gWw4kdYR5pZHTJEwvASACeAu5Ys70JVKdnoj+MajILJAPI5DoLAUy8bahcEggX602O79azFdDQrlOCocFc1+jG+XBkbVGa8A1Q1IgLQyCGAnFsMAOob5w7tvJApoF9G4EFJ+lgCaeNRQNCeivLvQp/PcwXHIvOh+rCsPhksO1uh413ngNtJRISANRsG+JYRwDpnWYXyWnpQ63lQU2C+zdCCw5S4FNfHYoPiawL9qotlGZTSLfjottU7G7M2qh1pJLq71RQisZ88EraIBnjOIyNmVEcpvmsvB+ocJ7ByGVtxdgepYCnHgXUXJU47rfd0cVblV+jb4NlTpCixHziEuMJFEcS2uxUgYbE2iCkfXiiLoNTWWBzdr2boSVnaWwJv5GlA7OX9VmN3fbcfN4XVW4xjzu1OruhBKulIMaM2GxwVYCyD1iwDHDFCV8YC6btpUFNgvs3QgsP0uBTbyPKDsmsMfM40aCrjWPDyt2E3Z5CYJNrLgOIqucc9xjzYAwVgHGkvNKR5vLwpvN47sTYHGWApz4IFF+VOOOmMd79XfMPE4rHWS/VIRjwoxhWGqh49mF1HoFKYKaOX9E3WbzOGvbOxNWeY7CChPvJTrovfTD1dLFrzJqHvuqwjXmcadW95wj6TiHmBCODMaGMu0IQYBjj6SF3vbltdNWFtgssHfkIAHOUmITtyUqj0lsL4ymJ0DbwWCakWpd5wlIgQSCQIOo4UZ4ECa4QApugAFC8HGhnSIqNEvt+dvFDyCvZ+nRBBOPJgaOatgRc3iv7o6Zw2mlrqQG6QQOEeZjjgOLPHHUGsgo8zCoW3NEvWZzOGvXu5PWs3R3gom7Ext0d6oP2BwSVLMvGpbRurwjnpQgAaBA2ijBCMEOMSI0hkFeCXRDi8N1K1kys2TekWSepZ8TTPycWOrnVK4mmf5xRuv6+uFxRsnV7raqJyhoRwG49tJ5YjSkVllHy/+Ub7WJpkmaODXMdGNjAqtt2dYsDKd3bu/4/z/KltkkIlm3df+RpvGjFNUTFWH8XIXvdLWNwzHGnu0/3ffeO7Mrnls7+2X6gzMHROjJv//X2/Ahdxdvn3zzNryBD3U6jubbbmdhgK+Wb9+Wn2+48Nn6Yv32ydO3T5bq0pXtNM+zTR7ol2VZJ0hCWaUeFqHd+E+MXjwYE2/rEbWZteMmXqxlorr1tmzgyX//x5PzDo6Dia8T6/g6XenyLMDVZn1xKLi6LJtdxrKu8PZKDvdZHdPGQOUEwBJ7jz3HQjiLtfQiWfg9bObOhZhOKMT0zIS48ykfXoKrj1t92wEZ7hX3pbh6oP3zfN0CnPg6MdLVuqGu+n1A65bXe1q3vdoRWiSBE4xighFzDkLhJFOOGwcoFl6hVOu2Tdy5wJIJBZbcv8A2L6uID9iIbGnEXsbVmfDvD6465zqOgNW9COz5h3LDxFeIpb5Cfw3trA5H+od4sTvM20vd3HnShUkeCHYkJkBoDYhADmLvOMVWJYqp/f2dD3A84QDH9z/At/M4ZxtSTOUo//HNy59pUb7OPLTLoZ141bDUq+b/umXQ4Jvl9nB4v3fLoCxDQXeIdy93VxqpF9JRTzWWEmopqUPaO02B8U4mfqndNu58qKMJhzp6sKFePlmhwzB6t1ldLW2F9oGxr4rtlQ4ft2g/rStnI1kSSklI3FNYxz1FbeemIsqLVfhRqRjTaUksr0aZScvrqclQaVcLeIaoYdQJpTRhQnpFmaWMIsSlpe3BVYNN3aGUTJQIZ/QO9y8y7WsrVr74NXTtVexa9XGrrA7bSljKfj6tNMXTYj/Bf9paUDHLapguuD/cS27VL2Rd4mmem909yVDiu8NS352fVXzgOD//azwm8/Wqw7FFUzr7EE+s3K4Sig2UdWdrVhFqPLJSOwO441BgjT0P/ycF02282EBDpxGsbTC2FcB4tdzZ1cflRPgaa/4m7GITsitm+ne74ttffnn95g/F83bPIc3ute9sETtb7DvbXZuJ+dXfPnlRLf7HMfD2yRksz1yqOO1cqqVxQwjoFfcRkDxR8U/Fy/YHnwmE9uZ2ZeKFcN+Y020/GJI+PRYyJD5CLPUR+rdltBZfhBvvNleHBk5ZODsorLjQL+oGgGuIvFQCKaqJsIQqDrj1Mkx3WbD/2wDwfjunUeGqbM902puEB/2G75sEf1tdBRNlsSgWca2mzNi3B0DZuyLtXWDCsgw5LPcvMwAeNQBebFzcnA5fpS+vxav4gd9cqN3bKwSgDAPk+7iOtwt9LP4638538WiAXy/mQQ/EIRSM3/fFv7+5CpfnavEfB2y5UR7N+rfbt380Zcdmajnry0e5cz6L2SNncdjOXNOr2Ye6V7OPsVezT6urWZgtvH/7xwOyNTd6+8cB3FR4uJ58ibcVB0O7xJUFnGCvKZntSyrmHVw/iDEw0Y8KEiewYlIQCTCTxFsquLO6DQw6aOQ02m2Xq497Y3+2NW45lcfGQMv3zbs/BbMniNmqUAF7cewEa2Zlq1laJNnr0MV2w/h17GJ5jkyd3fQv+9f2h7x9/MXMcBJvLA7HpblzyNuByCXHu/VKuv4fAGPMDZJKciUgM8YZo7ijHmjqEBiT6VPPcjOfdDI4Zq4GxSRyPdj2fUv280v1D1ed99Q4VjUqoRLvuItc9nS/AFOvWGYBP2sB/zEQOQC7MVfCJ9ptVrOfltt1HEnFd24bxmX5DeMXLhffXtfLclNZJBdBb+1Ws8YwCe8kdmFed2Fmyy7MQheCZVI5bM22zYLqqPnR58R6eTPrI/FR46mP2uudCmbYwOl9DbS2scLQaYsHmZ+H6x1J+Hz8B59ph5Rthp8vzae7OoHy6D1uTbAJsj5Xn/B52aE9x3YHjqTpsnO1GLNNJmNL97H401VoM6DuXfRNNe/DBO1SbQJ6wkxmrcosLWGW5sNovtq4Z41oVQnen3ZPAVuogNTd9g9nmCV6dLifXXJoPibJieMaxz1JfumWVz3pvawudny/25Kuq5rGEFJgPRTAcUEsZwp66lRMmucB3Qty+/sTpw6PTmQn8P7+GkR2Ym/xG0vubWOtVt5v3S4+4Tdg/fvT5J//pXtXFt9AEv/M04uboYtv7wkHiRscJz0c9BLFV6IwnCU+LesuKqCYhQ9A7ZmLB5YpK6AV1gNGpEBSHkBhivzwGQsZC5NiAX0+FkrhxvFfKP4LjqFhqN5m8Op9wSFxG+S0B4cX1eDr0cHsrw/goTnQtbPLQjk3ijMAMXaaWiGJIcwjiAIwnNcHfGgG/RcGiN7JvOhZmQ48E+JxEAJ/PiFmNIr2DCf/RjcwIGiDhq4J0V4OX+Ef86V1v4e7sPuCRuKQyVkfGv3cZrVUjyQ065Z2/TIdwxgzG/4VMOEhcMZ4S63kBDpmDu2KaVKXZcviC+XGFOeC34YX5H54cRuroqUFvC9aJE6rnPdoMXQERyUco+dvHBR30x5Kbzy2nlEvCIfeYaCdCfMSYBCmwB4AY6KTN7KpkU2NadFBz9vUoPcED5z4iXIxDo/iO7dT88U4Q2a2qXAMJXWtDlE4EcQbSryAVkXPUSOxkxIhyDAExo0RpW4rmyKZK0cPkb1vsrCHPPx5VM4Tr08uB9chuolr2nWCgaw1ncLuyeyWA4IQ0xxIDBFW0kqvPEHEKmYwHViHODlfTZbhbBtMKsH8nKcV6L4sg8RbUoAeMX5YrXYD2xq+uTzAi6qsm9+VQ4ysgVQ4bo3VxMUIUQWVAgABoQ5wUbXwpdEC5qnEo8aFuAtcHGAAnTadwPcFjcQpU8AeNP7sPm4XbjcEjmVaNACPtvzAWYIzay0TVjumraLOOO6CBcIVhaTMVpYCpG3li4dINjkeE0PkLScNV9tQMzxgWR7eV/nf8PftN/+jtqnva4cTJ36NonPG6Pxd8frq8tJtiteqmx5+/m62LUtmW5XkhT+43hF0xTgPMwkOgeQMIyAtwsRL45HjjJnkuJVuI6fJ+UFjs+3Far3PUj2JlB+5w0NMKw4+WvE6dKfxsi4lvE106T65IgiSCSJT+vGWTtwuBkeFX5t9osxz2184yZ35ubUx9Op5E2wXnXsW86WLZX+Lz//j6tJVYVgTezHHuDO1nDVhfqWHT7xzLItvfnYR7lzHWe2dlUe9mA8l7YYRVDjxfBSp5+ObjfrgQuXN0Obkrinsb1D2i7pHkAqKCXGWIczCwEMSMMUlwNRCSzloE4D12zlN7qv2ZnqxSk8znUTgh5q+XpuTUviny4JR9aKIvSiaXtRZL2J8ldvuqoDRJNHFe7csdJIy5jP0bjB7r9a/LcMkbntND/+8irbFhdpVASDV9TI0JCr+YF6EfhXlF96G/oeOuSJ8hiiSoSz+5O2Td4uVVotoJIRXG1RkWfvZ/9aB3P/y4sKZ98F2KI2S/62Ki43z//z2ZmPDrszVZehNmd03tBtU/LvSnP9NL9Tyfej8d2mN8PjqX0pAlrlb+iErxYVbrJ+dnEA/R6XcPiplWXy/fKfeledObYKxGp6v4Vf5xUqk/7IsCV9qwjsKTVnOXN2P2brqxx4NZXxKCfhV2Y/SQDhC9gGi3jBABSd+rKKTznGz+rtLXk2a0bEqGvA8OSjoOqtJI6iyBDCrJMHaWkQ9EN4yIhknbTKww1ZOg3q/tUmAPvAO7jeErqh7cAjymL5oW6I7ntawrXBaw7KZRwVguoClxac/nN05Hw8VWIoTl02RumzG1YshIYiLCn0J6FztbngyT7XEElIAJFIYACw8ZDAemUOAajc8O02cNvYPmppk4B8+9z2P+nj7POSnGfKJw6HoOhyuNp+qdZrt8RDFUC/atKHejSIVj1Q/GrB4g9997ope2/RkC3htk7der5skKjH5eIPR0o1ohL7baBdV9kgRbrIKdlmwV8Pl+BTxQM5Qu5zhtxnz4tt/Vryc13nw4lJAaXrPl3b+YW6vVDm/iDdvm/7bL//2l7LJT+cZm3h8uJ9diKIYE+jEJ1DwnkD3QhTjQB0OUWxKuvNyjzw3VkIigIfUeC8chwB4LoRhFCSr7s3vT11vPy/pnGQ1/WuRzsnX1G8npA968tuYgJLE706InoAOBA3G0ToWNNiWdXfXoQrTLAqgUIgYYw2HBgmGnfWOc+oOxHSaoMEsqFlQP09Q0VkKauI4J+SwaVzAYVN4BodFtS7sZk9V0jsnuTWecO4ws4AI5YWSAIUr6kBW6yaysGZhfRhhxWcprInPmgQ9Ya2jbQfEtR5EYwK7L+7G5HOOGSRaG0cJ1gIrYJFGygqvjJHsQGT3jWShzUL7MEJLzlJoE58xCUc0LBrRsOiYhu3m8EOOA+GwcVppyo1CQCMkvNeKIGYcH9SwKAtrFtaHEVZ6lsKaeHtJNCKseERY8TFhxd09EkiZ8YBJzygjxCsvAUTIKk0oRBgOCivOwpqF9WGElZ2lsCbuWhKPmsNo1BxGx83hrn4N4omN5dxCH2avTDomg2EMwlUHmVN8xBzOGjYL7QMJLT9LoU3ccCQZ0bBkRMOSYxqWdCM1qTJEuPD/QZ1aZLBAgJlgDDvutGZiUMOSLKxZWB9GWMVZCmviKyTpqIbFoxoWH9ewXaNYIKMMRR5rxaUBlErvgLLAWC8t1mhEw2azOAvtAwmtPEuhTbydZOrttA/reDlfzpvHS0Q3jPZ543a0l9v0YkdajWEGKKyBlxgrIQzBDmkHvMKSG2j20pq2cANRPeJgXH+IIKbdNicR2oOnv8bbDz1DeGKp3R9xFXvSD0C8UDE+KYwst1nGUzv1RgX0Vln+Szkc9QMs4vkyUT7/B0yE+Nur+SJCofQsRAD8f/a32j7Lp0x8KcfIkMRTSqaeUj/EE4a+c4t5PKTy8ABsHwpnti7co6Bz9SBrGnJSI+Q9wTE2mVHqnMIECkwtIC0LOk1MBYNOo/W52pMgod/wjZIbTAmGv11dXgYJfhPPwCtPvd7zINT5MF8at22OvjYXalnGepjVogzHaY7LfhoKD06XaQEyXywCMDZlLE/lWry9XK1Cg5fR4bdYhcdtAqIyFk49BLh8p+FlrweP/+sW9p/iZVPhq6caTdzLZMe9rDJ0f40S8VM6stMZSvUaotTM5gd1KtCN1ui6n2mDCBJAMyY9YhwTw721QlMmsJO+na6MNTcVAI/cYJr5zJE3dr920vM6yrDqUQvDEoHB3PlUzjgaC6gJrHxaITFGdfdxt16E30US7qNB7wB3tz/1PJ8XPikwEjc3mbq5/T+3DBM8c7EMA+Tdp2MxIP9wy9luX/MGUSDX/OBIHMgNf3kqNoZvMxEzhhu/PTAmCBS55htXiR+aiVWAw/x9mc9lWeUbSLI/tM8Trply7aSOTXxWfF/DJ4Zpl1x5FyZdMcdNmNHdUyzIVzalupH0nl1IixwjVOvbRwE4INRBQEuUraFwluZ692xPTbHllAIqNKdeMcgRhcAao5BHuj06o/n1VFbJOeAF3cO6zReFl4kXVG8voA8azjIqnDgRTnggnL1gljg2h0NZ2pKuawG22FjrAMVAMMi8VdwhiYBC0gHAOiJ64zCWL8cGyEJ6WyHNpsCZx+OMkoYkpEEHpHmuV1e7A9Co+lqPM2VB9zAcCizxUhPsAAqWgJQUYC0Vcc4wSmEHM+XPM2UyZTJlTqIMPkvK0IQy+IAyP1S5SbcHoPHt5R5rmrIObjzx3Ie5jFeOcg01pcqG4QexBxhwLjq4aVrIxMnEycQ5iTjkLInDEuKQA+L8NbS+OsDNh/pajzVlQRc0SmDroSZUc0khJ5yDwBsAKXVCetwBTfnzTJlMmUyZkyhDz5IyPKEMPaDMq83czKtckQln1vurPdLURV1PFwS9cNRAyqwEiHumnPDQUEcQQwdzqLqBTJtMm0ybk2jDzpI2IqEN620qb3fzy9UyJsQt3pQFh3vJbYXZrq7QY1C/VndJRyrnNJXMgDCps9ZSRhQDCllCpIa8g6N+W5lMmUyZTCeRiZ8lmWRCJn6ETEeYdB2NOhyiCjgACaRSGoYFEo5oKR3WRjCMGRvlUCbQV0ygmxximhl05rGDYwxiIGGQOFxjPjxesVwDHjxcsS3pJtnnXgsGiENKeSWMN5J7qjyn3ioJuxOxGx+smFmTrZ1MmjMNeBwlDUxIkzr3vlLz5U4HIbtIXv4sjP2WO22VWVVlj59eSfdgRomJhZgz6wFiHnhPKCE80IVr6pzc46fXzFQUWrcNVw7rs/Z0wqmO/jhyiwch0tgHjSiKAY5rtymvflQlU8JILLbxxLLy0KdyZM13ZUmJpSbEsgwe6IVIP6z7f/LqB6nTLR3Czv5N5VinRx26wBLHYJjaUd8uQseKHzZzG0b76zJyv7eTpmOdmS/rzOro/u7O2miNg+MpFVEaOeQ5wEo5BxR0DCIoBNTWtnv5o81Nhb0jN5jmwMojb+xeD7ErP2/Vj2IVYLcJ1tYmhjRdRitrt/qoNnYbQVb4zeqyxJ91693FNh5NW9LpaUW2XYwd7WR2KANJq9NrHzKmc7Ha7eZuCA9pSZ8N/WwWP5f1H4p01bstB8nQw/SKb/JEqTw/cgS+Xs+NK/5tXR03F49d3cbj6C5XVQxeHb1cPWn92FWmivgepjqRbhs7MbtaV2fNxUNBt/EsuroTVWijqgS9kXrVdOLYQaOj9LzhqXQs8SyHqe364kJtorHy59VyFt6Wn+9m/Ywdpqo0W67iZmNZ6TB/R5uv41jdwwi08cpTBZ+N32EikB993mtMV9wl+QQxaG8HPmgz4Xr7pJpKh2eIIarNBLqfAqQUle08/M0V/9TE6e+HaRO3Ws6i98lEKpQWcxPDlx82Du3R8f4WU+mj4npuQWhklEaJ9zkCAzQ6CERrZGwoGC0t6+a+5VwShSUg0HAPkbAOa6qs1MJxC+weR2kLU5mPjwk7E0yYvzjsTByfdiuxfcjQtHGRTVy5ERwQ2V54WjNCh0PUuqXdSFIGJOOC2/LIckmQ0ZYIzxTlTlrie4I7bahaFt3HLbo32e27O+G9bbRXnHNvy3PPd99IsP79qYj/4s2//pf+Jv4x+ed/LXpXNr0rb+8JCom3NUJDeny+3c47C+F7ZbsvGdbmVXE3b6ehxjLusNMUGmAUdpRDAoQywkmu+wq9aiSDIYPhtK25PKM4gyizcQol3tgID1Doh6ul3Q4wyNfXBwlUFnbD54FVlBLDKZLOSygZdZBBoQDRBII+f8omMn0yfTJ9JqEPOUv6JN7ZiAzQ5/WVMW47xJ/tvmSQQHVxh0HAYEqIMFACijhigDnBCeFCMIWJcD0G1Y1kCmUKZQpNQiF6lhRKPLERHaJQlWV/iEL7kmEKVcXdSFjEuYeEWumlwR4AjLUWJo5kTYzsr9DUjWQKZQo99OoqO0fx5YkTM2ID4vvrarOwl2o9IL8f26JBAW7Ku/GlDgCjlUFMaomMRsRbjDBAkvtg0tCeBDetZBHOIvzQIszPUoQT72DEB0T4Z7UJH/WnyyoX76EUL2LpbF6XDgpyUuUgL4VEHGBmkIaEISQwgoCFq4JrI5ITeQcayuKcxfmhxVmcpTgn7rBIDBnU69Cb1WbQom6Lhk3quryb5t9bEAUWx4ONIIVYKi+dxJZw55Dsa+SmlSzCWYQfWoTlWYpw4vOI5KDLwmI96LCwWI+7Kyy6hjTxmHJogEbcAwYZEWH+6yXVUGHPoRhwVlhkIzqL7MN7GYGzlNnEMxAPeQb2Inr3m22DUb3d0u4UGBPgVZBXyhimSiguoDGYG6I9xcL0t/Mmje7Nsptl97Nl9yxdBHniIog7LoLzpYufyJTn/1VZijp2c1Nenn1XpQxqjefB0m5WEKioNJRoLblBnACJLEJWe+IZEDTZFBtqajKBHm58GlkeeUMPIcZDHzNI8K4Trt8G8MYwsSDVi3AX55ZVTFhzau+F2kWhj/WbVp8mkut2uxjXFEZfDEWrpPvZw8bLfrG7YJ8Xc3XL6KiL1cfZbjWrDpOdqWow1+tQp8Vd3ajlw6iqYbLcMKKKJ76POPV9/K46Kve7Pz8fi5ate2mXajhWdqS86yQtoQA+zDW4AtxRIDDyBiomvCZOq/YQ85HGpqLeaPOTcG/8TV1z/g65A/KNfNgu+95eAaCA2ucpedqDXxUQW8EvsPJqW2YzudoUS/exG49ZsSSfhnpi3GyO//0q4n9PT4HAE0dSjEcPsa5HQfXqxk6zbsbWtqk1cLZ1t07XpLVee2UINeFPnAOEsNAKaoKVd8Kz4ZOuuw3ezbnXB7e4gwOwD9/cAxi5Xx/qs2HbgcmPq48xf089DlQ/YUD4X5ln4JePy+Lfyu9aP/dUmQQOLdrDbAGz8L8yycDq43JWjqzmS7UG7qjlewxDN7V/E79XTA5h+Rdn5mtXvFCbmGBnMXTQbdmHTVlvZup6R465va76YWqBo/Wnyi4wdJMpmXjQ9H1nFHgdBqFRYYJe5rEyq1WZea/q1LbJ+uL2B2LHqfzbwe+fgPNZ8WIxN2VD8bfVpKtYrd0yAHIdRM26nZovivhB7ulA21st1F03vM8uCB+NCXDiMorpNQJ8jdweLrsP1enYN0wrySQNJo1CSDEnpZeMYGjD/BVAJ7r2TU/CJjRszlh687J7X4z3L/O+5fhBl9zHZFgkfqOYjcjwy7KHwwJ8WZeNSm9ZoRsGZ6hGTlJprOTYeUMNFIIrrAji6TFIvWay3H71Ufn3LbXXhePDB5HaxFUUd1xFV5v1ahM/3THD2TS1bmI2H6/cy8fV1P6tqf2bvlraxelpuPrdKHOhLaKM6NXv0+ySXXOTmwgyOybI5WC8nSAPfNJSeLXaxs2u1HRuOl0b1koXS/Vh/q4U1mdFbKx5kKIcvuEHy2IbTPQgvZ+KchSvlvFy1YGnxXxpXbCrrVru4i5cNLf3xlgjtPdkVSOA4AzAGZQFpN9A8g082P4+OvLPzqbGY5KdeI1icVSyjwp0z42lV6O7GQSsU8BhjCXERlOntRfWOisMVgK3WaL77dxAJydifbBgM43OHW3/+lSoWV7vynzuCixi31A4tcA+uLAm/qFYDgrrz63m6AtrolZGhLWp0U1jg5FBnOtgOCskhAHWe8sFcQQQiBgdENamnUclrFm5/sv92MxdUcXkG8xOEFX4kBbzqKgmbqGk4xb6SbvNcWs51riRpTxasWclx5pTG8jdu9+BcXzkBvcvu0FMk82yvXBeqO1easuTWurflHPU0MXd3AQZbCU3CvK2Et+L0JfyeaLv2WpTyq8OMnmhlu/CvLYU+zBVDj2am/fF1Tru4QT5bdah491Wm8nV7NPPtJAJ+AbRrhSPjvQ7sY7rDbAXGxfBoYofwn+vwmgIzK2+yOvave9N3NwMFz/Ml8Zti7/Ot/FFbuOP/69z6zBZVza+5In3xUzZsZma+bpjs3qozLZVx2Zx1zVerDo2+1B3LP74fejYbFN17MguWfnKZ80rn/0aRaaxCIa2ybosI2MsS9xkCRxl2SjCeuZGp7R7egx1vsx+S6TQFlpjvECIaK+VdZ3glE4bk3nEnhXTbnuOQmbaJFMHgr4hZEqSZYqdBcUS91eCxi2yoRlUV2pHp1HD1TqAM1pCpZ2zgFJqvYnOUUQazB034T9oBHC3mVBl6+2rI91nzbso+AZ+rsV28pwrc+7OOJf4hJLUJ/TX1ar9tr8s0ynnx9UqvIfLMEdMdiJWy3bOOVahe+a6B0pK4zyWAjqjGRDWe+Is5VgR2e6zjrU2FdzS9ve+3+b9RAtKI63fN9SeV4tGRfisL+rutOs5xb9ebXfF1u1qR6jwXt6VCc1KsqVLP4FUi0Uk13q1vlqUO6olu8rfpW2vNyt7ZXbbu5hxtm/0Vgxj34Bgq3UZFkd57eL5qvoqZ+UXQcekNnFOJOSI1BavdzEA6AbCO9s2NY/LcF2v681tJKUKCwowk45LDR0UEkEMmDLQ+mtFuW70BhKdpbmS5uqF7S2QVpRfLVz0aIxrwrvS0SLGR9ev90lR97I8UzgR1/OSUhoE9ZiUtoP6rISVjQlr4ohI6Jiwvvm4uk5Kdx9Xx8UzVOhmzrKWS26Fk0JJiIWnlGHNhJbUaQfNcbkMrWUVm1XsLYWXfUP5LVUsOkcVKxPXQ8KOSO0NVWyQphup2LZeR5SRx9rroEuDzcwIJ4gZJwHzEFhvop/kdaKcVWxWsXspjf+jn6di0TmqWJl4HBJ+IKz1YkH9eCNyWk/cZ/vTlfoi2q3SXacTSsGgXSFg1Dnv4xkaHllhlfPMajgond32sqo9UdXWn+V6RVtVfDA1257f9fniK7+B+JZKFpylkk38CYk4KrfH1WxXlo4p2sGaB6oWSSe8hQAaLmVQrpAixSWEGmOj2A2EOSvbE5VtLaMPqmknEFQErrGGx/UsOEs9m7gUEnkgrz/Pwwuxg2p2tijLBrRrt6SbwM4TSj3HjFPFsdXOOxFerwjTWUk84qkcdpu5C13aucHksnf4fu5Z+vp6tA7mj1L37ZXWC/dytVlfVHH8pcCF1uahgY3b7mLF6gGaJFaPRwmvV9tdsCWcvV7Ox1IL6PL9XMb3M5RfoFfcTzKQvuF7zCtwwCr8DcBT5RXYqI/F810cX+U+6KpKJuD23/NV/T2rz60adtSJdKbOMRB6M1NNb+KVMrGA20tfM7qO7L71UXXDPAIyce2k4Bgyj1s4nZsfM3CGKnZX6wURUKJgsRAW3reTVEmoFMUwFDgoB+2boVYzZicxck4j7Q9d4+dpsb6JzXTfNtKXzk7yDaaZnZOzM3ElpfCAnf9/9v60S3LcShOE/wpVH0pfnFEEwNVmztsnMnLtVpZiFCFld0++RwckQXcqzIxWRjP38Jwz/31wAS4AV5g7fYkIdkulTLd7QRAEnucCuIu+3VWNTX0j03GD7wt03d+5hBSAP/0zvedTjSPoeizz9RzLKFNH1qMZPF59iI04uBfEjuVEELhysfPBiweCjh7cKO6RHh5fmYM2jTpFu5bM2Dpt5aaXa2XvrKv1W1utj1iY0QajBQ9pnnN9jh7UKG59nlYzHDwVeWsyu/W7Jo216r9ciciswYkqUmUsHxHQ6/1gB2E/jUjqhMjxPOZlGcn8KERxFKCMtq7LI60t5rs82v4ynsvjozWzmqfjM6KLV3NG9ydawgaDbxf4x+UjVvLfpCuy2Ehsd5zJRMBnFbX1xvolg8Vq3UGYZxVKSi3YkGyrNW5RiDiFl7uSuVbuLW4TXlu5kAcoyPIjb5WTpJjiAiEAOeCnLeWNN/GjdbrIgm9KyoTt+Wpfah/ybWb+/cJ3T9jGxELOBuONGyy0e6pdxPfWD/treg0bZoF0tYM4uE3DlHzLF8H7m+JUlBZfGSJJaflUXuF7m1V9kSBR+4Tfyb5wgXv7IPpiF0eZAXxqO1VDuA0vZrcQbryrUpxHPdV5VIxH//xedO36SA83cPKjn+AP/KazgOMgx02yDBPEMKUsRm4Uk8QnLAipUrpioKGlCEBrmqOTHOHusxYhA5NHPT8xXMOEqdFXnijdW2pXf/8PtZ/W3U0hCEGETaR5yQfyHgA8P3KUP56yYpsXnGNgkdUTm8vfP314yld6itTgoLchaGEctN5xS77Y5X9w0/zjke4rkq54CyaDOF3SMPKpgmOSpiv2qemKLQ8ybd4VebSkQuQECg4hjykAKg65nuqQ+zdGt9YPsIUc8Bbib8EZH37rgmDvF/24PfL5K9I4Y1ngh5lDApTEFMcoS1MnQWkDgb1mlgJAaNiuW65S3i6LexNPeG646+T03eYMgAw6aMkOcms0Y0eOWU2G37zkcoxK07WK0QJMUw3oF4m9q4HB9bScJ8sAw4fTeb9v7SO53W0AQV0KVV7GJ8OFsupJtfQlkDZ4oM6tpoLcKCz016IZKHiO4u/rqf6+HyjfAVVn7n1UKPmv9Rl4FxcGftPTmiVZEDqR44UZCYmLvcRznYhShB2XEK8NmxloaClsGGx6EUwYHplnxYL3cgFLKEjz65x/dYt/zw/1eVR9hcIXETvurbRKhw872Hp1NPlEy5ezb073B3Z3zKFa2IB50/21b918bCSWNG6GevUVVakZNdPcSMv48ELVXDxH8Xn2gsFyhL/l23SbZ2wwb1RTHOyukprKHTUp3Msf1ZdeqB7BQMuLYtZo+ybZVsIFz+Z/oGW+vbckRbbVAzWTRLVfWmv43hZXVdUB/ZUszlJ5p8rKhftbtgerCIj+4zlmltj8iSP8w4uYOa6N/NrMCfUUA5NT+VkSQ33HKJ+LkIi6yTVQW5iVc8Zf91veTev9Od7mCX3SHVRcd6bNL1Bb22AvUaiaAp2xD21npk6SmuleD+98IoFgDI4UV24vnIajnhU1te70pCljgpphRUkQOy7DGNHQ9VI/dV0/c9PAYSHy4jAYKJjaw5Oli6Z+YYAVfcWApdgS3/FHLwBcwcZBSwPXClrPAFqKP7sXTYNWt8zEwNIbrDYxJqfXiyE+9cPQQ1GU+aFL08AlyA8SxmjgpIk7hViL1p5YAetrtrA8/h//EUC1eCKnFagMgUrxIvdVL/Kf6A5OKcBDBU6plBv/npF1LUSFIxUczLSiXVtrTlCP0gnDNPMcz8kwdT2KnJBlBHsopAH24qzNwTnX6mIIdkOPp+rqfvg5ywDZzGNM8AyhBQGtWlPCVVzOsA6WiWOtenUJPzlwFqkw7rzP/+vM5Al4dU1D463IUMdf89mMrLETMHW09dMj9Zf+6dE78evznxW5No7AtwwAN1z65P776iTzbwyuYzle8/E9ys/YPy17KrCsjlP56EAn7JPohEzc2B+3cZCcxRrT43vFVdzXsg7DdQ8DWjlYHw7b/AS1TiGtY38TKiTtbEtvOTaUrbub/veO3RZg33UDys035KZh5pEsznwHu1lKHEKUYgdtI8dyMayTrfJVfbBLeDlb5qxcGOqmnzKPdN6ip/qQT7Op58W2fNXuqypf8havcjrb0U9Mmm6Vryq4K9xDUpRTclNddVV1P8UMgdd7I/yDrPz05yrTZ4uFOX/v+yvZoFIk2TqwY3OVXqGrvDa4t+CAHHzfqsuGP72E5efbCAEQARbhV3BorfiN+6rf+K/yBuZ9418CdiCfZNuBK7fql951m/53PVN4wlIcUS/0mB8gj1DE0gAyTqZJGvtRewnfaWSphSovmOzGfcbuPWeRlTr3mPkLOO9pLuMb01puheRyVbZUvav4bVWMt/Ez5z9Xt3R//0VoS78RMHP4OquaeWO9V5YjrMHaPRcWYcZKeHX6MgVM6pWI3I27VJwtt2u0TZQstv4db/n6WJzBVb+KHnuiK3zeR23fJD4u3x7Xz2/ixaqLe5Pa3d1lLFfePLIoHu++6vH+j7w8c2PpLbeUfiyOu7IPKLdCwuaWIuzzdi3zd3/QIMVNvYB6NM6wEycup38vY8QJSUATkjDUOrh3W1kKU7rtLgslI60/N9nXV/j/goAUGgOx82XNgQJ8DhvMEOm1761syz7nsGsBfKjQQgeSK2tfcMvgdBJujvQEZY54y8d74QVPj7B/WjhG5WEgEW5EIPZL07XiKuyrrsIKxFSuhOBFpKyp+Lp27LuRP8gVpf9Z95Pz4tjJ+IpKfJ+moetiktHAcePAQUxNIqu3sdRqUkBLaX35eJHZ55hwtL/gCqsiQMBxii+hOhAE/F+keVynKpfL7bo4XrPiXFqccNO8sbxTrr7jFm/j1lleWf9nfLR+/w9RXFc1w3//DxFNUvsj8x/YZz4R4dmwIEU0CuMLsV642eKJ76/WcJEvwE165CV2EPDH59lh6BU6P/Zf4Nda4KW6364QEdU65M41INF/kbfpLd0nmlP3CxxzhbYTVZ4bnrP0Mdff5ZHkTxXQqGbt99JRbylrtsYyxXKdMFA7HGZ6QKU4nfter6DMT9v8lNzUANE/mwKh7LxvExo0f9GNUjdLk4Ah4gRunCau7zlOFOAkDZwwCdRKubX6siVirsVr1OOz7CnU6AOemzG/h/1kvudzlVrZ+XQ+ioN0blqyYn9liX5ad8VxmyoWKt3RP5T9bHOCJO8N4ReFLuVLVjtclVRlLXur9bys08AoynA8Jo+t1FI0JefSpupMGxLCxC3on57E4r2cZr8GP9evE+A9tPHcpQH+x2bt2LWxV59TiOMb6yPjq+BdwUFhf/90JXt6vWhOK8Str33iveD2uejFBC20gGx4YoGUiAPf185C5bXZllvf+oFoIm/SalbYCUE75oLtmV/DEIO/6plOQyf0Y5a6UZLFGCoppq6TRShJfZdFQZtUfLCp5c5GBxpvrt4XOxmdeojJqYa/6BVGc9DZ3sgqJ50Uyn+dxFml6jsCmyWZLYxCtH9yb8nXsuC1FJ74k0IHANB1Wg7KN1XXhTwdYfuzlcvIqFRUNJMHPpwV5LYP3HNYebL402n55pUQxGr8v0Zu8Dfk0Qfab63vc4jLA0P/Nyom5G+cLuDa9sDqwwe4weumQauvvJeiB7jZrjpi39F7oIo7zhhl1RF5ww0h/d0MaI21O8oQw4BsyhZKuIevhnsAQ0CsXnsMNxDCL2QGT+T6P2kUEQaZF3M2cN008eLAixPOEjSNWYzDgLF2Q9FvZ7H4/V7LCwftj7X/IqxQ0UB1OgYWO7cpZFw2ZGLZW/kO3CRK2INsOZKLQFW+7CxhMZWnY/5Jxq7K1aElgeEGzN0NnK0V+zpF0zGFE/aySQjT2UjUEXFbSRP5Ptme+d/aa/dt/olVvHIlSUW4GRUJn/EWfAhq5ckDg+eeZIvxFUIw2jjhBj3azeh7trvnZnB2X6cj7TsTfXcGq+AovnHtJrpc2pRU6YDNO9B3JLJj2QGRW6OBCJNbxQGYMwVeJbDF12oU5Ht2vLc+5jsmXFT7ic+FgH2qBNpsvfrf9aqYOElSmjnUSyDnOUYsZCElmR8gzMK4dVToNLJYLl692WWRdrjx5z6++ci2Wwl/xR23v/kMUd0PMhqft3DBUfeyzomnIONfaiu6wjlAuBoqW4ckjrMd3EytvJ9uS/coEtm2+CTc80ULBYFViP/T07hhrmb4V8EBiGxItPQRzT/qqtYVFzRgJwotw0oqpYPJd0dYDx/EYnqqk5q6xHbNCw2OiOLKJ+iM9DaJoTO2WNlTaYk7MGx4kI+UmCFfjRn6sKPHk/WX/BbWK9Refc8/w9H6B1J910DG3goZUfgU1vXRvkX9mOsp0W7EtXi0LR9t80fb4tH2Px6fHmKoEw3zigOyOz7RhEXKu7ZU6ojLnmpCIEsGZ/8n44+zhCnClwigtPg0VnYsdhZvBBxMLXpNc3EQIxijb0rJojW1+Q03BNLmp8crUXz+vjqQabLFV6ZPFW/EZ2VxVwoy4eu1imLiRr+95Z3bWs18qSx0QTLQ03wPHjAw59/UfcOO1Wx5rd+1afz7v1UbkbLyjaloTCbK2YnmCNzf8y8jRwFSP54P5cI3CtXu5Ns19CPbCSzkbgjZuHqI/BTqvLp0teEYpirhTYFjgKnYAFOxOabiCzAVPy+m4hfBVLxi6oqp3wqmht3831Oo8+owNRrDVCUiKkAGmEoMMJWYYyq5AFPJ82IqeRFMJSumrpj6rWCqniNtBnVeG6YKX8ZBTFXC1wItfA1uPtSNPlyF2KibC0T+VY8gZZ5DwjRAKMOMhQT7SRAlhEbM8fkUbjN/SN3F8j5+Cxv7aAXMVw6YYyfPA6ExNbS4aIPwslvgF9/+KrFrgRq7Jm7zVVjhX1osGXFL3YMX/ddOMV0vY4kfeX6cYob4/08SzyM0jAM3QHHr6qW38W3DDVrh5tuAm2/LOHNDDqIPRlD0KhFUCVQM1EDFtyJkVIVQEUTag075Vw0ys8SNfOxEJPMRX+rIQYnjJSz2HD+jXtqeGUrd1TJbofLbtswg2ZH7YFzBrxJXlKitQI3a+sCOt3nCP5J2u1v9sYcuzQ8awDhhFmAaIsriiGYppV6Qea7LXEIQ9dM2g0CjvmLMijFfGsZMeSA9BGTwY4wX8hpBBiuBQIEaCPT+WPyLQaVvFWQO1R97INP8oIEMQlnmOyzEWZKJPGU44VvAhJEkQWmYKTeftfoKMivIfEWGzEX5VyTKeBsHPcbPwn2VKKMEkARqAMmPRQERsyrGZOJP/QOm+u/60ZIbZDSJIj+MaBR6SZA5WZBmLHEJBx8/bhCm1l4BZgWYb3mnxOGF/8d5MLx4rxJelDCJQA2T+OEzXxjgamt9ty2STxayIB+OBjesFrFjELGRyKnTQ58RMQ2MAoKi0IlZ5jDq+NgnqePFOPRjjwYeB6UGjEYaW7HpCbHprQiPuIbgh7KtNyjDjeuC5D+qOdzUVNSXRZCJlf7PPSeccgXMrwAw/Y0TPBgw/VcJmEocQRDNAyaeBUxsBphYDzhjaUCcDBHPQ1kQxhENgxh5URzgNExYOAOYeAXMFTBXwHx9gBlssP9gwAxeJWAqQQKhM3RMJko0DR6WySJJ9uiZWf27njQcBTTDmcswCkI/QIjihLk0cRLXJT5Ne0dndSsrJq4b3G/+BC18DACFjy009SQApHjUh6jr/Ym73p940PtTt75omCKHZIFHGPOc1M1CRKmLHCfNwjjIIt3784WMrS80BGkFlq/QrsEO/8+ywTovHaiDFafyEHe9P1VYET6ZPViRf9VPwZjn8+mfhYkb+4wvDOLFgcOQi2iSUNpu6qTuCisrrKxenl+VlydHymDjRQ9GSvQqkVLxkw/JkDcWHvDG6iNm+4t+FEZx6oVhjCNEg8BzncinSRAErh9TlFKv548lkLP6Z2yfbs67eE/z7QqjK4x+o9YZFJp7MObgV4k5imd52Pcsx13P8j7aVH/W02qyiIVuiihLnDBlPnOiyA2IH5I4c5gX6L7lq4W2Qsu3Di3E2SDvwdBCXiW0KM7loTd0oI2HjrLx6CG2jjFRFCd+QgMv81OPOSgMHI43mZd5McYxDvrH1yvMrDDzzR9cE7xx/AcDjfsagYYoDuah33f9xD3XTzzs+dkFmDRzIz/FWcqtmSjg2ycWx74feWES+8jpOH6u6LKiy7duxLiP2R95rxJbFLfyMJhwY8Lzfp/YzO8TD/h9Usbc1EUsSriBEyGa+lGcxYyjE0oTFI+7MeGX9Pt8LdiEV2z6orBJd9Z6KrDyTGNg8GvzuRwCK/6X8p97WNOQSUpAl+KyHobz0IVnoQubQRfuuBlhmoTYDd3ES7HvRFHkRkGYRZ7D/005CxppbDWrVuj6xs2qYOM8/GwoeJVmleIdHkbjzo543NkRzzg7djyREuS7aeC4hIZ8A0cZjghibsw8N848n405O67ws8LPemYUbjB+MAC9qLPjKAAp3taR03V2JF1nRzLo7Eg6sXmO4+Eo9XzXd3ES+MxHYeQkmcMyL0gy3dmRvAywfKG5gVdg+QrtGhdvHLJsFt2XzqBLFB/qCHWdHUnX2ZEMOjuSThqlNObbpMilceYyP0FOEIZJnLqYZBGOse7suMLKCivfvL3i+qZ3XOSV+QaOA4viRR3hnp8O6fnpkGE/HdJxCUwclCVRHKW+72Y4gMy51KcojuPQc5KOn84KLiu4fOs2S/CYzP/4VUKL4nYcDbodkyG3YzLqdqxjjBvTFCUuDXwvYVmQRiQlScAwdVjgxyHpux2vMLPCzDcOM57zmK0ReZUwo3gaR+7QkS8ZOuwlo8e8OswwQkhAQxdhzLzQ8fmGKXBTRsM0iDMSJP0D3hVmVpj55rdKHtoQ9GCgcV8l0Ch+x5HXdwck/UyQZCQTpA4xHnYz13U96nm+x0GFZShNOLzgzME4TJJuJsgVYFaA+dbtGPIYO8Z7jfDiKt7GkT/hVkPmPQKJmUcgGfAIjJHrRzTyoO5R7DKU+hyYfMcNHTdAfjqeCZK8pEfgik0rNr0abHJNc22QV+YAOI5NirdyFMxjE57FJmyGTbqzDcko9cE4wm7IMhxTknpOkvhOGnteEKMZbMIrNq3Y9I1jk7chD7ebgleJTYo7chSOu/yRcZc/MuPyp2/XIAw09oKEOCzg27WA79RokPLVQzGKSTbq8rdu21b4Wc+FjH2OyStz+RsHIMXnOFJ9jv9+jPkwfzgdGTtZHz7BZJDDqSDRGWTsUsjYJcjYZS0jIWlUQq9X5MYoZFFIEw9RGmFMse/GgeuhMPUz3CbhGW1uKXQafYAOEQuhkuHTnhuN3sm1nwDq3FvQBf53KlNb3eWnG6vcMvbJahNklVfWuYQVIEBBvpXIb5VWKazfWG+tepQF2vy5tA7syHfpJw5L5Tk/QfJqgWDlTXGXUNEaB5/0DBwI4MAX2id2gj/XQ7p4ZbJxTBjLIrYr+Efl43AYSiDW+bGfO+zXWuDJE4ZdfRtJ0JBroRC2sMQZ8Y00NvZ+Lu6ABqulQMEMY8d9BYHW96zkE1DM1/8Fidl/5es+4cz6/ggQnDDr//54PhXHnG7//x3QNsKjShdcH4s7+1TYko1tCsYY70aNEqnohgALyA9v72Q37EPVjd//o8MRdcsTQPfmsL/uUskgcbS+4r6j+or/SMuT9WNRpNZ35+O1MFG49vkICe17DHJ/3u3u7VgIlg1raH/VN9EpIx52aBY6UeCGOEQZoZQiPw0TjHHr96k1sRQ7ZPzV+GgXadUwn6b1qzU8tAgxzD/IhBOiBTnhV8ptPlGEINnm/E+llTFuFd6c99fHe8kKAvxPvOf31rYoPgFUy75y85NP3/MR/vIvemelx+JwgH+h+3xX8QpAfLkrCt5Ozp8pJjD/+5+sHzgXcI5Qixx0eQIGyjoy+EhpQxpvnoYcri7ONPmlcEQXT5FjI2QhDN5dhCyJpxxY+Bf9Pi/5urq3fuEziK8OMadgFvzn+XQU7fBfsoJvMSTE/iZrXzwJsooO2anskJ23HbJ5h+x93SH+S1bw3aME26oYxwTG6jBmiquegquqs/xHyrGjsH64hU1VPRofa6Oq3ePU0HoS8jYD+bqz7Y730MhLyG0Q1lStOiWQ/87HU+r9U+j9s9L7Z/XzY3F3sk8LQe7kMx6LtuGFaPsRoFRyPd+d3x+Ka44A3BZPj3zy8D/Vm/G6IkxrXAME37DauLbE61hbPo2FQQ3fwvrthnERUVJG7MFrsAZUpVaz66h0e08QUryrYnuf9LtwZfWPJq55t+XRAqjuDtyQh2VgUTAcT/AifNuvP0/aNm+eZNdfgTj/XvJhq8n/ZZr8QFEYCkRDMLge2zCJlqaBU5A04jGbhu/5nrV5eLVnEKYStT6cj4djLsyXd8W2EKuF8R3EU20cUt6VBtaqfQN0hf9UNl2xE+gKfAkG/DVKbHJwbTG4dvV+Q/ymH0GNMp6vMB4eYzwRK9bbP2ioLWK9OgdQ1Zn4mJy+uaAui50MZyhlfhxR33VTH/uJ6wYYO2Fb1HastaX2GV8830Ur330tfPfVEQaxENrw/2C0PGGsZPHkZBEoZEHGyELE/43RBK1+HCcIIdFJNRdSmuEYURaHrkP8hHg0IalLURCy1B+mBtHOSgorKbwqUpjngv4VaAuc3Nj2HgWcaAXOFwHOUAFOdxQ4j6e8PJWj0Nn8PAGeUkaPQ0Io9j0nxMglkR/5JAk9n2YJ/6vjMi8cgU/Z0gqgK4A+P4BO3QUk9AjnOFvIyllb2A+EU39DHndwgVc4fRE4jRQ49cbg9ENyw8DZaQxPy/b3cUCthTp5tWLmxpFHaICiLIlonNEUTipYGMaRM2KQ1k2tkLpC6us8qFhP5L+SA5Zog4JHERtZie0liM1zFGLzx4jtP9nd6CZhL38bJzQQ0CujOYxmlP8/nKHQdROaBImXIJbFToRwiobJDJpZiWwlstd3uHLZHgCjjfe4PYC7QuWLQCVSoDIYg0qZYGEMLLP613G4lCJ6+ssE+VmAIyeI3Awz7Hu+n4Q0TGiY+W5EhgFTNrRC5gqZXzxkkg0KHwWZ3gqZLwKZWIFMNd7xw4keT+fD0KdrkuxJkSEc6PgwTkh23RbHRB8d5jjS7lLxjONv+KyOin+hsG+UjuFVnzRgU6IDrxQvcZh752N23jZKAEB0fz8AXK3vOLUyjoE3Vxaj5T3MeD7h0wqTpAP5OeazqXUrt1gGgFs2gYm/yR4wcCn+eI6Zdcs/Y2GJRS9aOO9zGD8K0ZLnUjibN9GSEIxfXlVu7jXwJnxo+OQuLN4Y/0ypRcsKTofeRuJ0DMFSAOaH4njKim1eNAKvz//jUGzveR/ToYMJ/bf+kcT76nfrQ3IstlvrB/E5nv9QAtkOsZwISpWTTp7Scdh5Eg/Bt9aP5731G70H7qhYAubju49vrQ9MxDzIZfLxrrC+E2BQLsYT1M7OnAmoWDsVL/CH28mJE4N8uOSJ011hSyQqJ5hhFDpn2QGPsQNR2CEaYAeoQzHACDv5Zz3xqvKbHmzqxEHokcTxUjegUcR8RP2QJQHLHOow2qZeVVpYLPr9y6SFaKWFL44W3h/Zjs+dh5raNWYSvHHRopi54uVieKnEYCJnAC9/lrTfxcvKGhjES/hNv2mkLmJ+GNMkjJMgi0gQByyOvIA5iMUI9fASWljxcsXLrxgvvwVjmbiPAP5Lnfz+yPcp+8w/EXGc31cauJAGlJBRhAZooOsOXXdh0BNa+1FjAoxpiPyYRqHvBj4lfsYyEoZBlrkpYrTPBIv6P69UsFLBSgUvQwX+xvMeSgX4oVSwEsHFRKBEUiI8QAQ/ipXPSi3/ct2PrPrRRmOU0Ep0itk4cRCHQUBiSpw4TbwwDn3suhh5Xkb7JyptOys5rOSwksOXTQ7RBj14n0DWfcIz0oMSO4nIFD3gKXrAs/SAOwdIfuhzbkpomLgEcvPTiKCYsMjlm4jUGacHvNLDSg8rPXzR9OA6vdqQ5vTgrnuHZyMHJT4UuQPk8JHR3QAtnOSfBwkBftOpIPKjDGWcDLIUBz5LHDdN4syNkOumOAt7VAAtrCSwksBKAl82CeANwg8lAW+9RH5S4FciWZE3APx/E3hbDmD/sfllEP6rn/WzotTDHnFwiHwvwSRIUuplLk5IFmCUCKcfnQGqRlYSWElgJYEvmwQI54GHkoC/HhQ9HyX4Sgwo8gcogQ/TAB3w/o9RAf9JL0OUsSCJMY3cNA1xhFEQMeTDzXKS4cDtbwR4AysFrBSwUsCXTQHexnkwBQTrPuBJQV+JZkXB0O1AN5C1Oa8fjGHVf9XQPw2I6/uOi1PkhH4UpcT34yxKaIxjRmkf/ZeNXF0JYCWAL8sJ3/U35MF3rOGKm0+Km0pIKxoKaf2HmMeijucAeIpZLotsjiGoIqLBqJelHqEhTSPiej5FHk6w5wRR5rskIEHQg1GloRVLVyz9RrE0eMSFZPTYGp4rlk5iqRIAitQA0Hc3x7w87fik+ynPTtY7ekytv1Tr771e9yipRe1rLmonXNSulqpIz9FPF2Cg0U0bMKfyWFida38heDV481mYFc5fS+UT+EmUmwWEOt3Q/ScJuLc5n17FsQSQpVZdscvi89hKJWKKFdRMkZ851KT0vlSAOL3ne+I84ajGZ/YBava24vDqFrx6JyXLLykk6YAELHyFFLsdO7aJVUpZM/kOihryhQypVKzywBK+Lqw0L5PiDOXMlN7dVH16Y33k/5blx/JUFULuQyuHgBwqpBZ3e2g8Fo18hq7e5jE8urAU0P3Tk2QH/1C9zI//85KzinJf3A2dU7R/759RfOC/vVTuRZgJebJl5eDhiv7jwOlKLfBc5yrfRAZJbDshlB10PK3soBkJPEnShsfU3SZjTKeE7mJnkOnUV9Mc9lvUVrG677Y/JqenQwhY7Hs+ImHqBH5CUZrgNMqol7AsRnF7FjNPScvsKL4W6otW6lupb6W+lfoeQH3hhgRPQn0vTntKqDJG87SH52kPG9KeHpTAqJPiJEtj6jlJ6PhO4vuMBXEURAmJQzJAe3prK92tdLfS3RdDd18nUSBn47mPJQr0KolCCWXGaijzLzvghV4h2Bz+3C3+qv5RTzjv0TBLMhpBXVcnQoEfpyT14yRwYpfGWYP+agvVF7MfDfl7dhcXx72tN74IzA81bQTteEloF8Buic/KUfP3f7sr7n7/Nys7FrsOzLewXW4Z+2TFfG5cHzmkppZ4A0u+wZXE4HyfbM+8G0ANW8af8PdfJGjT8t7a09v8Wt6GiCuSXVFA2+0qXboIlJ5b89usqMpxCNmOW7n2qOmCNDP0iZBkEDeUGFesxrj+eN5urd9ghvfBI+O/2WL2dxGk94tuROIgwqHjsoCijLAk4oZk5lMOWB71vChtYKTXzFLWY8q2eZIX59IeeMQiiDLxBCNgcRcElt/Yn7n1xQcLaIqv8WLHOHiA3UXL073AAo4vb6y3VtPrOpH6lXVk5YFPO7Df4E0s0akGYKpU3fyPzOLLiUNPkYGNxm22EhCHQwq1Dlv+vOJI4bdyx23LK4AgBXmKwwo1Twk1yIHs766zcdzHQk2Vv/0feXkWt+DvOTsVJwb/m56Tk/zk3ILPj9bf9/l/nbnNkcD1OP+dfxg+Jf663+Z7tnQS99uqP/ZB9gf+V/TH5v2By9r8aJ9Ff+wS+gO/i/7YhejPxHVtH8sG7mkHMVUJDcVqaOjbw2TCdnowSdY+ItW9cR0Se7TzCizGHd3bQ40v5cEy9YxHI+il96s/gg1GrfJ03u9FeQmZasGqK1peiS2nxZtjbF/eFCfrGmbD8V7u1Fl5ynfFHraLrWUmqmLEOTik8PnQcwW5gY03byjnRuF2u/Ae9tsuaC8xMbD4NhDjjafflo0szidKa/6uPqvpu7ZAElpLbtuAof8X7AB+lRMG+qid9y3n6VIfHg24uwCLVjsk3iEbtiS2nMFikeqnb6Nwyvte18OwPxp7vrhjGKtEYWJvBGM76c9VRBlKgd79XbNdE5Igx0lj4ocJ3wGnDgo9nGZR6KE4Ct02K0u3lcU8B18d+KInNl+/NvD95q1Ribz+BrmLIe+Kus+JuoES6Ij9EdTtJFFXoWQokXr3906qRBdHgRs7YYYjTKLQjwhmqYcj/tfUzwZRd9GE6l+8ybui7oq6DpTycZyHoO6ltx3WbCT5CsKPBGEl8BAHHRD+vrjbbwua1r7wHSBOq59rb/UhMO7K6KGIHksS5ns4dJMk8hLP8bkhzPzMx9woFlmPW0DutrSC8grKl8WhKAhG0AbjhyAYXu3GF4csJeYPhyN2Y7fqgrrwBisv9AQ0pOKbcjcIYsJokEQu4f/Xj1kQRp4TeC4jyaDpuGwFhhWmvnCYqi6SLgQqsnH8hwAVWYHqxYFKCajD0QhQ1WmfR7Aqa38ehataRq8X4/jUyQLieSTh21uahn4QOVlMfYoIy9JBxKpbWkFrBa2H21bexgkfAlnuClkvDllKZBRxRiBL5lR4JxKODWGWzHQwkJBsUEgPiIpiHBEni5IU7kHSJIlZ5CYxSiB7PcODqNU0tcLWClvrOZ2CxP4GeQ9BYm9F4hdHYiVYh6ARJP7QrMcx+7HUJEbRWBHT971uwkLGWBIHWUZTH1OIUMUcpR2SRekwHiuNrYi8IvJjdr/hAwHMXwHsxQFMCSIhuANgH9v5WVofxQ86fikTuLRPlUAPvvpSeqJbRgM3oz5DoZMxTBwnSEiKkRej2AmEG2uLXv22VvBawWs1J1s0dp0NRg9B42BF4xdHYyU0h5BRN/IWAkddyTWRUYNSldPDdgKXhDQMHAoukEFK3SQIMXI8P/UQyoZvUtTWVlReUfkRJqWLNl70EBC7NJOrVWRZyU7wfhubmx6Hz1ed/8Ee/5//I97Avyj//T+2vb8ce3/5ffWNeXrMVEJvyHjojVaZTV/o/eps3d91f5jIQSTDkR8yl2R+5GdhkhCSUeLxpR+gEWxcsErbionf3n0NlIZ5kDdf9ChE9CQU6v/jPAYRVwhcHgKVyBgyFhnTq02gXSkP1ifoS+jJtRkiCPtxhKOMxSSMsog5IcmIC3UrXX/48nrZOgUrFK6b9q9h0+51qz+a+mqvITIvDr+hEiJDuiEyw6UNoK8TZQ06P+sFgjMWIuSlTuwjL0wiJ2MRThFyXZYGsaObn09RzmCF3G/Q+vQ37oP24wg9vhzAik+PxCcleoSo0SPKSSKkQROTWcwYBamU6WvXE94+SJlOmoop0W6uilHZx8LTYMNJwYdEFG9YCKBmnmIEUd6CSSve7i22ZdeQS0yOUJ3p51hjyxvrxy37nMeiKEpqJefyVOzyP6CuyZtl4aUeD2OIIchCvrhF1jO6Tk3PJ8nRUCW8+QmwRkCJdgFa1x4B3Hl7goGHf/vlBHjEjresXDrRDSTSlAii3XrWZUgAbmjdDzs/AQyJfkwAy/iym0UXbwxdlEAPEs6hC5qDll6K9mEp3R8xSVAWYZbG3AZK3SALQydxYjcLAkZc0npRD7e1lGX0dUDPxRnHqrSv3PC5U42dElK3qghk/TeLWwzCrOF/tpKC95Olbyzrr1xGtZLqt7JgBghTyKvThsGDkpuiKJnMlShykskSUqVslfeT0TLf3tcQV74SfHNRt7Dno/FtxbanxjYlNoREc9iG57ANG2GbnoU79mmK/MCLwxS5iZMkiU+yLHFQjDGiNJnGNrxi24ptz4BtZIO9B2MbWrHtJbBNCSJxnTlsI3PYRoywjegJtmKXBjiLXSdLXMehAQo8brShOIpjnPpsGtvIim0rtj0DtvkbBz0Y2/CKbS+BbUpYhovmsM2dwzbXCNtc3W7LEhqFqc/BzcUxCdPMcV0WMUx9+IFMY5u7YtuKbc+AbcHGe/iZG1mx7SWwTYnYcPEctnlz2OYZYZunp+ijURwlAY495OOQIeIS/p1ZFGcZiZCXTWObt2Lbim3PgG3RBj8c29wV214C25T4B1eNf/iesYP1PYzlXxMoa/Mb/+LHqrCignApF7NTeGoNas1fdM+1JHG8KAo9cJhwwoy5LPBpmgRZnEUUtZ5rjfpy1UiqBu0CXsS+gxexmXiRxcqRjD/i2dHqI/3ELGpBd6x8zxcEzHjRL6WyEfneaqtlvt3nO1kqpPGGgLvMCiDaGiBv/s/4+P/7/fj7HmrI8e5wRLZjCiXj+HPYkcoFtuPPL+VT4Gq+LjMHVebiElpiFrtnfP6ekpvq1hTKycmROzJ4fNpcoT4A194f2Y5/vOWqytV1R+8o/8ATdUnb38dLk/JlxD/Lszu98f9EUA8JE26ALlSkRPiIwEz7Pr/OeR+sv+95Y2Lqi6okin+IxI4Ph+J4KhsXloXhVniI8PHn61B0xz433RFFSRTvkOqPoju1r9ME6gIS2oCEtkBCW7yNLZHQtFpJqIRMuGrIhD4xPvCXSWShnRpg69lli+lVtgK1CTn0c+euNqKJGwRZ6hPfCcIUhQinYQqFoZwwihRfkaG2lsLhsdYXQeDRUZpPpr8k9v5S6vYgt81KWYKTnrixyCxZJceS7kvgQLJjlW3JpOuZKA7aFqXjg3hgJ7EW/5so3anPF7Hqh8HaYnvwNJE2I3jLpQpM37IroICmorJa4442bCAJrK41mm+3Ft3RP1jVs23Ou17+aSGE1qtJrVC9IY6WLexRUF2571HVee8jfNQfGeOm8dst2AqytNSRMY51fFbCquHjvzBKV357VPXag+llZ9ATm0JPqqJS0JO07ckEQI9goCk0K6EcrhrKIf2IxZD9zKhenE96+YqXuKl/k4Dc+0XD4synAfJSN0YOcwLXzwLGt/SOExI/pojGDRb3mlkKhgcaXgSBh0bkeQ1fUeETnq3YuXylsOP+ysrOpzPUoM0TS3RUmqayo+0W+5idt9b1kaYC2ur6esX2/pqjYT3LLJhljSlcM7asssx7voXel1CMT8DkiSU3jVUbnzkbsLJs+KEq8Ce7JEdaom0KvtipOAyIGWBt8omlr8Ia3sGu83SkhyF87fzYB9dfa4GXKrn8NTEE2WixKIsY8x/5Wjvcq0TxHW8+PRYHOVmbd283jU9lyJ9EV1SmiKuu2NCV5lPZjcUywRF9WDakh0gJNXHVUJMPxZZyu+u+5ODaGO79Mq4liNmlEGu4qVvRdUpIPwd2siDGPqNBFmIcpq7DQhYlmZMRN/ZY2PDHVIuLxaVMPmOZsJTp0XuZc2DFChY9tv6b9Zei+GTtC84zR77Wj2+sdkbUtTKvZPVoTg3iwEPWiK0PdOHfPgFptNQlyOSe/3qgtQt559hX/F2UjZWBMJUj+hvrSWzybyVi8OsnDs/Rzulfqip2pATJuGqQzF8PYKfxBXSYwFUhBJBwGEXVcRENUx3kOREH0ySKfJq6XoJREKUO8T03c6OotcnH21sKUYuJJyyCp8XUqM2jqb/kOTWAnIDEOoAmL4UVfWBHOHew6g62R8RiXkDnryw+ftv8D3m2wqx4y7FYHldYOWx042O+5ROF4/UdvX9j/XL6c8nh+WT9i0OnteP830brNK3Kh/GRtPgMhfDCa7BErCw/NT2Q24ka0qHod8lfhsrD8WcC3YELOGwjv3Z4X/p4d2+9vWNQ1LwuQl0fNVV7l+/OvOs2H/R/0KMY8A/8B3Gy/0R24d6mskN1FepqAkujkNpx1SH7VnbILqsOTViHE0hhaiYqMTmuGpPzG/8I/DvzTd+7Gwrn3285kf/Ed0A3aiqxRPzWBNz2z3nHBDpeAgxnzEchZAr3Ez/xYoJ8KKaKaIqT9pJtrLWlcOyOvzQsjtKungRHOtfipRcCsoknGCFZsKRdeFNYJb0vLb4oqbjN5+tnCxZhzOfX/vq/Wb/BWhE3Ic1skN2WJ7hXjR0oJ3l7QQYAJ0dbHkeIY4vqCrmUS1A51BUiddC0DT0AffmkNy9tFNbfqW86qb/0jaZ62byM2fd1Jb8g/D8W8jaet0H+skTxizINq09GG6QTBNrO/adhBmUh9EFB3P41oDFBBaNAa0oESgCTqwYw/UjLGzguaXKUSxpVIvlrMsikZJs3vJporWQnDHxeoRsMPqzxWNgfbnUhxB9u3AjsoyXjvq2qI7XVCue1qnUJU70S+ZMljNzGq4L/c3nOT3LfXpmU9ckWuFHs6PETOwnMrkZCnkGDOcrHmpW10QWb/mrPXye+aFzKxPpt3NV2xZFVBw9P5SR29XBO+FIOkweAFLkWIhsHikloLm/Dy/yJ4+eb49sP5x2fRPc1uMAk+25bXFvvixJOoN5W971XYl79CnPjqU5vS9mTGosAfmPeE/sAPbHri2eB0DBHJxC5GtEmPceHUcNcd3nzxxBaCcPynFmEngXmrjvvCLaqhnqYxSEJoswNiOujgGTUSVPXwWlKSUB8p0HsMURdxkz/EvE6WvF6xeuH47W78ZbE6xWrnxirlbAyD81b092sbyOW8WAKuClZPR9cGGbEdVwS+9TLkjiD/4sSQjDOYs/BM+i9bHK4FcNXDP/GMDzsltswxvBHp8ZbMfwBGK6Ez3lq+NyP5+M+F3kdxy3uWmTM5h4T0M1tL/DciLDUy1LEGGZ+gPh/XW6BpyxJ2hu+sdYWA+vR9peB6/HRel7Afn8sdsWp9X0An4fqaLvJ6VklZrQOwimi8ntg1tikeGP9QJMbSQA6MKd5ljFYy7zJ++J8kh50cJoeM3DQ4GBecjE1GIV3pwCct3Leh9s8PUOm0CpArBPT9+Ln5l8wXmNiIXfjeBvXXeiw+f8658mn7b24dQTnzJ9gUtl/qW46fs2TYyHmTBN6Ul9aLgy7/yX7IS4bU46+4qq4vnGxd3U/2piTaiVMwO4okpkePCuRfJ4ayfdjfhJOpz/d7yaAVgrZ1/e7UagdFdHB1g8jN41CRlzqRQ4LHYpSJ0lJGqRJiNpwk/H2FoPbiScsA7hTozYLudhZEHJ/hbA/LfjkNuf/Uxw5TlZ+azf5SUAs7y1HuUT4LN9z3GPS4ax6mUa/9iaDsBMlPkR4UsrLHRnNcsVt6PITh1mJzSflggtiARtHbABePm25HgfpP72gu4Rro8hCkBxQyzOzjAPtr+ftKYdpRGujUNDRX/jCLsE3RRiB72TwzJMZg7umE81dEARZbKET4BoBFqBdRfBMQdL4ijcFJSXuzdNKBeXWv1t/K+KC26VVTGDa7OLbrU+TvT237WMlLbuSNtvpQyPduRYzU+pejXEtMJJ1xVNX8bHQNP2UheBp+iGPhqhLr85+FiFr1vU23x1KBt6ugEYiNEP8m+hnFXbB9ytZLsIT4Fp3u82vGUesN9Zbjj8cgRrnhjq/e+00BsQPMRcico7uc1ZWThG8xfNh6f34g426r8CbVKIoVNHoZiI0XNvPcyG2ZexT/ewqDq4xDn/mE9n+CLPluyPMkifbm0MnagCpQuAayxD8vG0RJhRDJ6Zy1Od2Parzu/FgDJGVcDfPm0bkIUNxFlP0shqT0noBTNeJAxz5KfJQFAV8kkUsClyXOokTxbi1G+egcxnb8TUCNHpiG3IF6K8SoP2NGz4ZQK/gvBw4+44SbOZpdY1+GStrlE9WNcpHixpRGhOfb9AjF5E4YL6fZmlKw8xDQewGMVLh9glqGn0N9u8Kryu8ehvsbLxF7N/lL6dWeO3AqxJx5qkRZ7/mEEK8tT7eHwrhL3w/bgDvpKx9amTHbOBZST14gySZT1Lfc1FKOCSnLvMi4jn8v2lA4jbF42yzS2G0wYMWgWmTEX1eQ/hXeW7JtHiLXrbH5jBTTTgh3+XKUl5GOhrIpiq4lgXthNdBUUAayCOfq/SzFZ9jcFSoM+9A+9mWz4/+2eqbV5V45+sKk3Bt7MHNFYk0795HHRCLF+LAtxPz6teiSIHyJRSL6DoIhBTz6PtzwZfN8gkpT3UPRO7JHe+BXWQVDotwOnCKEUF0adWDCTyuRCawzeyE2HeUwDlPDZxzHVcOyjs182uNwvxX2WEtL6zE3YHfNKQlmRNjD9IlRCRGgeNxQ9iN+L9Eru9RRBukHWhoKWwdbHoRNB0emXlLFy2InxC2LbFyW5Sn/o0UeFPt97Jap0iYc8O4MQfeWKwsm4UA+jAL4G1ahy7lo77gHZLHUQLukIjD/7N4yK1MLgihVB9v6P4TwIRcC21KxafNorivspdCLNUJugA4IadVm0ZxNnPi0EI0hQUljMpTw6jYu2K3Y3yFdOKRFWxgSSVil3Tbs8oGf9UtsSihbuASJ3KSNE0oRwjGkBMyyiI/SLwGHwabWgoh2sb1OOeFYGKseSOswEtiRSGiX2/E5nhvtd8XwrGrzTCz6v2u2N9yAhUXnMKfiEL+wgOEeDcGmupa9N84896LPAHgz7nn73aSQvzDJHlxLltUEtlyhfOmaLSX1QVucvcClcYm4cK32qZQBBWD3Q3GGw8vBEWQS03cVP9wz0Sa8/+lv/YHMerSzesJckBds5O8o2b88Xaxl4CjL7cSJq58/AQEDa92UxBSIoX8oUghmaNkLExI5hPoONH0f+vcgoQhixD205i5lLiJg5MwogghL3OzLOr5lisNLe1SrjW9qD+5PjLPizfvqjq8YFJ8btMySRddkQVQ+GnwTV8BGfhE1D1gk9jexYxye4Yb7lTCU+WPfqx8GmsAKu72jdHD2+IQAu4Yb54cHb6N7RkHvBAcwbEezLOM/867Og/k39iJb9ilJdbQTrtVq47VnurYrE5HyQeId6OyxoTtJWqeN/u1enmO+/AMAI4p/CnBN74afPMXPtfZMeeDcCqmvLe3lZxdgtzYMdmklB54E6c0xYGHURwkEd+6odhHYZplOKMOQa1hNtnkUjA585BFAHNuBHXoxE8MnR+bpP4V7okomXyfbM8pmAmiDbrlu7j92drT2/xaZoiU27z9JwBb3jakWQKTr/ZL5K8tcl/DvlCcqdEt5MpWrbg3a0q7J0FQPZTmhTLB+Y4SIeKrESLfMfD5/+FWOEuKnKSDh0ExiNlMiMkcnwOnQlNCeo3MLAyS1Pe8ALMoTlzGHBQlCd/9oSTwsjbH5lSLi+XYPIP5ak89aplEm/PPMTqFX7SSyQ0rqyN4mSeuGRdugWUAPyJJpl0kHDQg2f5nsMwgvesW0izrll1ZnWtXR+sroCwKKIEAFJ/bYxv0aED5wLbbavcJE9H6CNmvT028j7i5/GHPjtdVnuK6tNNStljJn19tP+H59kk+v04wJ+YcE8+XS6Ssl/yoETaJPabWmBLf4avxHcJ0hbPC98XxlBXbvOhGRff9qZNKxz7UOiN+zn2v6ktUu77VxrqPhc3ZBy0CmrNPMdrcegu6WAsLDe5lxJl5061mM9qcot9xa0tkSgQDLN+JrFhvrA83HDjBCjsUJ3EuL8Lk+GqU957F8ZNy1VmejjmcyV1pKeiq0iYAuXd8a3U4FoC84qcq4EBspOT2uopAObED32EVkLtTuEqIpz00+M7YXYWPuhyVNf39l+R3I6kmgNRLLtH8bi4BwmdxPv9JjQq0fqVlsT/eK71rnXGaY4WnOk/oBCjKrii41brk1EcLE3RWD7TdvEodLD7vmxOO0ZsSKeS70/T2K+XbyN5pwwAa77jgiGf6tLS2IcCxg1LmM9f3EWIu8UiG/DDwnYhSP1AKS0+3udSW4GvhtmjltpXbVm4b5DbC//O03Lby2jPxmhJv5XvTvPb+WPwLbhvQNKsdpJiNDDitkdXLkCFGKAqclGSOnwbIx67rZQxOuaKIEG+K0ZoWVz5b+Wzls5XPTPgs2LjeYny2eKDEymfmfIaUEDXfN+MzbMZn+AI+w3p1+Yj4UUZZ5sUudbwAJZDqK8AuwSn//44Jn+GVz1Y+W/ls5TMDPkN440SL8Rle+ewF+UyJCfQDMz4jZnxGLuAzogdnJ36ISRxlGYtpFCSeT6mfuZzmkBMxLzPhM7Ly2cpnK5+tfGbCZ+7GwYvxGVn57AX5TImn9EMzPnPN+My9gM9cPeISZV6SuEmUIkKzIOZ8lmY0iIMkdNOERSZ85q58tvLZymcrn5nwmb9xncX4zF357AX5TAkE9iMzPvPM+My7gM883SOEJCFDYep5fkod12GZTxNMQpy6nNUi14TPvJXPVj5b+WzlMwM+w84GL7c/81Y+e0E+U2LKA8eMz3wzPvMv4DNfvz9DoUtcCr4gNPKiOCUZYU7keAx7GDtG+zN/5bOVz1Y+W/nMhM/QxkOL8Zm/8tkL8pmSJCBAZnwWmPFZcAGfBRqfxTHyPBy4fuhFge+zLGYERWmQOBRFQchM+CxY+Wzls5XPVj4z4TN3SX/9YOWzF+QzJRdFgPUU/M1se7c9c6A4ivBzPRl/PWntRIo0FDbwWyfxVxAFKEtw5KQBCTOaUE5cyHGSJEhp4Kr5+LsNLZiUv9u0iFZfLh3/YPPzzOS/WTK78y+ZSD/TTStIm9qkOovUfYZcYJBzEFINgLxght/4on1/VMrmXUlCqhb535rBbumuPB/Z9h4KU9Oqgp7F7vmI0FPCR+MymuEIfj78c1/wzyeB4MkTPd+w+tMNpazo/NoH7P64QHnBej09N4Ajx3Z8S1SwWqAUoMga/o86m+RvVXajD6cqjeX7Lb2XJousTFqDydtmVolsFr/slsRfqMBo1xkubci4BHBc8j6J0hh8Rt7LvBaySmm9PJuZLrNViEQqE0A8BG6GaS2QktYiUNNaQO3skjcJAyWTo/drUVUidp0/vRvrOyagO9shNwwzL3NTkmUpjhDOIg87cUwxxS5q8/2MtbYY/I62vwz8jo/Ws8LvT8XxmlWJV898GsjEi1tGj0rS/CsOu/B8uWB40wVfyzKRvkyF36YXu1LKjLZw3KTUr1KVNfBLeZP7fVWsHf6FN3ak+2tRggVSkUF+snIRGFZQ7jve6Jo4aAKAow1xl87l+OHMlxunuF7tk+Vxtlf2RD66X/HECE7HYMsUU5VcCoGaS+FXek3/gG31O7kaB6qbVBJ2tV57NU2Gf9cA1Q8cxBJMaRz4CfaI47ipz1Iv8LwkizK/rWQy3Nhi9UuGm1+mZsnoOD0rln7UQa/6oca8hOuleQkkz0EWDjcoEGot1bdhD0V5Kt9Yf8k/MaHAtnyp7+EspCoRLcqW1BjcguqVOEfR8z/Cwxktc27qxhxh2a645Yp5ZuWn0uJQae0ZS1n69PYuvJRgjhVlCf9PuBDKyuTfTCLqR27j1phSpWmrsYYbm/fbp8qXK1OAM4mtYNTWy7HK1bbTOjGfLbfpdPUy9ofLgFcJ9g+8eeDlmwNYkfP4a5e14CQMV2K6722MsiDFQeT4bkZRFkfctMWO47CIxUkQz6Fx1eYKyl85KP95cVQ2Mn9XdG7RGYppr+j8ZOiMldD1wNfQWZ6I/wQa/H/f0SNcjqh1VisRuxKxFRGJyGMCemphFEZh6FLihcyNQjcJM24dR8iPnCjz3BaLx1pbDoVl+9dV+0nT/kJAPNz8iyBx1Rmr6kx7EgD7wf555A2FW8EjYxylIcswLJq6CY7ZxRlqRtzd5FBjlT84FomHOYT8O5eCE9y0qVlTAW1SF5xI34jDzjpBsZBT3oU3d5AI1J5nNH29hZ5nW/Y5j7cc2cUq3gEbLHtiMWRINx/PqBxNi2Z8R+8tvaP/mSPBH/zzcj6rF+1fxDdRKmPBzfBTbetvmuc3d1dyTihlsfjzJzFsBCdMQUyJVw7UeOX/ZHwKtVZDNbF/g4nykX0+KVi255LQzVTctHd3+IO/aigWpRxK0ywJ0wzFzIsjz6d8y+/41E2olwYNig02tRSEDTYumQUKuyyEZDNPeRFAy6WlJsxEyh8P51jth6+sQOkbwbsoYEacOL3h2436guvtL9Y15LCmUHVP5knXTlx5f8oDx7RyTw+H+/bmSwWniTuu+pD1T6/8NuurtCNdtMHRY5H3Ow55n6zvoZKRvK46Fom45pT2Y1MmRx6jLmw/xvBwO+UPr+6l5MNru7EpjiMm7rzdOAxppoCrBNQGakDt3xgXPh/hmu+v+8ptonI/UMC2lbK5lA1SdislIXdCRq9/4wYBcVjG7cfI9YMk9nwcUIYwCQm3INs0RxMNLgW/n/i+bcuNID5Tm2fVzl5tachFMNjkUc8NxG+ttjMK+LZVSrWNNt9lH7cFTWt0rbbsYGjSE5QHg3o3cF/AxWEDXkpL8X/8fnaczJdvb03MtzmbNiu4ESoL+cGZQL6HMsDV5RmtCyCKejwlmFslY6/NmnTJxgsei2lvrR+hfBsQ4g+0vLd+o/e6nxRUZf5L5RJSLxx13JeuukrtjHdI3MTzyXJv39F73VsKijTXzlLNlFeWwXwN1ilsMUVAJQQzUEMwfyuKtiJk9ybprija2ou6idn/SY9GyYjnZlGKgpTEIcc4FqRZTBMnxmFE4zbfdr+dxcru7DkBgaE38IRl6u2MPuC5kUxUW6kqoopapqUFk7IxIcUR4xmq1QtvjNpjSjUzyy1jn7oFv+BGf1/tmJ/LClRG8xtypP1KrdjgCTwCvmOUdwfsVvK9pcKXXsf3yc4P4vr5Nkm1td+t8TyK533AqC99TNFcCUAMnUk0719PjT59AtuHLqV8Pw196iLiEIwJjVnCEpK4IXbiJA0zZwLiF76PWpH+C0T6Fdu/bGz3nI0TrNi+PLYrwXgh0rC93qG+55vpIWO9PhyB+9i+vT7wq36xFXou9ZgTMxwl3EwPIxI7cRyFacT8wFXxfKCp5YplHthReNiNPGahUpmTT3mRI2G6g4vR64GtP/RsyPWgcjsQd1D3HCb4P/dcFt5Y31fSgjXibXEtvREsPtMLOEBIxJEFONKmqRQSRdXbM2c4L96fQerZjoIf5FHwpdDEOKTiDXIWiWAQx70/8EVV3DP+/eA8RDqffKgnPlOOgfnEsXlPD+LqYGGEFcEL4gCY1d0RpyH2lnfHLtvutAfDanfmAbeZ8TbAYuVOYH+4DHOVgLEQz2Fu36Se6kODwJMd1cLIUo66LMBuFgReSLMMI4/GhAUut7I5GDdAPNXiiscrHr9ghMOXj8VEK025YvGzYbESTBaSDhYLZLD+wZstpgzgWxAYt4DVn/WaWqnnJBlOAp+ijFvCWRinxONQHFCHm8LBgAmstrUU5o61vgjUjo7SMyOs6u+gftC5ezBRNh7ibpN8zwReWuJFLBhrwGv2mc/jnPGd8hvpOpOfLJFe4n6blzdXHHIhrie1Yr6yr4/FmcOqaEAiLK1aA4jmDxZL/arjyCXCfrP8dILHidr2XOy8ZVZyU+SJ7Lhw7Kqudso365HKeqRiwDmellJpiSMVcR36jzyWF8fSua66AK0o57t2GWjL8GmOWMRt6C30xy4qx5A6xU3FOe2y7KDfxJHLILCb8o0SaBe6WvBycsP7lcAtfzNoH2sMaFN/tJHMrXzzUjVm2IdGXrJRG7psqCbfuvp3EWk8pHdz3sWPj2Ge6NFigcwTz3gsGYUPICO1Q/30Rg3p8GXIjvurKu6Z2+n0cGB8BnAiaNIkyVP0ykukcvdtPIjlkbuM6BAuIq0z4L/O4NggfEgsuPE/sTYhBR9XsdXgs7YA6pGRz5xiCo5ER+tTzpdvkVkClv70YlmOJpw/vGiDAi29jun6epIy72+Vo+bKheQDRyrwwpYo+R3/AtIPGUb6vZJ26l2Vdmo5B5L21LlyHimrrkiA5GB5Ei7JwkFZyYBlVxmwJrBRHeTaZ8SuB3k+w040BppKkFzojYHmr2x/HgPInfxNyw3XE9BzPISJ66ex59LYy9I4Ro5LaZI4SYz91A2pkuOh08xyyR2+cGCMVmB80uOSMSt8FBfJBjkb7D0dLq6Y+GyYSJTQtNAfw8SfGRVHyP08OEqnboRQ9wBjCCU1Sf0UGZE0SiPkpDEhAfJwkLA4yiJMceB4QToMl1p7K26uuPksuFlN9AuRE2uhto9ATrQi58sipxIPFwZjyAkRcNZ32yL5NAabcE9ix5XEOGa2Yp3AXuKkaUi9jGZBgiOceG4cRUmIMfYTkUdyADDbxla0XNFyMbQ03o9fiJnexvUXwUy8YubLYqYS0haGY5j5NuZLYQwuafXjOFIKiU5chxdGLEHMJxFL+QY8il3Xc7Hvgc+YUgWy386Kjys+Pqc1+TCADDaOuwhAkhUgXxYglYi3MBoDyDok+qP4cQQo69DlUyU0DpiapB4tkVAUxCzBaeIih/pJSEOHIhImvkMoSYaBU2tvBdAVQJ/DwHwIbIYbN1wENt0VNl8WNpXQssiZgc0ZwDSBSg0k08zn8ypzfOQEEYpwljIfJUHg+T52E38aJFd4XOHxGffflwEkdjYELQKQ3gqQLwuQSnxWhEYBsq5mMwqRisAESNZSGky6rhsH1HNwGPH/IRT5jFEPom/jIHPCMZis21qBcgXKV2pHYrxBy9yG+ytMvixMKiFVEZ6FSetX8V3mwNLeVWIGkCll9dPLKIrcmO+6k5ADp+tEaeBlaRInQeaFjuPNAKdscYXPFT5f7604Jlp5gEcg6KNLGK4I+jgEVQKhIjKGoJBGmzc+hpxJ8/M4YlYyevVdlGVukjmp7xEnDaIsSP2AI2bG4TKNwhHvoaqlFSFXhHytBqa3caNF4DFcDcyXhUclbidS43ZkNtt3BV/0x7zkc7znaylTziaNRNfRcuR33VvIo9xmJDhmnpMlXogSQj3KCIqdiHm0LQMw0thSGDna/CLoOD5Ss7gYLIiLdX6gKiI/ZnwWytz7NIPcV0pq66aq650a5iYypop50b5Lt9bKG776rR1NZXVXUcd8n2zP/N935+0pP3DsZJ+T/CRjTPmoQTnZ6nEg3dQIgH8RXdiKeuYPKTq+aKynHC4xUkORkr2f+2GS38kBf5s9R4HXbyLkE4mq42gDd2ePz/NdQEKKX+p6x/BCdXCn+HAiOa38eE+T6hueb+fK85tgzvb5coIZZvseQ2DDmE6ihCdFanjSb4yPI1+/72+KUxPpOhHTeSfl7QPI1/m85mM6TdW6MZ1V92zRvTp9QtWrRycVGOjTUikFBpp+LEWEjyvYJbrSqxtbWc8iNl9MV27WiNLhTS7vAkpz3YKsTLIIzchqtjWhyLTeO5o3BHIswEQWFWeK8/WNomnd8LfZwhvVyQW4uZR8qgxkS44vt7NvmaihawnRuPhs1Rm26yIxaumaN9ay8Z1KYZ8HU0xTX30Ilzs/9iH5fVOd/Qf+gZLTSjGLUkzUdWkzRcEnibwdyPWo9aMpAvSeL1VR9W7pjO0D2R41oG7KAB2qHhikaB9C7tm9je+M8JerhJJF/gx/zdBV9+hnSEa/XYycmDg0dX0v9OM4Cxzi8k2O76EYuyFVkuAMMspCKXC+LLaKVrYaY6unJquVpb4KlsJu995iUZZaGWphhlJC9qJgbofVvdwd3B8NXu2OS+oXu37sctaiAYmD0M88gp0sDJGbpGlKspROctay17orc33DzPWQ5BArW32BbBVsPLIIW6HH3rKvbGXAVkqwZKQGS/LJdMtX/9trtk9Ezei0v6lKBXjJ6wWogpx2N1ZjAh3XI5rhlNAkwCTwMj/w3QxjN41I6jsObX02x1pbip9O4pVtKl5Zf8AiJDXa/vMzFbOUwQQykNmU5TcXmZeL9l+rSinNRXfKsnzP/2l7D9fiv/8bjYtbZv27FbP7Yp/+/m9KwZUTVGDh056Lymt54JW0x4qD+Uxf/Hboi83UXGMxQRsPL5Q1s03YXBccUe6R34vc27+Km7DT6ShxSNgbH/k6ON0VxxM3XxbOm9nmbK5LkCi3IuDlUfKPBFcsTY/Ebcup7dEEyo4il+E9i6vEWEZqjOX/yKGM+t76H3veQNmp3qJg6yfxe6e6SgOsg7923JRSnMZhlqSE+XGMWORGqeMkkZOlPkvamiWDTS1WR1W+rT3ykGUKqE4947mh9Ydb/m1zgad/5qsBfIa4mV8IY1t20OJGtXBGis9lvuc7hSqHctXvHjbyn6pSq801egoLEjyMYBfBB8QGdxS5K2gMjW1d1ppL80XB5yf9DDuLHfikXAlHpRiqsvKHJHXhVkECUBMZZvmfuRTfYex53/OHZc5cFIy/TmuZuFp06KMQmkPJrjhB8vy4ma3Wd8XnNof+3/f5f517FaO+ZyVfWkuj80H2xi6V3tgx9Ka+AT+L3nTWq52K3kwg8zD0mcJyG8MZOGoM58ecL6V6QOhRTaTEeeC+6Z38SYJw9wfdqg0yL0ldxq1qH6PMiwPmRHHicCgOcKrkTOq2shT08i39/mRXxputPGUh2B1t3wRyw4WtWYDdE5/s0lJVP6bISC8Mg0TWRq6y3Vt30rGwmqcS+8Q7iXzgmqMUt07LIuGzz4IxolXyfC3z/ZXwdQJUTepdp6wmCI/kI8yReCsLD1b4Lg98oLfiUecDVJQA/ynZBVCrDW+loPXTF66+usy5HtvYAe9Rj2PZUqZmBUj8/fTPKupVf4Sa4lDrsbI3P+bJJ7agw2cFXxKGuMFo6/NclKiGuuY20HhlYZ5kHyZAqwcVpnjlKXiFRvDqL2LhDAPWtvqtj1jiFz0RR8Ai33Wok6YB340njktcTAlUMI0dz6WDkCWaWTFrxawvELP8DX40ZnXQpoMARmvcV9a4Gg/4nnGkOxVHNr5LPDAORCAytlEcE9AXfha6AcZB5IV8IhOEkBNGHqJBEGDEcJu6bKy1pdb/ePuLLP+J0Xr21T/2cTu1dHhHM75HzMXxNCwwdg/bPb7jFUdyEg/qiITq3oe3LN7yz2VbCvlR8FDvP2uUqEu4ibprtW/rLRuBiR244B6Kw3lLZefqTq21fxbbT0pIczcOlJNY1gwTVtYP+2t6LWywarLKEz84t2VNJeLq9uSpbDFharGqI80Klgd9cJHCmurCdXGpCYNsFBdNDbNAAW01BPFX/lngEdbff+nD9a760T7nXaDu/6RBdMCCyImoQ7gh5mWhk4QxDZGDEi+O4jhtXc/67SwFzkMtLwLLg6Py7IDc/3DtJaU8gxNYy7svcK/qDYQFclNNXHCWn3K+JXgDp+QCNrlA8kmcw6U9CFVx3e7Uou8jegWYVxYfu9s8Yfyf+MpTbCw4qaNDEY/i2fXi5XTx4pcqHPaS7bkcibjp/toH2X7ZO/h476TSCwKvrxWrWOQgT9y2fJ9f57wf1UXs72fsoKjkG2A5D+R3r871IFTyiU7xxDVLKrtSX2CWdj0b7XzfnufxSTaBuwMwZ4q4oYK4alTjz3y231s/F7w1el9aP8taTDXk3sCv9k31q11VapKYO/CbXleHxozgLPJJnPh+SvzMR0HiRV5CcYayNtR7oKGlUHew6UVgd3hknhV3f4NNLd89Hu+LPbNEh6y6Q/LQGpbAnt1BvO+7myPfje4oTPqqCqyoMFmy5Em3md/UTcXVtMfVHYVb1HGnq/b3cb8rjlN8r/ASSI0tJxIOStGypSSpAJ0qgrAxGvjvfy+lb0MDTkDHH+h2eRu58TQSpcJlkGATVsd/h1tCMJKb5Q5X4SX0ZAKsh/DRFK0jBa3VOMMPsBatf7c+JLn9Y26BryTHAmnE9OxlsXBlV7l4ltsHRbxrQZsId489aBglGaU+dqlLkyCKIgdlSejFoYNbeDdpucF7OUAPryovnjX1nGXKys88xoQJoqWdZ+WJBzsKr0ylYvCJJTf7Yltc38tT0X0OFjDvPJQytrJc4L91d+R7viP8IKYYb/fmXPJ5VJ1M7s7JjQV7yDdPWwTyw4GJc5Uf/+dadfhLvJ0ntoNs7IrKnMHGXcqoFy8E+dKkWf+PnL9dcRT+3m/3MkPMx3wnDubeg0uGNH/+AqW2+XAIalmcNE51n6R9f1v1CX6isk82+H7YkNgE+iRv7reyT5JkpujDCJAN+cRzFD5R4/7e8e7wVX3g+LEDN9X6RqCmEPV3W/ldcsbgrxpJhBllSUTTzIkCEtAkDVmW0jSgKEliPyANSQw2tdQuIFEbT5rGF6GCwbafH/9hEz/wKeeK3gvOaA4+ytMx145S4La4ja3gD5G7VEt9aXG9xl4iHK97OdVgD9k4aIHLqa6ZSr63pP3Vur43aSZ/rgNF+OjyYX8q+5RwNBC40Pq+N0kkm1gVjtowvceR5cT3EudDLyuZMZogBU3UGC3XcaWbgTDo3xVcTxgXCqBwEekFICztRBWRmDImoB8t+MhNY5L6KCJelmbYjdIgZTjLUIbTMGtgZay1pZBlvP1FwGVitGbxBaFFjxqqZEdjn3gGaORt2A1sXUs4seAWnpjT4t6rkuFQdJIntmnOeZVvr65g+YGjsvwzPFvknytv8v3L+1SuRucrMjrF+QTyNzjcuO7LeyV4WIFINTDox/Nxn4uUgPL6+pey2PFpkCf97XtWi1ZXbXkt2t26zwlq0ElCLwuZm9IkykKX0QCTMMx8z4+x42APNdA51+pSEDr/nEWg1GA0nxdS31pNl6TDQc93XexhytN5v6/voqCHHDS3rLLZyj9Jz4O42KbSgaiJ1ePGSvOKloiAzRPwST/9WVpy9UFB1wmiCjRq+3bIGVyViFu7othZ8j65XOOLHgtVxNsg9AqgiihQpcba/FYUKaTmhMk3kb+0ib1vxXuW5URGMzOtXkIzRa2X+vOxgfYTXVoq4H7iEY8GovBiIFLDXpIjJNRLr+Cq/mhnx5zt0+39lYSfdqNYgVKDVWKrCHE4FayAFRgXHJo0F6z6vUWqYd6gMg76ieM2/8Sq3MHNI25oyXvK9hYHtTw5b/kK5l2RcCSDevR7f+lQcAU9+BcT9//wyManS9z9JpSP0C099S77d3S/Z0eust0Wd5UzlkjGWW0G91ax33Ir1JKnMkk1AqfjWQwPb6u0IEdyduSQCXgLR6+83w8NzZzYK1cT6JvATmIjz0LOxnM3jl7PwxCtniT12MBBQRPmWR/ENGcGrcfXhyWD5QdOCprAzqoP7aFB6+w1Fy4/hbOzYfOjlKPEESGnQznW2+PJ+uuetdvMDsnY9Hiy61zkuktCndxlUEpPRoaJjwMndX3HC0kYpWnsEJz5iR+mPknbsPnhthZL6vKFc020cs3XxzVLuHF84QyDoKI9cp6MYVZ2eUJ2UaK+EJpkl24Z+z7YD9ayHxHT8/gjN2MRzihygjRCbkpjN8S+H6I0DlOUThDMolXtV4ZZGWZlmFfJMNEG4SUYBq0M88wMo8QcIjzJMFBmZ5Jg7golJ8Iov4CUfgPqpVGYZRELWJJ4mEVJmHlJ7EcMkYzG0QS9QFsru6zs8k2xy0MdSmqwxmTjkCXAGq9g/cxgrcQaIjIJ1h8hbdmu2MNLToL2SRecAW9VWgNx5CSJSyOCMUkCEiVpGmDqZzhK0yyNJw+h1DZXMF/BfN0qfM1bBYIX2iqQlX2emX2UuEvkTrKPyGgzzTusFplhHCmnn0fRDBEUJgmNsBtgH6EUxVkWeCnDIXHZBNfI1laWWVlmZZmvmmW8jRcuwTLuyjLPzDJKvCjyJlnmx6I46bW9enif1SIzLCPlNJZxIp/FXkgR372glHoZxiFj2M9cN0mIN8UysrWVZVaWWVnmq2aZcEOCJVjGW1nmeVnGV6JIkT/JMj+B7vHeQpNEcy2l0DzV1JIa2UR+hBPkeYzgwCXMp6nne36WRWGWoNBzJ8imbm+lm5Vuvim6edDlh0s2yF0Csv3HFqVaIftCyFZCdVFgBNnYBLKxMWRjPWkMccMgTT3EYj9MURa4YcK3Cg5KEd/EUDoP2XiF7BWyV8iehWxfK171cMgOVsh+ZshWQodRaATZxASyiTFkEz1SIo2cIPK9xHc8HOAMAiUCyj858hzmETIP2WSF7BWyV8iehexIS13wcMgOV8h+ZshWQqhRZATZrglku8aQ7ep+RYwGbpYFDrerYycI3SCJozDzHC/zsedH85DtrpC9QvYK2XOQ7ZENipaA7GiF7GeGbCUEGTtGkO2ZQLZnDNmeBtlZkEQxQpnnRZkfZTG3s7MMJTSC8+zETech21she4XsFbJnIRtyhC0SdeWsmP3MmK0E9mI1sFfkImw+mciI9e58LPnQvRVFnPUUlCDd9MYGaVtK26q0BHEDWT0sy4l930/jAIcsDr3Qi0KHusR1SRYTJ24TUxo0vFgNDHhUk1NJJCFO5KNo+6hlamLMP+nZ0f2HLbuldbXHun5bUxxDlMDQQbzJd6ujo3wRq3mRN9Z7BeqhlHjduETkGnZXP5GL/USwKO6Nwo1Llk7h+ysrOYDlf8AX/SFrPp9AWKUKxVOh6659vM3E41twbUtPTACrCR4ZZvH1lSBWrAax/iozAP5M8yNU24DKEpVdoSWnhCKFUN7UvuGCIgd02U9MOS6kwSaOUoxjJyDIyaIM04h5jpt5vhcnlIS+qySlHG9xsUpt4v1F+1DjA5KtV++/VMW20QcYoSNeEB0/6BYjdObPZZ3luy2XxicPl2d1Kd3almzNYEj92pRTq4oPQT5q+7+4wZyf7i2Z7v6Km9ApKyp1LS5OFkmsOkLPqaxOIRrqF8mEMhVVrd1q1ldNUqjldjrnQrYCYoHqTXLsUn9V9plb7Ke8ZGs5zTW/8AQruTYKKlcYz38sK72VhARz9DeZfvX7vOTwc8//l7MCbCWsvx6qnNh8Vv8V/sjXmShEK7hq0T0Atetc3FB+TtQMld3h/1t1xy5kd0Q9iqLujs2hS3DXzHZgkgdM6UoJ48VqGO8vIHx9pLvmoKbZPKneh3ktVp+XtPub1v9wSkgnrJDGEUbICZIwcEOGMj8Al0P+j/y/YRu5O9Xicgc2xxS24WVVuWrhChdjzT87WXGDrTjyj17CuUfMGSnVrHqO5vKAxqpUJHsIkds85uhxstrJkjGWyjMQwSRXFn/DA5/hsCjrN3w6ThDFo0XtaMPjiwZ/og1G2vHFxPyHw4snzEgmC2du7xv0EtDU9udHGOIaseqTlYVN63PVhwayBB61qw4+cwNT1USZQKqm83Y1mE0tGhsGc/7sAo/BlxIHil0z+MJm8IVN4Et3w4t9zwnTFMfIx4jFrpslKEKRw0EMB8ShJvCFV/ha4etS+PKijeM8Er7QCl/PD19KgCH2zOCLmMEXMYEv3SUtjtM0DoLATz0/i1wUUI9SlGUpIb4XOkbWF1nha4Wvy+ALc+zaeI+1vvAKX88OX4ESuYZ9M/hyzeDLNYGvjntWhBI/w1nixyh20whjmnhRmmHskyBzXBP4clf4WuHrYvjCGxc/Er7ICl/PD19KFBcOzOCr+nwGCHaQkp3CPPMK3Zo846//rWJU+E1g1FR174uhyrMdYjkhFI9GT3LO9cDaLitcXQBXSgQTViOYoOTh/Yltt0OuVgpYqXI9/6EGqial9BAmQlEaJK7vYI/GYebEUZa4UQjWlh+mbVaaySaXsrhK9SFd78dFAG3yCUaoRhYuTn3enuCiti32KnwJK/ea4Utf8DQTYAU3YNoVsDqLxP2tUCuf/gb3AZW24nPMgVzUyh66Au393L///E6I/Aoiz3/tyeHYBcvRjbT0xy9VqzBQAm2wGmjzE9vz+SGmx9tfIOm6JPQhcLluRG2a2y33n7r40sCHgUbXFmr7Y7/9xW76s1iNwrkuLWQZGbz547DkUgvpl/1JeKcKpxOOK/3v/l5897qDVxwgku0ZcIRzN72l+Zby1QRM3atR/cbSfAW7/s0AQ5OIpXoLVuVZhVJ6z9dyntRGG3/MjttqwmOaWeJqnPcnq71V7upK23Ov9tS22wPA7nR/YHdHrnQcdPfo/NqHuo+NxJJIN9SrcbeVmHEbnEEMwOBL9H4eAGwhYr3NFn6Pb9f5xrNRBLdHDtkgverjHO4/d+XHf4B7G8cUvin5CG5nv+xEf1ipbwz+kfP/KY7lkzmaCjc7Ptbclgf3N76xrfqhbQ64mOzHxC5hlslmtwlkjMyVECyihmD9BN+yU/jxJ3j6zwO1Hpsf9BuiNI1pRjBKPRZkKeG2P+X/NwtiP3Qj0h6xNupLWfdfCzNHKzO/VmYecyQdPE6pkNPXnOmfADlX1Hwm1FSCoAjqoqZYhV3YrP/Yx03xi54mHvtOilHgEt/xsRvSKGRxEmXMyYKUUkcHTqG/IueKnF8xckYbFy2FnGhFzhdETiXgieAucv6luC7KLnLWf+wjp/hFQ05uaDqI25yh63oeylCYZG7qetQPPcJ3UKmOnEJ/Rc4VOb9e5ER4g/ylkBOvyPmCyKnE3hDSszlFaF/P6Kz/OmB1ip808AxDHzOXcaD0EpL6QRY6oROlYYTTzHMzr2N27uQp+4qeK3p+Eeh5UaaSBj/dDcFL4SdZ8fMF8VMJ/iFuFz/fFYf7LnpWf+tjJ/ygV9zxgyTykRd6fopZ4seMoNjx/TTECSaOryMnqK+4ueLmV2x1Bt1CzY9ATXdFzRdETSXmiHhd1PxYFNue0Vn/sY+b4hc9hJuEjpexBEcRDRMaYt+LEoc41M2Qz+1QHTiF/oqcK3J+8RbnqKfal+X4MOokgMINWezYwVsJ4OUIIFSitojfM5tp2T91qP84YDjDLxoBBLEbuFmMkjghHkodJyCYesjDbpI4lHWuuoT+SgArAXy9pjPGC151+StyviByKgFjJOgiZx0/81H8sYOgdSxI/WMfSTUJvboXw2FCssDBAfNCjwRBiOPISx0cOTHymY6oWjsrsq7I+pqQtX176zuZmPFx0OpusLMUtAYrtL4gtCrBbSQcgdYRUJ2CU72ybcIwc9LYSVyaIRwRHMUuRn6ECOEgiQeBdIXQFUK/5vsw7G+cxe7DwhVDXxBDlTA+EvVOdpW0wL0DXv23gXNeNaewdtwbp1kWuFEWRl6SuaEboSijJIhSSt2Eoc5xr9LMiqsrrn7VuNrLyfcIXI1WXH1BXFUiqtxeRNWPRXESYewaojZ/7WOp/Ek/M/V8P/AZw1kc8VnkkTR0meN5YRwxL3GJjqKygRU/V/z8eg9NCWzuF4sPWEOrXhI+ldAqVw2t+ofMuvS9nK1/3TMbCgOqUCrnvi3nc1Oa79jPJTEu2E0hIR9qy4fazUMfi6LDHbAPxfGUFdu8WBpOjZ9nhKvugrkkfrthHHOOorIdX2p8sfBZWNfTO17B4qVQGuR0BZXZ2r+n+XXO546VbznInvhULPgf//7L7//x9/+pSBVH63BTnIrrIz3cwB9OWjE//s/jlfugdBqk7gJI3BXlyapWC0DKHb1/Jivy6tupOeVzPLcQ2TjgPqCB+cjSf+q8AqLw6Pt6jchyH3xC/Hc+4ayf+RR5OqBuamEOrVWB0fne/hfvh30D/ZgA6jEAm8VndwyflQAuF4/hM/84v7L9eQycYSbKnzWDd0hGD+9KPBQEkeNFEUQpsCBCUYqI72QOxb4bNwg+1NJSJvDXC97RCt7PfzvVwJ7bvfhfCPZWyHss5CmRVy6ZgLwPNWePgV6nNN8I7A3U5ouoG2YuxZ7rJ2GQEoQyP8KUIorTwKHuKPAtW5Vvhb4V+hb3ef3yDVZ/g/1HIjdakfspkFuJ+XLdCeRuBk4Bb603fIqoMhp+jwpqEJ56JI3j0E8zlCXUo0nkOiyOQuq4XhxkQQPho82tKL6i+DOh+Ld36ADZzh+J4XjF8KfAcCUCzfUmMPxtXJxPE/hd/z6J3UJIj+2N/JDFKM7ckEVemiZJEmVx4Hle4GEnikZxWzS1YvaK2Q/C7CWvyWqQQ87G9R4JcmQFuScAuUiJsnL9CZDr+Q90N/zZoCvBsJSGc8x3cJCQ0HGiNCBJFqYpZXHgMOqGaUjD0SOGbFEHgxXoVuP0CZAPdys2X4587op8T4F8SpSUG0wg3/fsRPOt9Q9AlXEjT0rZldSkqaeI6pUBM0r9hDlZ4hLqhBlAIk0o3DfFOMLeqMGnNLii4YqGL37gOoWH7sZ5rCU4F5aPVjx8CB4qoU2uGtr0V+kW+Bs9JTfWh5vi0L9ukp6D9h2I2HySHroXTmMCncLOzMMIRTFxceoTRtPQcWmEGKYpi/w2h+pYa0uB33j7i2DdxGg9L7RBba7fR7/v7/8G8EOt8nTe78HFs/LXBK4peI+s8sCSPMsTPpPurYwjmXgj6yjYiL+I8AXlT7o5l3yanMo31m+itteplEUJxe980bLj3tpSDmmnLvzxlou7UkBvD/2Sgk/gRNyCF5l1ynfskLOElbLqoeQT3i/VR3VH9xx031g/8tV4PsJfyh3fQ9xYJ6W+ifB65Suw2OV/CM9Z8XHKbtcOxwK8GsUAMbqDso1WfOS91euSiXGR/RVt8mG54v34BFL5iT/M4o1ATcebIq+kKzdcOZgwPfgz8p3w/y2sLaNQFI2PVyleqYZ8Pouf2rXgW3QMQxjKURJ/Qx5d/6zrm/teuHWfrHcFh4pjXrYO2jAJhH8uLMbfz9hBUcl5aQe+w9fsybjpIDtkJ02HKlziG+2jdNSVYMW5aSfJa4KfJKrYAlVseBFbvt0QQQ3SkRIl5qpRYt8d2R3kL6idl6tBG6j1Vkk2pRylZL+U5IyczlFJFmFEUhTTKMGJi0iIXUISDsU0zUibNmam0aWoKq4eU7tQ1/WdlrXOZ57yIsQ1Mw84KWSCg1oqoIcDh1pATcB46DGnBQ7wkteuLI7ZGWcUsf4qrqmjLmTxVdkm/1sJlEP391Y1MAqzqXwjCgof768GaOaqzzNsy6Frf+oxjVygQEycTK/pdYdgwKEeWDYH7qs96AFpuAzwtOh/1c8/l7J+pozSyMuk4KMgus0+J0yMPOciEOZk/eQFNS/lka+rrJlvYyIC8IKN6y9ELr/S4yd2sr7nc/RTTTClDLCh1ofT/TYvb+qFsjCN7MSj7RQeXVNJacOjObWU8tGNGT3KGnNQbEoeSiicp4bCQa2vegDEsPyap//i4Lhn9zKTufVDBhigsAio1P0Qr9OqyFTkdqMi6cRUQS9S7KUxJiF1qO/6GDM3JVGGooggx0891ibyNW19KYKBRVrjvXjern2eLJjOquctwjSmj+tRDn5iyvlBRVzGTfjrPAEWADttz+4sdWa1sXhZs9MApXy/L25lbNjIvHtjfQTsr+imoYBYkg60AUuJSfqxqNz+7PhOhG9IihIyL3IUUKvGXzWcJfYaSiHlHAILJXvkfO9SQlCeVpa55hLo00CHSz7YMBxXVcVm2NWdY77MrFtuPdKa5dIUOLiOCDwV5+Sm2QCpHeUvBqQEl+BPRTxf677l6huhyxAOEN1gQ5yF6LI6c6TWzxwUIDiSL41qdjd7sB/z0x729hUjPfl2rDoBp/YN7xMESvI+VcjXbMMy2afWHDfakRnzkinJKgGTnhowCaO5BZitQLE6pRnYoTWStuyclOzv0Gbk9Otk5Cck8EIcZCTx3CRNMXZZ5iPMCCOItkw63ehiBNo8RnJb9ZiFd2gzT3n2HVo3bH1mToj1NhCf/iv9BGclcbFNrSw/KnccRRU43pxOqgHozYkc3fOlI2DgjfWu2mzxndYtbBwpnF/yrVPGn30C6e19dWJ5DetakFOznxILYH/a3ndi5mv2qoLYOXdz4uGmsNjRLRq4vuhW6os9kgs4E1jI2TicBryFaODt6QRGUTVBmNw9ywO4E2ygq/3TyBReGP+p7IzdHBfDH+XhG3Sm3lENr/cp9J+BUFPQV6IwPTUK8wPdnY80t348b7ccJBjbW+/oESbKdgj5K3G7Fbdr8T78mwjrBaVij0N/SCjlBOBEMcNuHKOQYoclUUjbm3STlpcigrJ6VtY+K6mftTAbmDzq2Smhs4M6FHynX++gTGZPdci2pcdrvukQlCA2K2KfAZdQYvnIRSkHqjplO9HY2tPb/FowwRXcu8COpz4ZhE1ayXdeHyrS4DRwEJurYyGk+L8UR7qj0NdqYK07ejzmxVGc1dH9J4EYrTlVih0hAC/HxmoP+HQkUH/Zi47SbhgkiRnJ9t/9tc8APaoWe8R3UuklWAE5lnC12mBv6Yua7+o7e3V2Nrc39Sx9eo8BZTE3VzXV0ydw3wg7TcFfiUf11HjUD+djZn3gC2a7FfeGqWDO+yHgL7moXQpROwZRwWv3Kix1kqYYaHSzp8ypPBrKZ9pfCsbn33wewr0Fk6Z8Xx0cFQLB74ojx2COivkODBX4TfTvxLbilqVJ7PT77AQBmBzaAfzJ+gg7AM3Ubmxyjjq8p+c917xmp5MwueszqtMNn+PX8vF39JaJGxuxqPLb/KQZ+oBE1jbnj9nDxsCStU6e2nuqeptvwmgPbce1RAzAhkSa89fcvHjqTCsV1v+9ZNZf8ozJw9Vf5LUd/PDhhh6Y3AuwdwVM8wRuHvnsqQ+Cfknh7o3PqIUJgH8se1t3ya5uEuGHErokdwQsqbpkx9Alu7TzqjcThDCLjbMeZN4YPShBr57bpYfmk0Lxa3UnAP2pf7SrHzX/2b5Ex9jPfM9LXZ9lFIXE9bw4y5KQUS9NUxRmrbHfa2cx0/4r4YNo5YOX4gNxgnM1RQsDXrUNsIYbDz8psK6g+lKgqkShet4oqKJRREXTcIr0a2jqEZwGiXDF9Vw3cxH1aYj4bKMkDKIRLEUrkK5A+sUA6VdrX3t4g/ylaACtNPB6aCBwlDhdzx+lATxKA3iaBrCe6DsNfIxCluLUQ64bR2mSOL4fxTFhxPXpCA3glQZWGlhp4MVpwN0gshQN4JUGXhMNKEHLXjBKA2SUBsg0DRCNBqiLY89NswjFOCFRGPBtAcY4dBLsx66TjtAAWWlgpYGVBl6cBvwFaYCsNPCaaECJ1fbCURpwR2nAnaYBV09EhoIsdtKEIsR84mLk4oAgL0Ch67shJiM04K40sNLASgMvTgPhxlnsUMhdaeA10YASI+2pMdKe8/t/eI714bDNT/ClwWOpjpOVQQ8KM3iOzf8jZG0p24TfNbKSK2YldUd8D7uph0KaYJKSzHXCLKEk4dMjwylNWtqYbXYxIhGPqLyg6uCJtHrEMhwy/oQefaAnpo+uC/78pGgc1jfW2yZkq8m6IULFytZJMqZbiAsq6zJvMqpaeuFXvpq0SvRxQ7eZDQsG/qHJ9TFdW443eqySXNSR0dbdjYzX3vKVImPa+LszemwJRqT54P3ji0fz+O85+Xec+Nuqd60nv0xNcmXBZ7YzcF1NuXYdLV7s+b8I4X7cwurvvyCLhcKzE29IuHTY199lmKW2Iv4iJmcb/wWBXoenjPOSsZ62hhxyhbQBXzdVJyZYZh6bzZw8A0eJnfbV2OkfiyK13otlcqJ69E4vIRTI2qpsuy34oGeGmpXULyZYzByHMuZgP8uCmPKFTWkaORGDuqRtOZLZZpfilAwedFAfVP+4bNKo2ec8+/bk7/tblm8FtUAtR8BObvVXuY74rmHP1D3J7Ox5w3clWmhVmpc3rGz2Fk1Ml5ZF4zYHS+zUptqock7lSZWxqn6ZUmbKy/UMHVUWMusHJear5qErCyK++Iz+Q+xa8iP/9xKCsc9pFVjQSUh15vswCoFlIh0g/weVdd5Y/8nRp63HWuXt6zvSN0HfW3i14/2bNQ/HEzMMCiEPBxyXBUvHDryDr3XfRAu8bIInMXXum+CBRyR3mgdtU7JRYoh9NYb4R1El+IMIt/u+yqQps5vAsh2IK1AU7ErBbhT6IWVm4noprDhL/ZiFEU1o5GLiRH7g+ST1URxEftzuZ8zaXoyAxNNK8bQq52iVjAWetvAZmdnDnp2KBupLC+pRZ5HNl2ODrU1SVViKcMRVCOSWr8Ig58UvTZbC2uDnAx/noCOarrdHbYTxVZtyquEqGEElWdMb672SY4qvsX2Ssya9H/xNpvigvAdPnc6vCRu7qk/HPkA+R77Ofvyfl7DBAeiO78Lg3G+IC/q/95ngfSVj/QbZDV+AAiAVk8N3GMtTwN764Z7Z7yANHnxjETosJtBPRwp2xklGrDcjIHMwPFkG2r3NeHeSqjsyeFiEFF/X3RH79PqjVdl2phLRGiKpKSEo8cW+Fl/MFwVfof8p1jIfLa5IP1v/uyh21ZD1NyFSxRYqdq1ig0qV6aK7FzFV0MtrpQ6NHOJS5JCI70i82IkDP4vDNGDYIUl7O2LY+mKnXfJ5e/G8Q/28P+B58qsuu0ExfZwROfiLZ7k1nT911lt1l9DQhjgCE8Ytx+pd2UlgJI07cWFD4RBqx1H/D9DvXpPw1hmnhxOAbcoX5q7kT6vjm5uEFvUYCnyAcbSqxSgjmMUtECs7Z2ci+a38FJb4FFb5ie+K5F2MODBr0iE2D9IOzzqMJV/5Lt9up1LParSmpE6sEvXK40FIdd5JSSfSQYm7omY8RGKt15vL9uva+0Q2EjkIka/dES1IfDXTaEn36PACfB7KU5PL0UGgmoqmNmUIU7pTIqp9NaL6O3Zf8GUJ2PWPIk/bARMGhACK2mQoFcqLhRoE8Nu3XK1hts7fNQJLgswNKEJBTFAS+GmQEZp62HUdGrM0bFMPdhpZLIWt3mz7SVrjpDZHyqXy2V7wyGfnq/9esYXsZLsjkGsHEFUM3KlNL2S95ahfno58EwP3KjSDJAxbDuuw8ODeHs7S4DALpPgb5umVdRandyKrLJ88DC73ix2FcyqRgbAhHxiRZgsEp0j7vEwEnGfAY3xDBNufxCqT3M7yKgvhFSD9Li+ZkmXjBMvxDWfi7zrvdWXBrq04V3877z/ti7u9PC8TqTpg5wVvAicT4pRwJBUj/IuY3U+aQPCh+6QvPZvg15UxhDNfZCF34+LlmO+H/Q1wenVvBOtG5hKs7pvkXWE1d55om8dkF6pbIwAzmTqwum0SyFbKLhhs7bqsYUpqShy4r8aB//CZz+Bbek33f1Drh9qXop9L5QMcKib6To7/wW5U7EqlSWWibuGmJTXq8+PYIU7muihi2A1YmtEsct0gpNT3gpCpe7fpZpciQ6YMkeJu0k/4sggPGj7t2Snww4kdrPNB7h+qehhlm4sNgN5wLr3h9ijwYdqcromn7A4F3K2I8hpiO5Vt6RnOYpodiryfyY8WpN2xrrcFXC4xTprb4sBbE/uslB4/XdW1TDgj3zA+SUS63COTu8jfiqLxYqqGUGy3xB4NaLP5Y30xdAVODnxTBDVPEiDnlG9EAV1EtSdpPu/vecPHFA7gy3r7+SLppfoh6cgRbmfiOsVzny4VUw8zKpB9+jRM3cVRY2sLm6N4Or7CjKFViQb3vQdAK5+QCq7eFcX0spegOi2mIaqHYp/Eme9GWZplPvKJm7EwDDMPpWnstiEj022ucLrC6QqnDZxyI9XZOOEKpwvDKVKiqn0tqppPuT04GbfHLT8Wybnsl4eoJWVaVZC0hWS3KsSMnAaimZP44NPEZ4CfYCdGaeARn7I0IWmYZG1F5JlGF7tJqB/THo9k4jGLln6Yecqzo2a9nVMP+cv6NEPWEtKCLqanzO//NuHrUx26qHcG1W2C4m9b3T9LByj+2lsr5mBwfYSTk1K/lBbj1l4XwPJpjuPrqwKOpyd4U9GPgr8XuFg0nraNJ5ccjjeQHV/iIzynuS1Qb7/ZXtSQ4FIH/u8Qn1IVDKwzqXLgT/kMTFin+lHHPZd3Zidq34kOCEf7Upa9eNNCl3o9M3hlwTvOp8upVFN4n+Ak67aQ9AWlBVl9qiYcw9QaSJVj2OrIu9CBS0tkZIMXd7NSF5rw8D3SO0jr3U5vcSZTs5w4lnm6Iq8qaglXX94bu1lsTT7vmrTECc3UMcwcdZiSnRI77qux43+ln346Fny9/gaG4Xg9vVrOBrnRanqTUnq9aw9RhlLMfBbEoRsGJAtjH8fUC7IQR+3N+WSTixV9pYClt5Bhff9UdfQmn2FEcOHTOPDyuQLYXaP+neAZhdwmpwicyf+yz85l7RvF3xyMcU4m14JBha/sQAk8vc5d4z2lYnv36ryqysD/RI+cFuAJCZTf6xXpjgv+mcG7H96Fb03A32pv8V0F3xWAY3HatFL1o76+l2WWZFXWU1Fs+5VnMxidE+ifBI7A69UVm+qIlYaNytV/92mJBdkOsZC3Ie7GXZxYfr2H64mc0yZEidDyRnroNg68dfzUU1HJrnk+BIjw58ua4Y3PbmWWTtVhnYRjU+pQ4s19Nd78J1bsuEHBF3uFCdW+cYA9GtG6E1Xp8h6BzAl2tkrY9dyIedQlcRAlKPRSljlhmDkOc3Gb/HWu1aVo5Lp5TjWn6/3sskwy95hnJ5NfpD9S3x1JOyCqdk9lceCQyzlCRoI0F9tz06naJzWhiVKo2RjJo6NmaKwDGF3HfeNuVNUab86WNL8olXWqbqqOu23p8tq3F4rpXR/lG/SKuVZFH2BbpO5t2EDtoLJm34niQ9A/PjPAf4Wl/PfK97qmx9fHMV++VzAnFiQC6LG3/I6l4xzVzvtqwj95+OGIc1QLKxWeXBKCOAvcpmyjhLX7alj7u5siKYSt+B1td3ODQWUK8TRaNtdqLm4Ho1caDrpAR3cGTohDSRqGJAlT5KcMe57rssj1XSeJQtzQ0QUPWIqZkuaRMW13n4MhhQuR1AVPfIHNzx2cg8jtzQUTi+91RMQWgQsLDufJSV4zNG61WnhhvW+A9SwwPT9C+AynPiCJZnwqHhJl6vpbmVosh3pJnFyta94SX2nybKy7jao2MJ+YOEmrBrs5/Rv1wNUpeT34Wp5Goo23+A1OFcE+OGN7wYZPuVGpotgH13gv0HB6x3IJ9poyihLTHmgx7VveBet7aU82J4gfqmWrhheCoF0LNs6+rWAVVjgpprvdpmmEEWFpFgVOhjLmuClLXRxkMaYpbS95pttcLIxQPCWtn1KHbDRPWSZ8cPIhz79n6WRImZ4NIoJwKqxjy5cAuEVfUw6vxT4VcYTfs22dxSu5j2E9bos7KFjHlaTnLO/rYSt2CoD7cOz0r/P+mtNDeciP+am+LClK2PLwlbEV4Ypl9yq+4D28uyngZuoIDn4n1TuW7yBk0dND/pltnwndH+opK2ZJM0kG4H5AoA/5nY/5YrhP8Iagx+I+7731AQLEfxWfs77Q0AqRCkb/i5iD1tv6Xm5xR1PeTbuEEHExsZrLDK3qsLi7lavBbm4ITUIJp9HTFOyVmPJAjSn/cChOSgHXnxkFfpQ3tWKy9C/3aw159SI1qhsY0dfuJb+ZvM4DyIN61akb0oj4YZbEPsp8GhCcxRH//+1lv1njyyXLqh8nvu2NfJy8lhePW/by3+xpJhSBneWDB81mTh072MaGp+2+oLkzr+MF5Ts2hvuVdVCC6Hb0kzyWGix9/Qay4EHlUi5ZpVlkTTj5VW3kN9sPCE0Xpv+uqK63628hYwn5XgTu2FNR5VTASMZBUIqCR4MIVufUtyuO4nCrG9V+EZ3MhFdcwBP8n/ggDAck6L/12eFv4veXCqb4wmNBvg6CxjZ2LORD8SziLH6+98t+X9zKhfnx/lBc8891c/+klcPbI728ebZ9ap5tWijclMNM2VgJ6A+0gP4znKY3mXFqI3vc/UAoNPvBWmHUD8FMXL9MQl6aZAlCcUzTLA2jgDBKQh8HKd+nMV9JdGzS9nL5j+FpTdqe+mlP46Jg9rCX4mGjOVPTcOVJzEmYv04mmbNx7aqd00403xbHahd1w3sn5r4IN+T/YDOpLc7M+A6tip2C6HnoCqSJaa56RCrK/VXl9nCytq0TBSfPHOxgvnU7Nekvhb9cvfVszuXgyE+ksSkS3tdDkYPz3cfuCZ9qKmS0vAE4OTJ4F3Ch4H+Mz5CArYQIzG1RCFtC9WOQvtj6YWDnUk44bYDXXZXXRrr7wU6Wv7mwNybSBqxOD8/DXR5a/lCxk7Gme4zYBgc8ecay4cj95hyx9f82yVlmyAemtKYE7gd64L5wTIJy63yDwMGvCgJtPOsHmE3qiBLtttCxhU6/UHtDbsYaegazMGWOT+MsTdPIxyzAHp9OCaOJg2nktbdTxs0vlwNAPBCCQ2xBGVXcahMVsDDLGT/vhYjOeBbVXFe7NlSgnZc3Vv0uTfR+3uwZlRQtvN/M5lB2LVO6gEObxnPCmbXKIyBGTZKC9Hq7PhYyNL9mki5VNdxIrXasGwa8zm+FsxxNbuSj+bb3c7477yyZB9cSXFFvPyFeqa19MOCi0aZsEx55WtZmcNY4ZtAaBcfvUg6D9Enc09v8WpKeWsigHr+rejPOd8oq78b0COe5EPMEPvb1UMTb4lpuuJts8rUTu8ylA7YBh9vG1qjIWAQkqTlyhNdHc3wgAw6adD3848EfkwTMGuFwUhx39PQiYUujlPtVpQxoOdfduI9OGfATzGHBpzJJOZht3+dgZ0FujXc3BYRJ1MZji8NdGFiKeK9hryhINam7Y6d1d+xEdqfOmTOKmhPsa05YpgSsJBkI1CQD8ugbDLT7A5Mb7nfFdiv3vQrp1nI2yMm9riYniXZSSiPXOCIRZZGbJW6cJDjJMKWp4zlpglyKs7Z08mSTSxEqrR9ygoeIrX+iPGQREp18xjxxBm+W5M0fBj3rugenWpjUlVW/gdUek+i5zLgmn4kQISny4FSnJ8J1ncE2StmSwdtyEoH9UoXOqkOgvMRr0o6KGKe61E5VrwBiWLmMvjdUj10rf8B1m/U8kO/aDv+PB1liCN6gRx8RdhC6A5VGmKdE/wdq9P/PxbEok+LAtDRr/7tIc5oMeTM08vX2RyC7lO87NRhJ66VfwshPmO85gU9CjoghCokbkzDi+w6HhF6DhUZNL4WJN83D1Bxwf8iHLezpYPSs58ZIubcwmizVvmLfnvBMZKoXdm0MeFXqGblEUjJuDwtXNBWZxcFZmy4ZjPYraaPLRaCGc4ruNQHjdYUZ0TzfHZ3uhIOFHFmrlHda3Ia+lSGv4svIJviKgnGDNup+5XDGlu+l7dxLZAmrWbqGN9kppbscJPjc31vwIl3vO0B1iCQ9bIvmbK/qW1yITlQPqw7Qetk4V8+7pROXfcmM9A0kY1Np1tuQaPnTTL40i3sGdX7qW3zNT/LvpVzldSxXNThPd6ZZ9cdufR40d0lx3MK3WXX5sDpL8+jeyoyfDfdVWEmJEagpMf5+jPlg/vWW7a33+R9/0ImbOiFqg6gtREfv6OYE9WRtxGEIExb7kZPx7VUW0TB0gsx3GXZDrzUq5lpdyp44i+cU8JyDeM7T3MjNPeZFd1rQI07UtKzzCnXrqIHFMTJ1OMR0Ti7F4V0nn7a6Z1Lvr3RX+iofBzcKMv7XG1Ge7hNXEiPWO5ZsKs9VpsFtzs2FuobQaLiydjuol/xp/Pf1+kNQtAn+7YavaW5z1NkzhCemeL2OwbG/Fyp2AaYP7EvrsVDu8KoIMZH26HQCe8lqzmwar35RqIgPhpg7FjdjZFAyN2S2677x+QjNJRvkvvy+ESuZHwI188Ovcu1x5rPegvfYfUOCA7Vga3SXCxboyRYuZ/cNUzUVyQ6NksT5BsMv0pUvWP07x1vZWyhrZ8veNhXuGr54JKLPd28hTJ9/0GNRPbwQ1Q2mgrhoKvbyprWBpuGaOlrUL9TXbIrdlBzjK9dGcDsElNISRWiuh3VipNZ74p6dVE8F4IWBy6YmERKcN1eXSeoJXmezWWU9ulKhX1bshZ6290PawdxECqI33LRusiBBmx9++KtdcHHIdpQKn0uRiK5s97XiNkfkSapyJFXFTmVG34ZxKpaFo8A4lyP0y9C1Hu+PbKVyf/lXUziiiZZmQKRQe6E+pmy9yDMKfioFFftf3mu4E2wvwWhzDSYvBvRiRgpVjVeMqMvf1XHMorj5k7HSV1z2++v10FRpFBxdtBLmFxHXEPv2ipifjmf2dKys1/P2x3haSbMRhJM8/bMMsKk5uU+NlYDkX3j8IIGCVKcYRIIRzrLUi1CaBG4UYhRilyYZS6MYtbQ83NZSW6vXTMToabdXKxGvRPy1EvGlu8Kvi8Y8R3MceRIae0kK438p/7kHuAcyFYSmZPIIoklC+064SE1SWiMyQ2pSTk81iH03DTOWJZFL0jhJggi5Xsj8hLEgYeEErcnWvgVic1ZiW4ltJbYlia2b0V1lA7JB4XJsgF4bGwj8V/JuhM4k/r+FhJ2T8F9LzKC/ENPAH4c0C0KI5nIDTL04TFEaZW6cRNhxfJEKdwz8RWMr9q/Yv2L/iv0LYr+3cb3lsB+/SuxX0nCEaBL731czaBL+FaEZBqgl9djezEs8HEY+zpI4y1BCIhS6qUdCSjD16QQJ1O2tPLDywMoDKw8sGCL1ZWY1VJks2KAFmcx9lUympLAI8SSTfYRfzPhMiF7Aarp8h9uijGE/oqlLMuIgHLiRT/juJnLdOHLIBLfpra4MtzLcynArwy210/GgbiHGy/EDeZX8oOSCCMkkP3yoptMkMyhCM5xQS+psQJwgJWmMPJdhEibUSVnkpTSJXAdxXphgg7q9lQdWHlh5YOWBha7xv/BdDmcxvHEW3OV4r5LFlIQKoTvJYu84GNFk+ramlZnhsEqws6GJqUMCFGGaUdfzPZ9FmZsFceJiLybJBIVVza0MtjLYymArgy24k9EL1z6WA/xXyQFKgonQ63OAfl9joT4D6FcmNhrB/66Yhv40jFzmxzQKWIgCP2aI+T6NWZxQmkWh30X/bmMr9q/Yv2L/iv38H5QMB9/JhCu9WNULWcBd1Ic3mGEB9BIsQJQUAKE/ywJ4lgWwGQtgnQV86md+kqYh9oIodMI4zjIvdLCPIDl3NsMCeGWBlQVWFvi2WGA2McGFYK9Xhngs2IevEuyV3ABhMAv2ZBbsiRnYEw3sgyD2Q5p5hOLUZ2ngeNz0RyEhLnLdjIYzYE9WsF/BfgX71eRfEv2Rs0HRcugfvUr0VyLOw3AW/d1Z9HfN0N/V0J+4QUrCNMVpmkWhGwUsC6iPUexwMkjQnKnvrui/ov+K/iv6L4r+aOMteNCDnFcJ/0p8dqjGZ39fXFsfbhiMYLfMlkIBXMqupOz358PhvltWpyEDVbIjo+8DEuKgjDppFoYMU+QSShjy/cTzkUPTtkLNRINLsUHKH1FWj+jUQVuIBiaeYIL/0YL4/31eJsUtlCMVGRsnvv/V7//WQb8qUWObXVGpS81f0apekYNRvquggT94Dwhy4LMmr7MwyjooXAsSJFpQ06l8Y/0oUF2kL6wzUYvnVTqiSNt/nWWdUlm+RqZgLCGhKqRshkfcc1SF4mhlN11zk9JRJq6WVewB30rJQNA3YCioUEPTKg9/QvccQSGF9Z9LvczMlSWh/NjAfz/vP1+HB/4RrUNxqnrIGz7A+Gggu1deocaFOvE0DKpQEohdZ9T+ToxSCVlhea8Bf/NM0g8f/0Mz1FnO/1INNSfJbTP8QAgLH7dcfY01XQe8hIgoDOOQjRe8fLZHogRdR2rQ9T/YtkhgnfxQVSiEaiyVddTD9lrYroTtVrgL7vOieqGUjDIaUJd5DHlRiBhmiUtwjDM/jp2kxfj5dg2gXgH4zkdfBsNH239uBB8qgCIXtqjaN/bJr9QiU+XpmH+S9byUBNmnoti2ECZKg2WQOX973zU74zy5T7aszrdbEQNwhTDMAWIFqiXC8hQJ8WWBrJ7lrxSdzNou17n/24IDVR5e/lS1DFmNfm9kje6S0R3vVamm85UJdGXNzrZC2qlbXLNuuarytaP7c8ZXIH+doyzyBXjcZvhVzd9uga8DlbavqB1WDVRTcEwvGt5QXWXvt1uLl8bnL9iVswLpcOOgVwDSSnR0pEZHv1dL1X48Upm6eTzXuipv1/KjCdeNpPXkGQEHZRa6iIWx54RhSNLUTWOS+h4jLo4btDZqeinbXC3oC5mh5cOeJv+60bNM0B4teWDzToJqF1MFUpzyssm/not6yfNT6mo40TrjeEolKgPa1a/fHjCIKoX88xzYtqlO2PBJg2McN/fcDNBra/FlkZ/OdUEtaFmAqgBA5bF8/K+PdFdOYWtNFj0DvzkUkrnlq6LP9YmPeFZb0VjWpazoRaxoxUrnPCBUasQWxFMPgyw+2ZQAAyI9C5aQJ0YwTifYN1gxk0c/cphv6THnkNipT81OJ/kq7eFP54BJjtHucMNp9w/4/RO7V+vYWEzUaOfvtL1/cZP+60rt7tmOD4HPONiQ12DsK7HJ0UBs8t8Y1zkfwfSrFvz3Ygn0D/JbyRq0G0nJHTNyGmu4vuMHEaVuyP+vz1Ifx24YZXGEuMHvR700smONLnyyf2wfU02BtHrMksf6Y08x4gj8VFuCtlcTtTpmZs2VOJf4zHusn/0LwKytbKi9AUf7ZVPTSq3ZBc0ISLbSvLxpzh6q7Ulbh1FA3JFlOTBSB7bVQ28QaApc8F7HUPu4Os6Pc6jzVVFKQjNW00O1MclLjfSaqiBywOg5bcGW93ivnr6fiiNwH+wzinsgKcqftC/X6l1r9a5J8sCuhRCcFKHXQB5K4HKkBi6/K6AatbASRQXu7kWHwh5JLWqLCT50kdmpAWKg0a38MafyWHqYa38RdjB473l6IAuW/NDO/M/bk6iFa5W1w7S8x60nguizNJjLG8p7BDZ3W6Ra1LEV5HElz1Su9J2Ael/QvTp+U7GLROG6qBEHwQJOsPjzxbagvivcFzuaVpiu2s3jpr9We15cA4uLgqvqUkDySz1mgqSyLfssykrt2C7mT7/JDxZvFPYpsNU5shtWXe5yphG3BPXrxoI0udDuvIej1vaC4Q1fPXzDsyv2UBdOP+ap+TGpitapG6o9PR6repGQjLLad8DXqE63qHLdUDPl0L6mOz71zoS252O9bYa8koY6m9W1tHpHAWWOxewBo0DMI2XjKM/lutOnumBptmvDo/ZyLDpwIezbKICDI5d0L4TnUPI1l6AIxihBiQKO3AlK+JXtzwoNND/b4me7+llzBRqS0V3+PTcNEPFpGrl+FLkuDbw4oIgmiEUJTRtmGGppqa3C18EF0coFKxd8Y1zw+/H3/ZOFATc04HcTGi1NAy9OAUoQcORNUECnBlEXlIcqEA3J6JfDvssigqKQxTiOMuT7OEUopWEE0QCUjFLAktWHVgpYKWClgC90O7As2ocbvJjRj14j2rtKsG/kT6D9u+IMPtMTgN9KTGJ+JdaJ/4rSLGAoyVLCsBMikrkMJxkLPOIhhkZhv2psRf4V+VfkXw+CntDw95wNRktRAX6VVKCEAkfB1HXAzb317qYoSjbBBlzIboQmCaGV1DjBQW6YeS6OvTB0Y89zQuLB/6VZgpH0bB3mhLa9lRZWWlhpYaWFS1MDPYQe8Aa7S9EDeZX0oMQKR+EEPbytJ/0EO6gyk+TQCOoJQp0kSr0go6njBS5NfZR6XojCNMgg57U7yg1Ncys1rNSwUsNKDUtU95miBXfjLHZd4L5KWlBiiKNoghbewyqYoIT690k6EEIaFaROnPoBS0PiR0nkeBmFAp8+ZpGTRk6UjFKBaGqlgZUGVhpYaeApD46CjbsYBXivkgLaiGPpgzhGAer8nWCCjtgkIaiyeghC4mRO6jhRxv+fSzHz4iQOfBJTEnuRkj90qsWVHlZ6WOlhpYcnSTXUEES04NGR/yoJwlMIAk0QxH8v8v0EMVQ/TxICyOjZ5RLmxIjEIXE9gl1KIj9NQswQ/2vqp8EoEUBLKwGsBLASwEoAT36DEGwctCGL0UDwKmnAV2gAT9DAj0Ux7WrUCExSgZTSyCCh/MkhTjDHdBzE2M/SwCNhFCQR8zM2fqks21rpYKWDlQ5WOniy46IAak2SxVxOw1dJA4FCA2rY8QdGs6JIrQ+n4jgYbFwJ2EKgn91o+Gd9M4CzMA0zP8Je4nqplzhuFLt+EhIf+WnY3hYMt7UU/pdV66VofeGERcON99AeDaC9uyDa/7I/iXRsImUPB/zhr9vJP1cljBBZKwHJlLQ2HFeqvA3jueiyvLyRlFE9LD6XkO24bHLS9dE6g5bVRMx1/lKZZ/RKZv9UstxRTg2AJ0wmrBB5lzLe0o18fJuXlP+t5jaZmnSEAa50cIbXESnsqMiHp2dNql9sRzlNQZKLKimFeLT44lVzSr6PLhA3OaCTgsLytCiXvWGnPKnIVRJrL1sS5MioCIMj/uHAaJPySUuDqqXC/q3KLXrfyTRdHNo8fD0+uZqYMZC2A37NRQ4QzXpoyK/JDHiQoNwMW5MhUI44f2Ux4qJnfHW8vvwdW85f/B9EPqeh9Bf93/vJL7jdxUdQjNIPQnDN5rFENo/AdkIL4Q3yN1p67xfI5sH/Uv5zD0wEQeSCZEOFZNVA7u/5dEv4dLD+3Xp/U5xkuh01zfMA79Y6tq2qtIm3e0xsqqBxc0SSJExjyvzIdQOfBsyLMp8FCKMkiOL2oM609cUygdfP46BhH9RHNlm7F6bwC55otIvzFuR1WZIB2OK8Lc5llzD1tEpiTwecAdiu7Z6su5vCuhNJnwqw8WEXEhdb3sqJvxUQjpoV/MDxKyu2eaFmBEdOkzW1ygneTUTV7A74DodzIXTyyNhWJKJqk1OlrKhSAVYszfcaYscAe5VDccfp97ytrBRleyQeNpbcVqbh5XY7Z0BOrbDC+J/+fGTCfJBf98pSP61IJ1s9hEIOx94Gio/fbfWarMlSCz+BhaSnRZS7ITnwIp0uFGOQxstAOQb+Hz3llRj5/FSnTVTy5l5pO+sqY2J/c1zNgDeWloOs/RxcfMtO7SiBKUc/ybyQp5Jts9fHxF8XeYW2g/kC2jjeBocvn4rKjRS6UoPOP5zYdks5PRVnjhnvaiiZSl1eqdhCxa5VJhKYmyroO0nmIg+hNPWdyEuTABGUpElCcJSGHolou5M0bH2xvWX1vFI8rwZfu02jvWwRC9PHGfFUsCBPmc4cWdho8OCwX9yIgywbSLRetluoascjwHMs73i+g80G9EZJbt5umvQshVUyxaQogegERUFRpeG0iVda9nJl09qQcDVAMnFvfYJa0+gd1SoKNawLCC8oicuoueHbHOhVkaGagdmnUi12IRMwVukVV2h/amhHLkC752kXSi8F7Z6jQLsaYf79Pd+WHnI+BX6k5Y24RjuKalm9OkO1oF0J2kKwV2RoUkwDbw/SjARuymLHy0IONF5IE+IlJPF8h2Vt/Mh0m4ttMJqnZNVTYvGUZasNTT7ECJ7DZeH5IDOownWJyAh7x9cts6re8S0Gq8rysPRa2NSnYlccj8Vdm692egp1j/y6GxPx/tWmIbmBebu/lhnVeTdv4XQITFmlFMVsqQxR1WKbcrS8hfS/15QvOVniQitllB4pnGg2aH7V7jJuGE3hQK+uRte3v08GpTWoLKkmFWF3wN84vq9qHH3aF3f7caIo+DgkErokmAvLnH8n/hwoFyQISiQxr4riieIdxfGOv6zNO7cXw1LZ/68O6g/AY8mW3VFupAwAff/3Psy/r2Ss36DA3QudpWVbDmUVb5dDbzIg0H+VH0GILyMp9RJchRFkxHXDjUNeAVchhavUEPi/sT2fEnBD+8OeHa/vp1LiHmtZmwlZg5y4JirdpLhNl2zZJbvqUnu49khWmu3UYiWU5l/+cdwUPuSIq6GN5iioay03Ry8dCG1eyJIv1FxSaCTQbgKq23iDqqQUCqFWPJCffj9jB0V6EnNxi6TkKBf3HG01iPrOO5Fp2+Hia88y2KxAKVBRDEn2uSmdVFFByr9pVXC14EOT3OyLbXF9D33eF7cKE5RnvqzyPZX1ScVZWnNuRffadZ7YFQw4HujcVBz5Hqe6NVJrCKp7C1kvhFWHhW3mduHAAK9ZWRj8JbsfZxGKqnaS7UX8t74pufpa2LfHWJGNIguRjdcrEDvLEa85IXA4xohYYcRwihE7GYF79DSUEnhQSD9mQ8xJnCRzMSGxG+DEQ7Hvs9RJI99BWeuwMdjUUhu0r4cKo5UKVyp8ISq8wBuuQVl3g8KnRdkXR1iiIGw0hbCdhLs9xBvKuDsopOdSIWEQZDRiIUV+mrEsjvzQz9IsCBh10nAcYZfMubsi7IqwK8Iu7mj8bdx4NGzha5fZj2QL9CrZQom1R84UW7yF+ThFF7XANF8IKd0kD0kSRQ71KMUBjlycRinyY5eSIE6Rw8YJQ7S1MsbKGCtjfHGM8TUd3QTdSMvH0AR+lTShRNwjNEUTH+rFP0UVqtA0XTSSumtvmKSExiHOQuonIQoD5hA/iFjg45AmaJwymvZW2lhpY6WNF6eN8Qwn39hWI9o43mIcQl4lhyjh+ghPccjHZuVMkYgmNc0irahGIz6KfBYnYUzChPlJwv8dpVAmyok8l2R4nEbaBlceWXlk5ZF1+/FS1OFCohdnue2H+yqpQwnxR2SKOr6rVtgUcSgy07RRC2qkEYapE6aRn6Whm1DfTTLPcQOfRC52/ciduN+om1spY6WMlTLWO45XsPGAdPIbhBdjD+9VsocSu47cKfZ4L6OOJtlDkZlmj1pQTyPsJsAUSZa6aUYZSpjruBR5SRwgKD4yzh51cyt7rOyxsseLs0dTwONqPcOqqYRoiUseSSX+q6QSJa4ceVNU8o7DDX/AFJO0ItNEUsnpZUpc36NJSB1EiU+9JMMoCyFDvY9YQqN4nEeq1lYaWWlkpZF1E/I6mMPbeMttQoLXyBy+EraO1LD1324Y25bWv1sfc4i8fXuGsGQx89/L5HL9AHapYttCw2417EqjG8luKK/fjYS+58QEZ5EXsMBLgjQIUyeJUxZnEY7auxHDxpfimzv5OIg0P4kn0vaJVTa+ZePczR9owkDYWZqBRGrInL8AZMvosZGSlkpkgmpSJgFotm9iybe8ssQrSowuRJapJD8mZ8h7Uqc6VBOSiGhyJWVvwvt1FMk+knMJaaCodSxOMvlJpW+lecn7eK8HnvN/yps0IVUc/bYoPlUoPpjPS4uAb4inytzVS9/YPF5kzOSveDiKZI1VrilOJcA4wAeQBbSX45L/s0o3MmlLkxaySpopY/cTPT9JI6Rnw5K5VipZEdL/xvqhzVyspbS+o/cwCtXINUkom+STVf4CyKNWGR+qjSCHeM2S8qRUhhzbcSF7oxdtvFeQAMtXIs+RGnn+VhiHfLTeFcJG+lDwZToRfV7L21LeBvleaHjDNEbSeln2OIyZjxxKsBM6YUZT5IRu4OEo9YMoaDPoGzW9FMvQ+mGJfFgJD3uinY3Rs56dW97VmXkhp+1BpiPp4wzvMO/8tsnkZG8prCclNX6L0ZIt9M0Jx9XpncndTc5twE+MHWTeZ5F0veR0B3j5o8yvXOcBBmtRT/9bPUKDbjW7VE020HVuKXbYJodN2i1npScv77GmH/kq0o9wEoCk+94Go40TvAISUIKtkRps/SvfmlPrQ5LbP+Ztpt7ePkOI2VKsTYfb2VxMCWlIzzxKszhkHOAjFMU4wEEWZyRxPI8yhtoKilMtLgXwO/GMkj8jy9skuFJtEVSfeoARmKMlk2NpVS1kp6oUfmAsNfmvpubFVW2Ai/xMcFIiUb9NJ6uArGZ6ix0KnAZVSK8dcDWJr5rzrfrgTMtS1SSvulKzu7fHX7q1HsviHOJt4UMIvpJJ8Ld5NsgcV2JHkw/mKqz3DgapClO2E5uXNtHvVZ3+vk3p+GKmeD8yGqH28F5EC780ZCnRy0iNXv6OQW63n465sPNv2dbqRYbXsBWDqH3NRWEHwUXthg1r0U6+JAONbrok0R8b+mPL/lQAZVf9eSxAjXVpEXAaa/zRwHRpZiRlx6tmN4XPK09uu4ZnDQ7yDcS+2YL3qHe5WimmJkVoXXQDZJqzkb1yuP4vPqB7VqVB7ZyZdI7coZyGzZ8tq2lYcsi7NTcE9sXFZ44CB/t8KKvyIJ384Gr1Do6U8l3ViktqpY5qWESqa45h8tXlUcloQQ6lEIdE7X0ikxCKQ3dJACIPYVXXiKkHEBSSut6KbLRiBgnz/PNhW1TH6VBQqjpL37PPJ4umkOMQDtBZxjt8kjnTX20+pB1c3/JBPQxZm50f+5bmr7XA8xuZqD00x/p1qwFGvrpEQdEYESiBydgxIAKFAMawuXvTOianl/iLXeo6EfMTz0sJTRLfRa6D/JDwMaFZ6+851tpSJuuXyQjRyggrI6yM8DyMEGw88iSM8OJsoMQfYzTJBr+Kfk6RQS0xwwVCTE9thFMvIlmKswTqvMYMUewT6nux7wZpkE1QgWhsZYKVCVYmWJngGZgg2pDosUwwl7AIvQgTKFHEWI0i/uEz/6jiFvM3xjvFp+47uMf5CRo43o+fFrFaz76TenbC9exrqTd7dHSpevccqem2XXXbhm7bVbcXPlQy6uwiLGL0pGc/bhIOM7X7RDUjlHu5wcoOalFoOCOXhWv4jBKgXntxFJlVvagFL1rKejjD5cOhKE57AJ6JI/maVuoisflJAXtoiXLsPd3LSnNQ/+HKyo7FzuL/FVe0Vsaxt6mTJvC4vZutT6B3tOTIeMiZKIR9y5mLzym7cpFM2wsBSVjb82feQ45lUL4iq1w831g/tGw5VrhPKybUXvg2ZXjVSrZ16fCKkoEiRDXW/eko/U8rhx2hfOJcIupTQPUOqKsBQ/0GYDaX3LW9h2uKapZZAqig+ndxV7ZXygpVMc5KXOoIZMnf/eYka4NDs/VIqgXD1RuOmMscReF0RVoUei+OzVQAGoQ/qr5MVZ28qsS59E7VPVJXWlzLxZpTPfxHPwa8lAlf25mgdPoZ4n4lDByTS7lf4Xwj0u3uEI2UtP1inEURChzfjeKIJNTDnhcj/t8wjFmQRH5jDhg1vdTu8WszAqLVCFiNgNUIWI2Ab9kI8LV6V09lBLy4AaBE8mN30ADQ3rJ7FtzyrMavgwfCU7Iay+MAEhcHLsJZQuPIT7MgRJiQLMygJKQzwPL9FldyX8l9JfeV3FdyX8m9R+5hNzfoY8n9JU/2x8ldya2A1dwKP0Js3dvjyXp/U5yqwuT1uyrkDmI2F7MVMbsVk+Q+JaSxOnXDmMR+6Mec11mAo4AQRJwwxkHMMtqy+lSLS7F6Bs/gtGQflGdUGLgImU89wIjDyaIczqypbz4Q5irvKK+UW1vlulKQlcrPNSNJgG6vb+tomSoXQqnWrmefb/K4QgJw/BY2guYlzumjuVxtrAbx7PpiGmJtCxGdeZtXHWF39e2pDHxKGTtsq7tmcS8tSjpziXzHxA04HwLOj68vmrO8oQcWn4/laQh2u7/2IfcDSHwHEi8BtFA1GG9crN2avpQPfKCkCsBqqoB3RQnT6K/pfVmye6sJ5azwfiB6U2rYlYbdxFBW14q9+E1Def2UM4l94qSuzwHSZQlKXcyiBLtZgP3ID9IGKQ0bXwo0E/m4onpcE2ZZWwLLRnEaPu35wbQu2S6jYaq40jbkx3BOvbHEzio7b7f8yYwb1UrJeOFHU4URVcFFFCq7C+uYnfjfmKhAz/GVz3X6ucbXKqyn3hm1+wjdVYd/Ym7c3BV7EYUEYTqZCN+RReMh6hMAOs1hYJnFzfytLcvV08NhC1sM0eSawf5pwBPbiFhOtEHeBrmvADyVwHesBr7/TPkG7APd8h2pbcG/pLBJ4zN4IrNMDaM3XNwuQde27ZtWtxemPe4n8pAmur4i0GtbvIKtvMDihdqVrk51dCHgNHzao4Hz4tAkkeKDDSf4EFBHm5D2tD5/Kfbw/a7r04LmvARyiuRZnoijIhEgCbNRvHXZZADhBmVZ4WzfXe82B3++Uz9MUn7OCksphz+w5VNrS+9FWqvCihnl31lCZnPOxYf4NheHRCdGd9aO7eKmkQSwG5LJlNzqLPY5f1zjbsjb4IC7T2Xo5n0Vcd9xHuSWsPRpBDdDJTdLfWpT5QuTGdFq9BcjcqrZSjlPohXca3H+5el4TqqzJHqSVFA2fqJbkS9FfLk9YynkrLlhIp1NJycM/yowpXjbwEYivDUptkV1yFMfcJ0PaVE7UlYflu1L8XoyoFagCsciiPyEUZdMWBxuRIis9N0UIyvO37jx/3pdH7/8xPgNI2G0Qfq5yUM44NV5R4wynxLtj8Nh5uuU/FUJZaDYb+dn3RfeJWnAuN3Pbf6QBWEWcMD1mZfGjLiUtOcjnUaWsu6/TpKKVpJaSeqbIalvmZu8jes8Dze9OC8pKR1wNMxL3eLCCmkMlhXu/q4XFE6CxHViJwoDhwRJDElmosQPk8inDkXhEDUtWkp45aaVm1Zu+jq5aSCFToPpwQaTxTEdvUpMV7IzEGcY0z9UK8T6KH4bBPdaxq5lxlBeF9TgHkUh8jFJUMwYjZ3QR5gTAIqSBFMSpGgI7vXmVtxfcX/F/W8I96dycT4A+ImzcdDiwI9fJfAriRgIGgb+j3wyDcN99csYyMPPuhOOT9wsCSKPYA/7GQ1Sj7lO6sYsZE6SxEPQDo2sgL4C+groXx2g/378ff98oI42yF8c1N1XCepKTgWCp635aTvewILXAN5LXcRQiEiUJr6HCN9MRFHoun7s+Ij/65TtvoL8CvIryH9DVvtl3ldT0E42JFwc2smrhHYlZJ6QYWiv3aonzmnqWLW5YxpNTi98y4KMRogxRnwWB5A6LUszJ8QoSFhKyRDSa62tcL/C/Qr33zjcP8SO9zdoebD3XiXYK+HRxJ0E+0mYnwd4HdpRhBFOQ5Z4KcpiivzU9XzPIdTFNGRoAtpXUF9BfQX1bxzUm1LqFwJ7uEHLX7f6rxLYldBY4o2durdzf8qUV+Vm7fm+sH58g70ozpjj+By6cOgjlnkOIkmWJhFLUn/4fL7b5EoCKwmsJLBa9pda9q5eZW8hAgheIwGESkgw8ecJYB76DUFfg/swjP04DSPsBygJHeInoUc9mkVxQNLIT+bgfgX6FehXoF9P7C8/sXcxR/vFoT58lVCvBDCTkQDmH4vipCW0VQC3+W0M3qWA7jFPkiD0Uz+gKGQkijLPC10n8jyfBJSIMOoesMtmVkhfIX2F9NV2v9h2dzfu8oc30asEdCUul6hxuT/CZL9l1rsbKKW8o2WddEV8yiZQ7cO+uLN+EBlT1GxnUtlulOs0OqBs18o2KNuNcpUD7WJVjSx86kSRR3zPj3wv9Z0sCv2Ic0bAGE7DtN0FXP6cxfKlVU9OmieXypPrMEG7hCez6snL5FG7+MHPzjHvlBycnFduILkoAOshP3IMrdJu3hS82/ReKQ3++wOm65vf/01Sy0Qi1rsjPZR6biKRWLUsshMnnGOeye7xVvmKkjWu7uhxB7hbAvrLDGlHrWaVWr7rTmR4q9IHbUH9CCPHaVM+9abYMaBPvaJWRVqCJORYQJ1vmcCNw/IN46+bse3Juj4yBg+V6F19/6ZieJvhVSYugk/N+7htyLpNMavlUd2yE/TO4u+Yc2LJ90lxPBTHxjYQtb1+P2MHRaXCiTuOmKLI2Bvrhx2XSeRn5gPESbv6tHLcpAHAFxjlDHHD+ACJREvAlFUaVaWwmsrmlXUBZdhpeg/Fzs6QNrdOPfPq8tLVa66cChgu56KFy2pGr4lNlwyC9pwNegX59kIlQJmoAcr/m881633BAYSbJD/s2fH63vr+mO8/WR9qm3Yg5x5o2ULLtm2pZQstu9bq5927QEfjYsagOjGLk8Shvps4mAZeSBw/jfw4zBQuvuABS5HwH/DIg3gkkw9MxQPr/cDSmzrj5xlRrrd0UnLZJ0v0Sck3XvOgsnkRO7wrvgOB/OFgzFd58gBA21zekkCu9JTVgOCwFZS1H9Wk1E2eviYJdVnvKPlGBBjMZinXbMpCvrF+Vvct2ZbeFnzTXG0qqzTmsolqn8gZWCYTFGAhNi/KCwp2ZqK2ZlMKE16ryaBeby7bzK1vrF84Z3L4pfw9q91utccUOxt1c8ZJdMdHu4Rk3gx2g3mTulXh8pqX8/2+uK3qh94AHfPFey22hNWYcD1uZaQ257+9GEIxotAoN5f4VqqzZYZ/5i9bf4tTUWxlUlf+zfM/mG7fiNTrDNJPUP46pRjeKmc4rKNXR6FfEfl4toNsJ7QQROxpR4ovRj5KJLWrRlK/52t/R4+UU89/Z3dsC3m9b4rDRLLXWsOu5AHaD6OpXo2k9esfD2cYOXy7l4ZZSFCSOZ4TkZDRIERe1t72GzW9FM0c6of9q3pYCQ97miSvRs96dnppZkoO7NEWdagytCoILA8GAROrFwBsPNQFh6v6Bm+s3yQGVohbHrb5ya6yvtaso1evSAo+q5Nq65Jz/D3KHdGeJZ+2VBz5yQNLse88FufrG3nw1Zws1nugpDjcX6nnVkzu7yCVbCIRXj0X5Jh54A8FMY1LlGzf3QLI2ilaOwziwJPTgdwDpQxOKl8OirsnZwK3sGMhsnG9jee/AtxSAoFdNRD4h+pLwkc679gcaFXidiU+jVkmwnpuakLDjLgkoBH2wFspZUkWhp6XBombZO3FhknLi9XoqZ51qJ71hIBl8igjvAoXzu9vMku6eCYMsOZcp3PbIS44oPIMg7sBbgQfRf59SOsEpQGktjjIuK+sY7Au+V/4umss4fJ0zD/J0zAF86BSTSHR9ErWmqmKCDTVZpQ7gOSmKLhdH7PTHejeFRyz6oMaeUTT/GvbSwU/31hv65rqe3qbX8M41JApjuzkwIG9XKfIro3aurKQqBvQNg4HOEJf3MxAffj6det7m2zLV4vI0n2C25B8WyXo5kZ3zi1yuYXgz76GE6XsvOVAfiuwGM6UKBQogjM7UTopP1b0kfCW4TQraTFeuZyAxN73h6quQ7W9qcZQOQbrQndzU6OOHd8DHO9PbLsVZjQUOYcdRlMgJc2vcw5eyq5C3zKJ6XU/uWF6gto9i9rn4vNVu6fBY64Bgb51/qOYBN9XUs9vl2Pb8YVdHm28F7bLr/5tz+7+WX2PDeR2/X855cnlBawnvnme2I3j8ub//n8a/hMgZrVBD11hjUX+36uuIp5TxCOKZE6RjCi6c4ruiKI3p+hJRT6VK4F6SOeHq+yXvDUYK03LeKA0LeNR0rSMh0jTUsZHkuOJxuX06LRy5mPT0zEYmZ4OafqacZCLOU7aGYMVM9FbTVLvr2iHW91gLEy2IGSM31WXn39PXX7+2+vy819dl2+/d7bltHpsKixNDoEm2hvF6/vdpDr/3Xj0Wtn5kWtl25nR7AjNkLEvbtzTUdX5jo+qzn/9UVV3YAjqI17DIajFHzAEHdVLhqCjeskQdFTbIRD7dVsYMVOvLsRuuhnBRQNAx0ZrQ5PstQPOVPuC7/VP9Azn0zGdpp4BeeOvMa47/znGdee/x7juPDiN67ZAtaP5vrqamBw7Rc54zPo682PV15kfo77O2NgEEzpBOyZ8D97MOvt0Nz3Pe9Lm4zOiaTBKI5oGYzWiOTZi/qym3xm3GjptvhUv+L7u3mD0ejoXjuGYvulIjumbjueYvumojum3Y8s3LKUd8y3TNZfcp/Yt/3V6XkqNaynZw07xqwkEq4LGX2VAaf5TDCjNj/+Akjv4kvahKE98BMsZm3ZEZ3gAZ0mwkRrWN/yK459wy04nvh836oci22+rOF3DZWaeTDfTiJlPha6KwUToqhhMg67KPDv2VFpSVIqkTg6HImc8Hn2d+QHp68yPSF9nfkj6Ot4sgPV1/Fny7esEIzrhhE44ohNN6EQjOsiZ+qjO0Mww2wMNKTxkrly+D5pQvmj2XH5aNKF80XzqKl80sbrKF82wrvJFU62rfNmc682SdvKVjB6TGxsOyOcRvyvcg/x6f2c0jbvCxlN4RHF++o4ozk/dEcX5aTuiOD9lRxTnp+uI4vxUHVGcn6YjilE7K6DitYFhI+UGJ9bpLheGxuzxoSrYa+U237HCyELVJIfbmX2dRqqnf8diu7qAs1N6/DTZTFfYeJmMKM4vkxHF+WUyouiOvvj8nBjUmBxQedJ0UcOtylDLldRW3lxPN6nKXvKhBvSMvtOAntFnGtBrvxI4S55jZrRQOrK98at+n/0cilyfVZJjsd3WsS+TCCIkWT8uaJJO+koGVNJXIt2bGfuPotiZXM2A3KVXM4qO8dWMoqNczRRFamZ3guTFZD2gZHDF0lcyuGfpKxlctvSV5sl5QGmemAeU2uPBY3ESjmdQhDydvs6rRYVknyiP9JZt7RJk4G71UF13T1HmoIrxB55Un//Uk+rzH31S3VVXZMIOp7nFCDKXLERF3mgRKvLKAjxvt9JryJYuWtOLsCttvhJHNA2W44imwZoc0TRYmCOayv135eyZcaF0Dmh1WfNvPKhn8K0H9dpvfqBHTpj0M/hPTV+SaJJ9auT/yrGguIUwxfvpdd6RNefHQT0DihzUIzNGm03SB9htXKtvuhVFnF9PNyZEhjSTApwGE1bu+OjPtaEJ930WwF8uh0CR6YXdiPVaoNdsn9zbwqdwsg1VsNdKcT5CDoXJBioZ47mhy8/PCV1+Hj90+XnU0OXnmVyXnydxXT5Qx9aGH8wMqaqVi22pYT3jUb/YohrWM/4KF9tVw3rGX2XUuorFLUW1xZj8Mpqk8XcZ0pr/KkNapLPmq/CvG0bnfOAG5I37P647/xbjuup+aAexHcWMadOKXWCDdVRMzLCOSttPSBgwz8iNlDmDdjQMuLOjQZSdQvIppvt0Zo8ghQbsBcY+QUIDPgQHkUNl0mDQhS+wGAYVTUyGQUVlVRwOpr3XRXsjkbLy0/y3bqR6+iLCFK5AjfxTNdkLPFSH9Ex8VIf0TLxUh/RM/FSH9Dzdu8vIN0sRNB6lAaX5IRpQmh+fAaX5wRlQmmfCAaV5GhxQmj/2H1AKW7iAVFEQ0nx3MDoNHJAfXji28EEwdJ8Y1BjwAORsKl307244F8UF78iMJ+CAhvm0m9A2mH8T2gYTcULbYEZOaBtMzQltgzk6oW0wWSe0Q2Um1IH6M5+/Frvgm3dUTD50R6UlM3GfIc45IIFgvOWkbe/Y/jzNSCNKfYIbEEQXN42M2sU2haC5i1uv9IzHf74NPNlPYtf5BC/uaqv6qN72mpnusFufdVze4Vb1UR3uNTM/5Y2amQc5o2bm0c6oGW/yK3i2mmPy4i+hqxstKN+GFJwPWVKNptFzAjuTqV8vfUyt2D/tuhDPTKBMl0EXtIfm+meCXI8ELUO8ehhUPR6lzAHqYdj0eFh6PCI9Howej0PmEPRw9LkMeB6EOcZw8xCkMQWZE0tu/lWcj3s6fdCqyJnfZ/Z0DC4xezrK4Rc3URnlW6HyBvJRTO1zVEnzQ4IBLYMjggEtgwOCAS134CLTDPUb0QdcYSpql9xfKmqXXF4qapfcXCpqQ9eWxf40e4rVk37A1aWuecnlpa5pMD9GNA2OkEY05/ejY5rze9Exzfl96JhmqF5uApDF53wLyQ1mF8SA/JAvmipj4uLWlZ9rU6ZULy9ptlKZa9nImhnRmWs7zcsErpkvabvWucRLb0LfyFtvQt/Ia29Cf36FTet7o99t/nh7UOOh4zp01D0wT7nRcSpoMnvIM6E3N6sM7JVBjb4lVCTnsvbjmPGwUyQvcLHra5n42PW1lLOpc3Eq5i5HpIz58YImb3COoMkbHBho8gYnA5r8PNPo8m0c5fGfs/AuRXoz4ziL4cd/DsL28Z/z29ZKZkDXaN/Wihl/4J7K/DfuqSg3nf/M99nc6IDIUDKAQ34Uh64GN+c96V57O3pN/8j3DG4fypmQdkXygqD2vpZJWHtfyySwva/VmvDs82FbGI9cT9r4jcc05996THP+zcc027c/3R/Y3ZED+tHA17wrbL7BHFY02GUOK7YrRlS8gQycBt+uI9vfYos8Xds8yU/38/jWk55uz6B/A/LTbRZ8TC5oUohPt3h3Q093LC3MG601ptvliPcvNge/gxrmc2xC22CiTWgbuGRPaPdJeUraq7JmynZr+h78TuU1bMku+1JSZ/pbnSBR+AVfSspPtwnRGNwEhTBK84YVpenWDczWAflem//JN15v9+k7uHv/569z678nPd3ez/Prf0B+us0PJhvMQY3pdt/OGlp98X4uBC5C96nwZPinQYaGnvh0i21aZfNmW53p939vglaDGsZoNaU9j1ZT2vNoNaU9v4WY0vaGv9WJfT6J4+0LvlWrMz0PTA7whxSmWzVAlAH5XpuhM/3G/PeeTrw9Hw1OIFoxc5/droqBw25XpbW83gmn0g9FsX8LCUsnO9uR7fto7os7OttKI3WRF6qqYeaFqmpo8SuyKpm0RO1iPoqlK2+esWJU1yBhxaju+LvMJecakO99w57MzZFdNkJCo99uceQmwDYvIIv4zKLoyJqP96CewVgP6hnkBRnUM0gJMqhnkA1kUM9XfYyN8jAqcv0Mm0cK1TNluu3pXJuqZK8d13HZ8VgcZ++JVMG+y2UVGGHiwtmRveQackDP6CJyQM/oKnJAz+CiaVDP4JppUM9Xory2O0gFf5gJ8qqkzA93OxoGB7sdDSW+AXKNFwd2pDN5OGoxc27pqhiQS1fFIA1LV8UgAUtXpXfRMR9Vpwpeeq2hKhnfEalKRDmFLD8ZAZMqeMEZZE/J5Aiyp2RyAtlTcnuBsZCqgP80t5/ri19iVgyrGlkVw6oGZDemasB3Y6qK82JxjreMfT4UUK/G4BBzSMH8Pmdc2eByZ1xZmfLFeX+i+b5+dYNzw2GVPkEXRQoRBbMnm6rgaCsG/dJFzdNrD6kZZNoeUiO9fotTsJviZNTzWnh0FKrct6lRa7XwaGvloTDIudOTvnhku5rmg9vV7I+vUTRwV/jiNxiOB9a6MX8s0JEd/8jzhwG66OTSg+yzxssPhEdbi7fF9QXLsBWfbLFKnGPcZF2waKxNY0/OIYWLJ8aAMh58zQs+aiveP6xhWXFkUFrJ6MymK31BuPWwpknI9bCmchhQ3Uab2FkdWXPLY1DPwOwY1Gv7Du48NaG21TWnMxEMqpgnJJhSN8hLMKU+lCwFcm4ZZksB0UG/4aSY98ZT5MbaMLnCVCXH2pn341AFx1ox8q7ryI61NX89oQqOtXI4mvZHSo61Y4yYA/IX+XwP65r5fg/rku67mFzNqZIDHmr0dDPrkyZkLtioqvIme1RV3sRvUZVvd3rEdw5QSoLupk8jFDnjd+rrzL9XX6fnDQfVyOwZRNVFL/WN09WMXeR0NcWFit0yujXptiZp7vA1oGXg8zWgpTix0H1qnyChDrgozUx2qGF7aoyurmrzHod91fYRTnzvTZxaOy1rinq7U8di843gkUbIJY2Q9g3Px2t2nKta02my1nnoe3X0L36ljn73bWz+kw2n9keany5+L037UW841NLD3nWopfat+X7OPs7tOvRma5XejE/Az4ld0pJQeOA4acqXDo2m3I7GTcH/nd5zuODW4iVjoiv2RiY/3ABygiVd2vMHDXrbfeVe+1CFJZmJT9MbrTQeOPa6Nlb68Zn/fW9fH/PtZb1R9B7cp34bl06LoTba2bEr4nzL+Nw/0Xx7Oa4PqT/0XcebuviVx5tS33zP7m32Obmh+2t20Turig9+24FGLn/PgUbaN2yrjImdmJ3lx7IusHzB+04101u1XeGS8XbSxz9Ua2f2qaeb/LjAQ9Vmes8sbwqOXVAJ+ZLJo2g9cOb0W7h02vRbaOdMeT6wI5f+xE5m4emdpgfUH/qe401d/MLjTZGRptzLm3JHmvIub8prvkeVnznfl2dRevuCb9FV7ds2x/vDqTDJv6YIXhA/21MyCZ3tKZlEzfaU1MqYonh9sTdxmu8K9yNjagG7vicrzRps5SfarGaBYYuV9ER7Bu4zXeGp3hlW4BrUmGiXGyapYYMgOpAoYf/p3mAWK3IXBMx3dUyi5bs6REvedgS/qfmQEF10MA2c/NlgXneFJ1rb5WU5d+rdkx5uzwYR2zC/oyZ9UYbHIU2zHI9DmmToHeDixvQNQHZqPExCxPviky3K0AbjFqX45DfL99fcgDaboz0Vg5ZN5+yAklG/05xe3HGuY9L2nL03rGLQ8oWfUdcaThNpmuu1Kzzc2+Rs0LnkgsxOHQXDRdsqmGVkVRTMUrEqCgZ+jbqCQdYMXcEgWYauMF9QrKNgUOuu++UcJZX/nq+58nQ8J5/mOasnPVAaQJEwQIEB+ek25+8D++Lmdz1jqgbXPmOqBjdAY6ru4BBADZyZ4Ji++OSgGkHTkELfxeEcx1vGAfFwM+3c0MqZuzX0dAwcGno6yqVVDltkuFGfjybpyJpfWw3qGdxbDeoZpHgY1DNI9TCoZ5DyYVDPV3jlHGfb+1lToJIaiBPJ96f4eC5v5r9RR/YCR9chPRMv1yG9vluGCQx2ZIfiZeTvJg5XXeHx1gwu3DuyvbbARLlh2bwtqQqOtmIwVLqo8VceVJv/yINqpNfvw02+LcpibuvcFx8dCSiHZtQWCI62shV17k/MqKVaeKpPJ8OvMzJbRJLyOsWGydZxSMG8Dvq4skFF9HFlg9ro48qu4n1AtzYcSZ+MhqIvfoEfwoiqiTPCiKpSoI2WN3B6Y7B4dVHzY5ohNYOTmiE1otZ2LjlxbeczY2iSfaOHHmPIzHVTHEzGoC8+2WJ12TWLryM6k20b3xiNKU22Pm+q96Qn2zNy4htSmGxV/rN5o5X8ZJuVeWzeaK0w/bXm4bcvPlBu7bRnZWmD0WWf2O6wpTP8MKhxQYDeuLZJsN64tkGG0gntFofLIklg0JKbopjxAFAlzYP/BrQM4v8GtJTIn3OZJ7Z06DL5hgPy5qFvo7oGEXCjugaBcKO68xuacV1P4V/tOniGfDXZC5h3SM+Edof0lMNrblfsRE1Xk/P3jrD5Ad6wosFB3rBi23+S2vXOwk7O8Qyo96TNPV1HNA38XUc0lTUoPIqOBtysSfbT59W/moTv6bLjbc2Try460as6EY5hx2rx8RaNiLwnPd5eWiSn4mjYXCU83hpfenBaemPWXC1tjqYjmgZYOqJpgKQjmm7/7e9u7oFx5kKoe+Lj42lyuNgVHm/NwAjqyPYvO4QjpcHtVys31obJPZcqOdaO4flBT3qsvflNvyo41sqJb3vM3k5KjrWT5fv0XJq0IyVH25n/9ppkfxbl+3zH97NNipPpedSVNl/jI5oGa3xE02CNj2i642/P94npjAfuiM7DR0LTf8B4aPoPGBVN38COnNSfPyCf1p+/TZzWb0v4UrgsTucxTZHrl9GWv5kU01Ulx9qZdapQ5MbaMLIUOrKjbZ35hqo0a0qKjrVkgEOa5Fg71fm8wTIcUjAvXzyubFC/eFx5fvVNKM8vvQnl+XU3odzeTsX5tR0XW4Nlo0n2D2nqX01O/3TZ8bZMbnq6wuOtQVi6WVMgOfGGRpuBvvh4iyanWrpsr62/sVNxnjHYKxnjRaPLz68TXV4PbTXZoytyF4XlXroz7+soN5aMfjKZw4pc/24RfpvffLZiwy2YWWi66HBLJnecrdx4RkH7jm2TYsfMcgrW0hPtGQySLjvVN/DxsKt2zPrXasy2a3TpPKwz0bbRIXlfvNfi28PB/nA6p1zmN4NP1BefatEoa/KA/FSb8xmTu8JTrb0zGcYB+f4m6xwzm4K5OZsWQxc1P04cUjM4TBxSUwOi4ajX4H6sFhu4ZIGfjK7uWsGRVoxoW5Uca8ckNZIuau5JNaRm4Ew1pDZvBA6qzZt/g2peb5TmMzdpkiOjPRuj0IqNtCCSfci6jAYNKdIj7Rld9rWCI60I2ysuPhu0U4teOIs6aqazqKNmOos6aqazqKM2v30YVGs3DnuRm83If0WVNHdcGdAy8FgZ0Gphkh5PtkmCW0XOfIfZ0zHYWPZ0DPaTPR1XSTG+F86pwBG2QQGFAfneItJl5iyLnrTx+I1pzo/imCYZfgejYgWDGjNjI/xA7y8YHqkw3aqR8TWoMd2ukck0qDGUgNr+ARJL2x8gk679EUqHzGWi7mv0Xe5ksIYN0RrzlSx70tPtVbklS/M2a43pdk3YeEhhplUDi2pIYbpV47xZo1rzY2Gf+M5tvgbjhN7cvNgeLpkX28PMvDDw7+zLT7cpspcZnHCOKfVaZ3t2vL6302O+59vM2aXRF59pcX5bPiA/06ZJ4O+ghlm7Nr68ZRsbtk0e0DaZabs4zpbO68vPtGkweYcUZlqdn7gD8gPsczxAaT1mZpjowhOtVQcY9od5D84xpYnW588pOrITbb03Os8bkJ9o890NPZr2T8hOtPWfc5dVuujUF875TLhepq2PpiQ1rHKB/TmhbmKETqiTgff6MJtVpSM7MUYfzgc4JDRtTUpPjjndGY813U31jG255czSxoa2P84e0M5qX/K8hz7pAfNmrI1LJs9YG/P7wvk25k8K5tuYPzaYb2P+xn++jWAICw2yDvSkJ1fB55P93exp1pDCRKu/yriEt4eDYautwhQPmG3nuuITLf44b0t0hafWpUi2bH8s+H9MX1zT6adLZ5zAT0eTY29ddKKlWUtaF51oafYwVRedaGneFu/ITrQFNQJLw7aE7ERbRm4pffG53s3Y8T3pyfZME+kPqky0bJILvyM80ZrRAXVf3DzV/5iqQRmLMdV5PhpVnaehUdV59hlVVTxejucT3RpclrVy/ZsF+dssXihyY20YRIgpgqM9MfNJ6QiPtWZUfboja35nMqhncGkyqGdwazKo53bf2SyyTpe99J07esbv3NEzfueOXu+dja4ONdGxGWNyVadK9k2Fm/MxuTE6G1Alx9r5+yERJVTtH27nbcJBFfMNwJS6ge0/pU6672VwHqEIjo3Oe1rOBovooqMtQfo7+yeDO7UhhbFW3xW73Xmfn4xabITHWvvAjru5eruq5HivTGxsXXasLRPrWpUca+cvAOMXrBpVfrrNB6ygQcVL19FUI8araaoRMvy+xitLEZ8ewQtWmaYw0+qlK25AbfoJF62+jsp0y+YrUZWf6635qtQ1pts1X6GqfK/NY5F8orFJ8gJNcrydWZtTkzQP0h3QMgjRHdCat06GtOZ3BUNaXn98tvmenQ9mIyRlx8da/j6zJe1Jj7dX+W0YOKkOq8y2fFGbl8+NS/1bRhQvmCGXlm4eUZzfOI4ozp9VjigG/W9UHop9OUcIPenxb25gc3dkx9tKZR2B+au+QY3LZ9IF2uRR2u6jtL1HafuP0g4epR0+Sjt6lLaSdfNB6o+bbehx0w09br6hx0049LgZhx435dDj5hy6aNKNwY8p3eo6j4OgWX3ySH33kfreI/X9R+oHj9QPH6kfPVJ/DpLmG3jsDESPnYLosXMQPXYSosfOQvTYaYgeOw/RhROxm6Kwqqtr4vb+N9D7Qep9qPU+XOYEP9+GSVTmXBvtiUheNvd18y/YFTZ+qxHF+VcZUWz7/4M4iWDHpH7DyRf4IIoECeeaSz/MqOr8S4yqTryG/eusYd5vVio94pW0Bh7yYloD7ev9VhS9F/z+fk93eXLpK1Zqj3lJvYkHvabehBKWty3kAaRJXJ0u279oqX83uDDURMdbMgsw7ouPt3jHUuHBPH/AMawy37JZTOCYlvmF3UwLBld3My0YXOLNtGAQ+TXTgkEQ2EwL/sQcYJ9PF04BrjExW+nxlLPykrmlqcy3fNnc6mpdPrdGWrhgbo20cMHcGmnhgrk10sIFc2ukBX9iDhjPLVVjfAZk5z07cjPpgrmlqcy3bGBPjehcPq8G9S+YVYP6F8ypQf0LZtSg/gXzaVDfn/jqxrNJ1Rj/5ibZ/rrCQwUKTnlicuGjSY6UI7FF/Q8Dh6Wu9GjhBKN+tZK9dmT492wjrVivhU9sb8fn494gAkoXHU1+cIQUG1vwOJ6LVxvUuDBsfFjbNHp8WNs0iHxY2zSWfFjbNKR8WNtXYufO++QG1satqGJfzMYO9uR7X/jvULjHVuNZJ5vsi/dafF+vuh+yjM0s9o7sXFszJ6A96V57fLN//DR/49yKjbRgsG1RBUdaMQle1STH2jExz3RR8/zkQ2oGCcqH1Ein32bbrI7syBi0uYDkqdUlTVYqF47JiLrp2Iyoz+PUpPo8UE2qzyPVpLo/MMHn+F6THPm4Bhe6quBIK5BLcstOZi21woPZ6coznNLYJZ2zinVZcyIc1DOgwEE9JeOcqAu95T8bgUZf3Dz/3JiqQRq6MdX5xTGqOr8wRlXnF8WoarsgKi9rs2HvCpuXKxtWNKhXNqw4P+AjivPDPaI4P9gjivMOKSOKgV6AyugDaZKXlZy6+NMMaRkWmbr4owxpzX+RIa35zzGkNV8QdUgrVIC+4IaugX1Xiw1QBfxkZN+1giOtiBReNjJoppIcaadOVGvSUiM72Sds3Cc82Q4xbofMvBu+4N2m++Qa98md6RO5oE9kMJ+8fcfiMp8rv6MIXpQ7vaNkljC9o2SWJb2j1MbLQIFBbgNu89s5J0tNsj/w8r7oLj/d2Pl2e+bbS5HQcdoncFTL3JSfacHAmp9pwcCgn2mhHe0/2H4e3Gqh3hjDDwbA1ooNtjB/y9ZIDeob5ZdSBQdbEadfs00IqUF9SCI0l4lDkRtsQ42JNTggH1aZbfmiNo3n/Yji/HQfUZyf5SOK+uQ22Oi1YgOnRXXRXbOzp4608eCNac6P3phmu0ET4SjXR3q44ZBgEL40IN8fF1XmgrRAE3rTz6i9acxbrzWm2zVLFDSsMt2yUbDMoMZ0uwbBMgPy022OuLwcx9r8ddDFNN5SbgJlxzyl91CwEzJKzKPqqFY/Y/QNPeYnA2NcFRxtxaSWkiZqnnd6SM0g7/SQGum/fV6WswmzddnRMcjO+7Q0aklIjrZjUuukIzveFjeCc2bYlpQdbeuuOG7THT0YNVYLj7a2pcdrZuc7es2MGlTkx9/WJFClKzwxp7cHwxm9HX9Pk7pXmmi/paYeo7iAEq2UhjUjFY0HFI7sa19SPbKv3a6/lJX59d5O99Qc20Z0+kVy1Z2MvS1Op5xVGuY7IF1v+BlHluQHZnYiNaRgXoZ3XNmgCu+4skER3nHl+dOqCeX5Q6sJZX/wM8yHgPWkH/QBLivBNKZ52dBfVnxpTPOyQR8uu5Q0Wa7qj2JWw/jA7RIO3RwJmhb+Wbfwz5jz4ZZNPGOmbGBX3BzqxlQNcG5Mdf7LjqrOf9pRVW9g9IzyM/XFHzB6F+dnGlW9ZPQuzs80qqqM3n2sXBNdPLdBe3Raa01PfxRN1PyDDKkZfIwhNYMPMaTmjo2k2WQc1nngADxgWk7qXzokIxOUj81dUSR1HEEjXeynp9mYUs84GRO0IZZmJlRhRtf4S5i1M/9FzNqZ/zJm7cxDiFk780xr1o4//U1Pd8XlH5Mrmc0YLvjgGdPqPm7G9Np54IzptfPAGdNr54EzptfOA2dMr53hGVOd1Zs4c4+rTc4aXfTSeTOo/aCZM9XSZXNnqqXLZs9US5fNn6mWLptBUy1pc4iT2H+d89Rw6ujSkzNGk7x0wgwpP2i+TDR02XSZaOiy2TLR0GWTZaKhy+bKREP6VKkkwB42NJi5llSCP/0zleGIY22aTJKxpqVqa5we+fzPb9lFvvNjSubm6XQDBvbpdANKNVj1gsFg6Q7Imzu1jeoa+LWN6hq4to3qGni3jep6Wvx8HT4/P4I9afPEHiOaBmmqRjQN8lSNaLZblJLStiaMwfsPyJt7eYzqGvh3jOqSgRP0u3ybbvOMXbyx77dQ/Tj1EINhG9V6wHH9cAuXHNkPt2Cw751pweBoZqaFecaaa2He43GuhWDqW88fP48pPeZLX3YYPdPAg77zZUfTMw086CsPHFRf9pHVBtpvfE1FmCOAJAAMK9n+JPy+TJb1nLJ5Dnyzhgwy4ps1ZJAf36whg2z5Zg2pJ9tZxvjWZUtvi/PcLa8ie7zg7nNIzeQ4e0DN5Ch7QM3kGHtArR0myPVzZMwodLsja87Yg3oGbD2oZ+CDOahnEE01qGcQRjWoN48uw3rzbvPDeuFsUrFhvWg+mdjIh3eUMOfyDMUbjic7K467cibYWRc2nkcjivMTaURxfiaNKM5PpRFFpar5tc1kYOt8tLomah51NqRmEHQ2pGYQcD2k1rnfyc77T/M3OiB12R2OomF4a6NoGN7TKBoGmNvRaD/7rhCcFW/PR8OI2UEN88iCCW2DEIMJbYNYgwnt+TGc0p6H5CnteWCe0p6H5yntNroJfoGUe4Yg0Bc3P3IZUzU4cRlTNThwGVNVLja5dS2Sfu8YZBWfPs/VZc2Pbwf1DE5rB/UMDmcH9QzOYgf1DI5eB/Xmp/iwXruhKXfAXdv8FqxuuGqEcs1H+xYZnoF8EPp/kfp/5frvhf4/0OwT8COfgGefQB75hPasCNycZyL5pEjvcoN3p6nhPtOCLtprSUTnTLcgRfpxWlXhpJlQxFqqnySnKjaFTOKfu/rzgc+NhnHEc6NhHOrcaBjHODcaxsHNjYbminjiMwnNeSAKoX7h6s+HLYX1W4eaivxf042N6Bi2jR/QNh6dL1USWrNpUwtfPHs6iuaTqKNoPpc6iuZTqqNoPrM6ir4OTHgemPofSaDMtKYUGYWTufDfRoy3UP0ztk835128p/lWx7WZtiqZ8ZmGzeYYvnx24cvnFb58RuHL5xK+fBbhEYDCBviEZyEEPwCesCE84QfAEzaDJ3wJPOGHwhN+KDzhh8ITfig84YfCEx6GJzIPT2QYnsg8PBHjD6KJz38GTZx00IoYoBUZB05iBpxkfOoSs0lLLp+u5PKJ2h+lyqQhJnYPmV385AHAQgyBhTwAWIgZsJBLgIU8FFjIQ4GFPBRYyEOBhTwUWEgPWM7HmO7t8nRk7GSXnwzdMUa1jAd/roX5rzDXwvznmGth/rvMtTD/geZamD+YmGth/vxtroX5i5K5FgyuTGanlDNfgmW2DYMqLLNttMcl9+fd7h4SyF6zmftSTdJ4jQxpza+LIa35tTCkNT//h7Tas/sTPZ2KwmZQZrXOodO4BtUePoZHS7Ktf4q2/lm19c+uk5D2QGF3GGDZmJJ5rr/pBgwy/k03QIbfbz4VTV+8x7S6yPGUlzNZIIYUHjZSuvKFo6QrG2RGHFc2yI04rjwy2cvkhqXnmZQ4gxoPG8uO9oWD2dEemW+Qe878fUB6erYZhO4PyA9mNz2dDz18McSVMfVe+0Zpk2vB0V7OXlupgqOtzC99TXK0nTrJ1Gxuva74fIv4shbxaIsnRndGbYHgaCtHdpvPzd+O7GhbyYkatcPlxsfJLKdvKzraksyEP+8fOSA/kFXjyLFtR0v7Os9EqtDU3tJ9KitmGHP1XDMDz1N/npmNc61PvJX2FGz4FF2p17rImWJUF00RrFqxDYqiDWgZVEQb0JonySGteXYc0mppMTtvt/Zdnp5uTMaoJ22eQ2JE0yCHxIimQQ6JEc32wp4eHkxMQ6qD7c4SU1e4fyGqCMwSVFd4sLW0uNtvC5ryrQFn8Jk8lkMKk32cp7+etPE8GtOcn0djmmTwHYwSQQ4pTI6MBPc5ghrUmGy3FGnvypviZN5hRedBo9/Xx1rfLkxAOawy+dbGiSjHlGZanzFsusKTrRkYFH3xwRZNDYqObN/Ybweijai+IHhxVH/6CdPGw7CK+aZrSt1g1zWlbrCJnVJ3p4cFXz4s+HHDgh83LPhxw2J+aTep7k2PKrl8VMnjRpU8blT7N0yDYu7l7+WaAYB3ecve40bMe9yIeY+bh15veaaMcXsnv2Uz6fgqqfEKcHf0ti09bVYKTlMxvyibUje4LptSN7g0m1I3uDqbUvcG6s6ZZFvtSfe358WWHu3yvuS2+0X1wacUzQOI5hsxiCaab+T/a+2Mehu3sSj8iwQ0lpzsPmaSyUyLzU5QZxugQB84tmJrRxa9kpzUBfrfV5QiS7ZInnMlA/M04flkXlIUeXl5SRwtwhDinBGGEIeOMIQ4gYQhxHEkDCHOJmHIP4+98dvOHMmsSu1EfdEto3siROB+CBG4F0IE7oMQMT9JTlsW3U4XNUa7RMPkqKrYmOMSx3VSk8JD6F6wU8BD/L4bq4R34PjkhBfHJydcOT45kRPUJ5+jpiNyq3qEEy0szbiKIWOtLc3DiiF9N2SeJXVKJkmPdogETkkvgPFNegGMi9ILIKzsB/QsnJRZXBTB+rAV2dgp462MEISdEYKwNEIQtkaIztoqCYJcf9fVN6loyq7ifjInfrOmIqlsdQYrz2H9B3uK+x1GXinvI2QwhLuWweBmpzBR33y0fy3xutfMxVRbc+f4YdekWjpI2gKqRVdxMSTufi6GxF3axZC6dol+ipoNPjJZmaU8bTG3FtvIrcVWcWs7O8THtHTmAlWmJ1kVtC18amwNnxrbw6eOBnO2ZubPT4N75cUztKGWn5gNtfx8bKjt7JAm2TrOzZ0NpZZNo7xK2jYMBVuJoWB7MRT8uWcovfwXsVpumlCoQpRX0Sfkc2NgCJEpA0OIvBkYEg0TUXZXdtvnN2xkC8vz/YKtSqgsV36pPC2mDyNIjunDELlBGAyRMITBEPnOGAyR9YzBYL8ghfmHr2u1lzxfSTvWUTilW51DRnWqc8ioLnUOGdWhziFzxvKzsZafXcLys0tYfnYJy88uYfmZxPLhWMuHl7B8eAnLh5ewfHgJy4cSy0djLR9dwvLRJSwfXcLy0SUsH0ksPx9r+fklLD+/hOXnl7D8/BKWn0ssfz3W8teXsPz1JSx/fQnLX1/C8tcSy9+MtfzNJSx/cwnL31zC8jeXsPyNzbN8DJlYmuvYsVf3vLzElevQUv5bh7YXcFuf1UqWpqRKU/Un5aZ2iPha+QFE1fwAwintB3Tr461aq7+SzLgEs7I+Cka4ju2aoYPaXo65ZsIv5V3TDIbwSzMYwinNYLqmeVSFzvJD8KVqQJN47o652c4lok0GANhYANC9m1ls9m51vjK5qQum41kVdM18alwtnxo3vU+Nh2+fuhu3fzUXTuxzVXWsNvNe8NL4prxW9eho22IGtjBmYDtjBrY2ZmC3EmZgnxJmYIcSZuA4M8wgkjsQnYxI70BQ7JdhCS9mE44sTqnsiivhmOKURh4TSC8Cm34D2PSrv6bf+eX/0HYj604XJddXLIrB/OelKvVUl3oypRbNj1jgBvAJ6TYgILgZCAhuCQKCR2UCgodlAnJt6RZNFIaoX/QlgtfGI2feGY+ceWE8cuZqPI+8t7rMl5tquF6eRJSNTAljZ5m0mPbH4YOy56WH5+P6JZrIf25J6ZIJFpUAwSwrASK017OM/yybhG18JTuN34bEUd5BcT9xl+ul6YbEiVCnjHqCmD2urU/FwlY+FTval7tWwS4Blur2MXG4m0c40nJWiNSCVgjjgoGQyG404x5QS8FL8SFwZKaoZkE7lScFd7OWQ0M3gF/PJq5w6dkUFi59b9IXr5qkHuamyvMjFMLv0MsH66lmfcwqns7iQGwP9E8mLAJ+KuEWExMJt5iYRrjFwPp4iHDLJhlGODxAxDgjOYaGlTlUmtUXtxVNrhui77hEtJkAABsJALov0Y8seYtFV6FaFXTNfGpcLZ8aN7tP3Tu+n2SHtk+sVO6fdJ0X5o9K24XEIWm7kDgebRcSB/TtQrzecwivraZOk/WmpG1dlx5l7L5SZu2+UmbuvlJm775SZvC+srP4ziRVrcNdBW+8S8QfYPcDiCPsfgBxiN0PII6x+wG9C9OqCUxuUhDsE24377y4YHvNIWW21BzS7sOwUbvdIdhUs+aVOhQ4L5Wl/PBQfjVpi+vzOsUyCV4T8cWzDOD41F0GDunzsJkDFo6BhQ5YNAYWNbDKuHepOmx1vtskxZbbrbQq6O7nU+Me6FPj19mnthwqkoTru0Ty40Vjw/QBQHDQCIXnd4dLm6GtWrFt4zI35+wlp3Pt4hGndL0gyWldL0hyatcLOtnpWb3r/IdZVEz0qr70UB+ba8Hzef5B87z6rtb2kjg8PtslgyF6WAy7CB0agm0qKkQbiWQnzC2ntsHccmoPzC1nXPoe+dxjVTpvnl9KtF9zDEj4jEZE0Imcei4RQV83ETJXQn4rm9AHzxBj+uEZIsT1nI2r52x6PWfT6znj6xmOq2c4vZ7h9HqGfD2jcfWMptczml7PiK/nfFw959PrOZ9ez/mgnl/NlKz9ngcvSbkJ7vZ5ofPg1pyZh9NTQj/MWLSv5jJNQOpGJXlRHtK44KZ4bqFgegchzNQOQphpHYQwCVkgpPs2J1lRqnWutm2HYPOk+oTDjSZ34dnYp8wkTwnHPiWUPCUa+5RI8hRBhtyfj5TzaNvjgxbV+uFQxmlqm857H+NV0i8fQ8FvH0PBrx9Dwe8fQ8GeUoaCY0QZCo4SZSg4TpShEJGiVLcjYkUpDnEdGMVx9eArWRe+cvXhK1knvnL14itZN75y9eMrWUe+6vz/6ziL8+Ywkkp6Qe3C7IVfOsztz8HLETNwVHwxf/+KfBPHUoOBuv7Lz1nJAOpidsK/9FoXmFAXc/wGE9hAIJpy9Pg81ODReKgJT3/rnd4d8C81pex1fdY6JapaF5PVtC8hK9qXnNdTFUyT1MXsNW2/288wWG1Y3EukWTL7nYpIC56K8HfaIsKfZYsIf4Utouuzrsi6sgalhR1zqGT751B51k0fsBurV27Qrd6SYq/SYBUXyTo7rjBzcqT+rVHfN+r22EZup5soGBSkaxP4fzMXo2uX0K3oleOm9Mq79jyxpokyo0I3naqB3c5L3kLfu1UB24PwrNol8Bffx6VK0uC3JH4X/e6ejm5zzMANjxl4wMQMPH5iBh5OMQMvaTDj5tj2OkvNedp3VS43dH4+l4hudQDATQ4AuL0BoNsW/JTH72a+0M7LP2JTqfU/0NLm4jjYahwHG4/jRKcO049C78bd+Zis/qv3eRYfmklw8Pn1NQbx2ixkMLx9TdabOpIqaBDNRjrXgkBLtyDHwS3IcXALcpyuBRdqu8+r1ebDPk2bS8WOfjLSFUYAeI8YDyMcYzyM8I/xsM64xT5/NVe16TQNvlcLnVUdsnAQX8MLMF1jmoLH/QezYPY33aD44BU7LXIlwF0B1kzAmgFWKGCFgBUJWEPf9fynoPq32KVJGSyabtKOpc1X20uHavpFYkn4LWJJ+BViSd3782C27p764XVH0y/wZAaqaWuyJGxNloStyZJ61jSbY/Gi/jjcJ+ukrKaSjyr/EZfGPUkN9hyCt6sERxhXggt720Aqr0bTf9e6pzYp0O9abz8mHkxnYyGCzSERkNknEgGZLSMRMOplaz7obBWUmzh408kKJGg+KTscvOsD6sHnYz6Dp48IcCrIFqolzUWRqHaiSFQDUaSTUMmgy/zeBtMvGVP6pcN2i/M4S8pDM02tQyUe9HJfMAsGoOXbjOIQLUZxiPaiOMQuLMXpAiG+qR9fcv1mIlYy2TrYq+SvQSMoxE1oBIW4DI2gdO/Ll7iNPf4o+eHKpYyHxLyTnAMRPnMO1H067zZ6qes5xyeVH4cX66zEf9iB5/BHIMRM4mCEmEkclxAze1O6dJ+sgvtDprbmfp32s8tcqeeX8lM4BkNM3RgMMSlmMD3nx06XPWfJ1ybtRzNg1iTmY8QxLKvOpCyOzd3+RNHoyyH4z6EER3wVJTji4yjB9by8scpXRe22qRplVbVK41KUObloCu/5FRIJH7CQSHiDhUQ8M5ESuzlKE0Abr4Lnwy5uXrU77syYV0m3F0PBbcRQeuHIOtfFUu/iE+/473qVqCU3yFME3tctoBEebwGN8HsLaLifSmh4609Cw5uAEhqOb5TQcJyjhEbEO4q6LxH3KOIR8Y8i3uz4Xv8n/66y4NtbnAVPyV9/KdFHH4npt5kE4ReZBOF3mATh15cE9fIC6OrP9W25QfU5ypaHqQdFHxvgSwW8bYDO46LDojAk0y4ZTDGHxT7lKlsVQnYjIug4IMahIdhPTU5+6W9vZXyOb4QgsnwjBH4TICLymKoOgBxrsFMx0TCLOH9LlrH0Oa2MeMIdkfPNqXLxT80KdjYdGmmncujpHuXQ093JoY+AbWYjbDObaJvZRNvMJtpmRtomHGGbcKJtwom2CSfaJiRtE42wTTTRNtFE20QTbRMNbHOv19VUME5LE1u6N2l4znwXXiv11Wc62lKYga2FGdhimIFndpjRTep+i1O9NNsgn9N4bfLi92J3CNNjOR8Ly6KIkFgWRUTGsigiQJZFda1TvTGvcVEkOlNp8JyrJDOb9JKVEEWg20hCw80koeGWktBwY0lo8/MxvnfNxMkeETPWu7TSMR9w6LEfcOhvAOD0blzWbfKgJonY+SKTvWgZYLrtuWPBRV3wEZ0fsQkGM+jzQnC5ahNA6p3eZ+gYhEMD2S+ban2w0Rp4T90y+ITbrdmBT8CyyKniNzkBgdjSBARiAxMQIqeVnlKVySxUK6D16YNpPuHoNhh1XI2AyFvCAnE3xi86yUTGMgLYFMT5OrvEEjGkXk3M46LO+sZtkFolgvggj5wJC/LImWggj5wJAvLIu8/6fZJX6xadB02G9nWudpv+3JqyMwvhlywyILF+kQGJxYwMSKxsZEC86yQE4o0nIRDvPQmBePtJCCR2oKQ9+6deYGqcpqoqqvdpEdy1t8zK1qAsRBCmKgIy0aoiIBO0KgL2HC2HotS7RGXBgyo2Jmyq3rigvCxeKT9qMRhirGIwxAjFYDrz5XEWv6vvaRyY9CHrw9jFya9HzueG49z4GpSEyxOrYjBRGJSCCxSrAnPxfpddgskLne7r6yFk9KNMcDkpQDB3kwJE6K7nc7zcZDrV64Osop0O2/JT9R+vSSk0ZavCfGqjzaka31LifUlE8LQTswXnEg3vftzEcTW0B8/Vt7UIbvel3up6jD8G9+ERm2TwN0KKeMTlkCIecU+kiBcNw+bu9LZeYWmdyVLdUQR5GB1BE4TTEbSudz9Wg4cKFsskeEhEmzE+Ie/DxBDCgYkhhPcSQ/pntrJSB+s8WQVlrt7itL3KRBYX86nGfDGY5wbjuBLMVRCE6dpFgqhcL4AJwvUCQk/9HuEVXw7NhNo9ii738uu7usV//m+f1O9ge5fXUv04pt0d13E+H5ntjXJ3htkm/XL0Ikrl/QUUgW4BCQ23h4SGhwMJLbJY+KQ07sw+4Qh7OiESMzohEus5IdgHRECw34eAYF8PAelSDT2Yo3K3ednzkRyoXHs+IX8CCUOI80cYQpw+whDcBwgI7gMEBPcBAnLT8/sX22QZfFsdiiI+BMeZmWRDn2QINmYkPGaPRsLr39aV5EGh0mpyGtR5yVcmH6sJF58WZPzVcBc192uP6nS49Msjl8hZ2WHupe7v2A1yXthHawNDibSfTpWP/xyrLUs1ZZnfKv2V/Ikbp5Y4X+PUEqdpnNrIZgc+U6tL5LMy8yUZFh9jY+lXwykVWVj6hXBKiZNILilx7MglvbG/Zd3Os6xbDJX+t5nc6XdoxvSSUfv7fn1oqxuxdT4oPbDVg3nYWzWN25h7MbaqODmq9KTyMlmm1ao/0+/MaWc5jp/HjUUTs7uxaGLONxbdDaS/m2OgTzrJymp68OE7vc+T7IdwF17AoRtFzsStIWfiZpAzo14kalJsVa6CX+L3OM3rAO2dMBKVIAgiUXkaE4nK05hIVJ7GRKLytC5kpY0xforz1/02ljcXA+BdEDyMcEXwMMIlwcMI1wQPI1wUPIxwVfAwHJIigOFwFAHsIxTlj7///j9Kjmj+', 'off'); INSERT INTO `wpxo_options` VALUES (4234, 'rs-templates-counter', '0', 'off'), (4235, 'revslider_table_version', '1.0.13', 'yes'), (4236, 'revslider-global-settings', '{"getTec":{"engine":"SR7"},"version":"6.2.0","tracking":"2024-08-08"}', 'yes'), (4239, 'revslider_update_version', '6.6.21', 'yes'), (4240, 'widget_rev-slider-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'), (4241, 'rs_cache_overlay', '6.7.14', 'yes'), (4242, 'revslider_update_revision_current', '6.6.21', 'yes'), (4269, 'sliderrevolution-v7-slide-map', 'a:3:{i:1;a:2:{s:1:"s";a:1:{i:1;i:2;}s:1:"n";a:1:{i:1;i:1;}}i:2;a:2:{s:1:"s";a:1:{i:2;i:4;}s:1:"n";a:1:{i:2;i:3;}}i:3;a:2:{s:1:"s";a:1:{i:3;i:6;}s:1:"n";a:1:{i:3;i:5;}}}', 'yes'), (4270, 'sliderrevolution-v7-migration-failed-map', 'a:0:{}', 'yes'), (4653, 'revslider-update-check', '1730302601', 'yes'), (4654, 'revslider_update_info', 'O:8:"stdClass":3:{s:7:"checked";i:1730302601;s:5:"basic";O:8:"stdClass":7:{s:4:"slug";s:9:"revslider";s:6:"plugin";s:23:"revslider/revslider.php";s:7:"version";s:6:"6.7.20";s:7:"package";s:0:"";s:6:"tested";s:5:"6.6.2";s:5:"icons";a:1:{s:2:"1x";s:62:"//updates.themepunch-ext-a.tools/revslider/logo.png?rev=6.2.23";}s:3:"url";s:33:"https://www.sliderrevolution.com/";}s:4:"full";O:8:"stdClass":20:{s:7:"banners";a:2:{s:3:"low";s:63:"//updates.themepunch-ext-a.tools/revslider/banner.png?rev=6.5.5";s:4:"high";s:63:"//updates.themepunch-ext-a.tools/revslider/banner.png?rev=6.5.5";}s:4:"name";s:17:"Slider Revolution";s:4:"slug";s:9:"revslider";s:6:"plugin";s:23:"revslider/revslider.php";s:6:"stable";s:5:"4.2.0";s:7:"version";s:6:"6.7.20";s:6:"tested";s:5:"6.6.2";s:14:"upgrade_notice";a:0:{}s:11:"last_update";s:10:"2024-09-30";s:12:"last_updated";s:10:"2024-09-30";s:8:"requires";s:3:"3.6";s:6:"author";s:51:"<a href="https://www.themepunch.com">ThemePunch</a>";s:7:"package";s:0:"";s:13:"download_link";s:0:"";s:9:"file_name";s:13:"revslider.zip";s:15:"active_installs";i:9100000;s:8:"homepage";s:33:"https://www.sliderrevolution.com/";s:8:"sections";a:3:{s:11:"description";s:497:"<h4>Slider Revolution WordPress Builder Plugin</h4>\n <p>Slider Revolution 6 is a new way to build rich & dynamic content for your websites. With our powerful visual editor, you can create modern designs in no time, and with no coding experience required.</p><p>Create Sliders & Carousels, Hero Headers, Content Modules, Full Websites, Dynamic Solutions and Special FX with our amazing Add-Ons.</p>\n <p>200+ templates are included in our online library. Cutting edge designs. Easily customized.</p>";s:9:"changelog";s:155:"<p>For Slider Revolution''s changelog, please visit <a \nhref="https://www.sliderrevolution.com/documentation/changelog/" \ntarget="_blank">this</a> site!</p>";s:3:"faq";s:2178:"<div class="tp-faq-content"><div class="tp-faq-column tp-faq-recent"><h4>Recent Solutions</h4><ul class="tp-faq-recent-content ready"><li><a href="https://www.youtube.com/watch?v=sCcnw5bZqYY&list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_&index=2&t=111s" target="_blank" title="Video Tutorials">Video Tutorials</a></li><li><a href="https://www.themepunch.com/faq/responsive-content/" target="_blank" title="Responsive Content Setup">Responsive Content Setup</a></li><li><a href="https://www.themepunch.com/faq/video-content-mobile/" target="_blank" title="Video Content & Mobile Considerations">Video Content & Mobile Considerations</a></li><li><a href="https://www.themepunch.com/faq/how-to-change-the-timing-of-slides/" target="_blank" title="How to change the timing of Slides">How to change the timing of Slides</a></li><li><a href="https://www.themepunch.com/faq/mouse-hovers-for-layer-content/" target="_blank" title="Mouse Hovers for Layer Content"> Mouse Hovers for Layer Content</a></li></ul></div><div class="tp-faq-column tp-faq-popular"><h4>Popular Solutions</h4><ul class="tp-faq-popular-content ready"><li><a href="https://www.themepunch.com/faq/after-updating-make-sure-to-clear-all-caches/" target="_blank" title="After updating – Make sure to clear all caches">After updating – Make sure to clear all caches</a></li><li><a href="https://www.themepunch.com/faq/purchase-code-registration-faqs/" target="_blank" title="Purchase Code Registration FAQ’s">Purchase Code Registration FAQ’s</a></li><li><a href="https://www.themepunch.com/faq/ideal-image-size/" target="_blank" title="Ideal Image Size">Ideal Image Size</a></li><li><a href="https://www.themepunch.com/faq/add-links-to-slides-and-layers/" target="_blank" title="How to Hyperlink Slides and Layers">How to Hyperlink Slides and Layers</a></li><li><a href="https://www.themepunch.com/faq/where-to-find-the-purchase-code/" target="_blank" title="Where to find the Purchase Code">Where to find the Purchase Code</a></li></ul></div><div style="clear: both"></div><p><a class="button button-primary" href="https://themepunch.com/support-center"><strong>See All Faq''s</strong></a></p></div>";}s:3:"url";s:33:"https://www.sliderrevolution.com/";s:8:"external";i:1;}}', 'yes'), (4667, 'hide_my_site_plk', '', 'yes'), (4668, 'hide_my_site_enabled', '1', 'yes'), (4669, 'hide_my_site_password', 'Py!r@te$', 'yes'), (4670, 'hide_my_site_password_hint', '', 'yes'), (4671, 'hide_my_site_duration', '1', 'yes'), (4672, 'hide_my_site_bruteforce', '1', 'yes'), (4673, 'hide_my_site_mobile_friendly_check', '1', 'yes'), (4674, 'hide_my_site_allow_ips', '', 'yes'), (4675, 'hide_my_site_custom_messaging_banner', '', 'yes'), (4676, 'hide_my_site_custom_messaging_banner_override', '', 'yes'), (4677, 'hide_my_site_pagetitle', 'Password Protected Site', 'yes'), (4678, 'hide_my_site_allow_admin', '1', 'yes'), (4679, 'hide_my_site_public_rss', '', 'yes'), (4680, 'hide_my_site_prev', '', 'yes'), (4681, 'hide_my_site_current_theme', 'hmsclassic', 'yes'), (4682, 'hide_my_site_custom_background_image_upload', '', 'yes'), (4683, 'hide_my_site_custom_background_image_position', '', 'yes'), (4684, 'hide_my_site_background_color', '', 'yes'), (4685, 'hide_my_site_custom_css', '', 'yes'), (4691, 'hide_my_site_cookie2suffix', 'c0a59dad991fffa74d3d1bdfd9c9c7c01c95e8980c90b7b6c992e8463be56de8', 'yes'), (5144, 'rs_image_meta_todo', 'a:0:{}', 'yes'), (6639, 'chaty_show_review_box_after', '2024-07-21', 'yes'), (6640, 'cht_created_on', '2024-07-07', 'yes'), (6641, 'cht_devices', '', 'yes'), (6642, 'cht_position', 'left', 'yes'), (6643, 'cht_cta', 'Start Chatting', 'yes'), (6644, 'cht_numb_slug', 'Telegram,Whatsapp,', 'yes'), (6645, 'cht_social_whatsapp', 'a:18:{s:5:"value";s:4:"+880";s:11:"full_number";s:4:"+880";s:15:"embedded_window";s:2:"no";s:16:"embedded_message";s:29:"<p>How can I help you? :)</p>";s:15:"is_default_open";s:2:"no";s:17:"wp_popup_headline";s:22:"Let''s chat on WhatsApp";s:22:"wp_popup_head_bg_color";s:7:"#4AA485";s:17:"wp_popup_nickname";s:0:"";s:16:"wp_popup_profile";s:0:"";s:17:"input_placeholder";s:21:"Write your message...";s:12:"emoji_picker";s:3:"yes";s:10:"is_desktop";s:7:"checked";s:9:"is_mobile";s:7:"checked";s:8:"bg_color";s:7:"#49E670";s:5:"title";s:8:"WhatsApp";s:10:"new_window";s:1:"1";s:9:"link_type";s:8:"personal";s:16:"use_whatsapp_web";s:3:"yes";}', 'yes'), (6646, 'cht_social_phone', '', 'yes'), (6647, 'cht_widget_size', '54', 'yes'), (6648, 'widget_icon', 'chat-db', 'yes'), (6649, 'cht_widget_img', '', 'yes'), (6650, 'cht_color', '#000', 'yes'), (6651, 'chaty_intro_popup', 'hide', 'yes'), (6652, 'Chaty_show_affiliate_box_after', '2024-07-12', 'yes'), (6654, 'chaty_show_upgrade_box_after', '2024-07-22', 'yes'), (6660, 'chaty_update_message', '2', 'yes'), (6664, 'chaty_updated_on', '1720336519', 'yes'), (6668, 'cht_social_Facebook_Messenger', '', 'yes'), (6669, 'cht_social_Email', '', 'yes'), (6670, 'cht_social_Instagram', '', 'yes'), (6671, 'cht_social_SMS', '', 'yes'), (6672, 'cht_social_Contact_Us', '', 'yes'), (6673, 'cht_social_Poptin', '', 'yes'), (6674, 'cht_social_Line', '', 'yes'), (6675, 'cht_social_Telegram', 'a:8:{s:5:"value";s:13:"@PYIRATES_Bot";s:10:"is_desktop";s:7:"checked";s:9:"is_mobile";s:7:"checked";s:8:"bg_color";s:7:"#3E99D8";s:5:"title";s:8:"Telegram";s:10:"new_window";s:1:"1";s:9:"link_type";s:8:"personal";s:16:"use_whatsapp_web";s:3:"yes";}', 'yes'), (6676, 'cht_social_Google_Maps', '', 'yes'), (6677, 'cht_social_Viber', '', 'yes'), (6678, 'cht_social_Twitter', '', 'yes'), (6679, 'cht_social_WeChat', '', 'yes'), (6680, 'cht_social_Snapchat', '', 'yes'), (6681, 'cht_social_TikTok', '', 'yes'), (6682, 'cht_social_Skype', '', 'yes'), (6683, 'cht_social_Waze', '', 'yes'), (6684, 'cht_social_Linkedin', '', 'yes'), (6685, 'cht_social_Vkontakte', '', 'yes'), (6686, 'cht_social_Slack', '', 'yes'), (6687, 'cht_social_Discord', '', 'yes'), (6688, 'cht_social_Microsoft_Teams', '', 'yes'), (6689, 'cht_social_Link', '', 'yes'), (6690, 'cht_social_Custom_Link', '', 'yes'), (6691, 'cht_social_Custom_Link_3', '', 'yes'), (6692, 'cht_social_Custom_Link_4', '', 'yes'), (6693, 'cht_social_Custom_Link_5', '', 'yes'), (6694, 'cht_custom_color', '', 'yes'), (6695, 'cht_widget_font', 'Ropa Sans', 'yes'), (6696, 'positionSide', '', 'yes'), (6697, 'cht_bottom_spacing', '', 'yes'), (6698, 'cht_side_spacing', '', 'yes'), (6699, 'cht_cta_switcher', '', 'yes'), (6700, 'chaty_attention_effect', '', 'yes'), (6701, 'chaty_default_state', 'hover', 'yes'), (6702, 'chaty_trigger_on_time', 'yes', 'yes'), (6703, 'chaty_trigger_time', '0', 'yes'), (6704, 'chaty_trigger_on_exit', 'no', 'yes'), (6705, 'chaty_trigger_on_scroll', 'no', 'yes'), (6706, 'chaty_trigger_on_page_scroll', '', 'yes'), (6707, 'cht_close_button', 'yes', 'yes'), (6708, 'cht_close_button_text', 'Hide', 'yes'), (6709, 'chaty_icons_view', 'vertical', 'yes'), (6710, 'cht_widget_title', 'Social Chat', 'yes'), (6711, 'cht_active', '1', 'yes'), (6712, 'cht_cta_action', 'click', 'yes'), (6713, 'cht_cta_text_color', '#333333', 'yes'), (6714, 'cht_cta_bg_color', '#ffffff', 'yes'), (6715, 'cht_pending_messages', 'off', 'yes'), (6716, 'cht_number_of_messages', '1', 'yes'), (6717, 'cht_number_color', '#ffffff', 'yes'), (6718, 'cht_number_bg_color', '#dd0000', 'yes'), (6719, 'cta_type', 'simple-view', 'yes'), (6720, 'cta_heading_text', '', 'yes'), (6721, 'cta_body_text', '', 'yes'), (6722, 'cta_header_text_color', '', 'yes'), (6723, 'cta_header_bg_color', '', 'yes'), (6724, 'cht_license_key', '', 'yes'), (6725, 'show_first_chaty_box', '2', 'yes'), (6779, 'elementor_unfiltered_files_upload', '1', 'yes'), (9240, 'theme_mods_oceanwp-child-theme-master', 'a:4:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:9:"main_menu";i:4;}s:18:"custom_css_post_id";i:434;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1720862070;s:4:"data";a:8:{s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:9:"sidebar-2";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}s:14:"search_sidebar";a:0:{}s:10:"footer-one";a:0:{}s:10:"footer-two";a:0:{}s:12:"footer-three";a:0:{}s:11:"footer-four";a:0:{}}}}', 'yes'), (9241, 'fs_api_cache', 'a:0:{}', 'no'), (9407, 'updraftplus_version', '1.25.2', 'on'), (9408, 'updraftplus_tour_cancelled_on', 'intro', 'yes'), (9409, 'updraft_lastmessage', 'Deleting old temporary file: backup_2025-03-15-2351_Pyirates_4b937fc5d836-others.zip.list.tmp (Mar 16 11:54:40)', 'on'), (9410, 'updraft_updraftvault', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-2dcb5509752d8cbab30e14847367ac52";a:3:{s:5:"token";s:0:"";s:5:"email";s:0:"";s:5:"quota";i:-1;}}}', 'yes'), (9411, 'updraft_dropbox', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-ace5b85fd03b21c085b2c4fbc1298d0c";a:4:{s:6:"appkey";s:0:"";s:6:"secret";s:0:"";s:6:"folder";s:0:"";s:15:"tk_access_token";s:0:"";}}}', 'yes'), (9412, 'updraft_s3', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-e28a55ef5c6c693a9f514f2282b2d97c";a:3:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";}}}', 'yes'), (9413, 'updraft_cloudfiles', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-005263e560e6017d37157f267f605758";a:5:{s:7:"authurl";s:35:"https://auth.api.rackspacecloud.com";s:6:"region";s:3:"DFW";s:4:"user";s:0:"";s:6:"apikey";s:0:"";s:4:"path";s:0:"";}}}', 'yes'), (9414, 'updraft_googledrive', 'a:2:{s:7:"version";i:1;s:8:"settings";a:1:{s:34:"s-44c7df86a0ba00690701e34e1bc97909";a:11:{s:8:"clientid";s:0:"";s:6:"secret";s:0:"";s:5:"token";s:0:"";s:6:"folder";s:11:"UpdraftPlus";s:7:"user_id";s:64:"15d272c44118a2834ba142a2fadccfc73019983d91a07f6301b56acce4227123";s:16:"tmp_access_token";a:4:{s:12:"access_token";s:225:"ya29.a0AeXRPp76SP1vAC_yWnEL4ff85t0a1Xwy8QELGdmwj_z5kQimaN5nZhVxSFB-6rCYvmy4XlpRIdCKcwHIgQICeX67rL0klLvK1ZAGOsk--zLIPVWU_9b8rgf87ooh0en-z9GtD5BTkBLeZYiQgxsCSXASKAwazEpMcncwJOpEa-UaCgYKAacSAQ4SFQHGX2MiVh4HWfwWW44kZtJOmEjMtQ0178";s:7:"created";i:1742091553;s:10:"expires_in";i:3599;s:13:"refresh_token";s:0:"";}s:5:"scope";a:3:{i:0;s:16:"userinfo.profile";i:1;s:10:"drive.file";i:2;s:14:"drive.readonly";}s:10:"expires_in";i:1742095122;s:9:"ownername";s:20:"Mentors House Backup";s:10:"owneremail";s:28:"mentorshousebackup@gmail.com";s:16:"instance_enabled";i:1;}}}', 'on'), (9415, 'updraft_onedrive', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9416, 'updraft_ftp', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-a66dd6b35b32bf788a6ee5b9c44d6e14";a:5:{s:4:"host";s:0:"";s:4:"user";s:0:"";s:4:"pass";s:0:"";s:4:"path";s:0:"";s:7:"passive";s:1:"1";}}}', 'yes'), (9417, 'updraft_azure', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9418, 'updraft_sftp', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9419, 'updraft_googlecloud', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9420, 'updraft_backblaze', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9421, 'updraft_webdav', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9422, 'updraft_s3generic', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-07081c7c3b7e05df9eafc4a3a1832240";a:6:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";s:8:"endpoint";s:0:"";s:19:"bucket_access_style";s:10:"path_style";s:17:"signature_version";s:2:"v4";}}}', 'yes'), (9423, 'updraft_pcloud', 'a:1:{s:7:"version";s:1:"1";}', 'yes'), (9424, 'updraft_openstack', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-85080337b9c1f04c46de9659a0ebdaeb";a:6:{s:7:"authurl";s:0:"";s:6:"tenant";s:0:"";s:6:"region";s:0:"";s:4:"user";s:0:"";s:8:"password";s:0:"";s:4:"path";s:0:"";}}}', 'yes'), (9425, 'updraft_dreamobjects', 'a:2:{s:7:"version";s:1:"1";s:8:"settings";a:1:{s:34:"s-848f75dbd6a84cd44cf046964d1740b9";a:4:{s:9:"accesskey";s:0:"";s:9:"secretkey";s:0:"";s:4:"path";s:0:"";s:8:"endpoint";s:26:"objects-us-east-1.dream.io";}}}', 'yes'), (9426, 'updraftplus-addons_siteid', '07c3254f96c3b7c94565d3d9e8be0f39', 'no'), (9427, 'updraft_retain_extrarules', 'a:0:{}', 'yes'), (9428, 'updraft_email', '', 'yes'), (9429, 'updraft_report_warningsonly', 'a:0:{}', 'yes'), (9430, 'updraft_report_wholebackup', 'a:0:{}', 'yes'), (9431, 'updraft_extradbs', 'a:0:{}', 'yes'), (9432, 'updraft_include_more_path', 'a:0:{}', 'yes'), (9433, 'updraft_interval', 'weekly', 'yes'), (9434, 'updraft_retain', '2', 'yes'), (9437, 'updraft_interval_database', 'weekly', 'yes'), (9438, 'updraft_retain_db', '2', 'yes'), (9439, 'updraft_service', 'googledrive', 'yes'), (9440, 'updraft_include_plugins', '1', 'yes'), (9441, 'updraft_include_themes', '1', 'yes'), (9442, 'updraft_include_uploads', '1', 'yes'), (9443, 'updraft_include_uploads_exclude', 'backup*,*backups,backwpup*,wp-clone,snapshots', 'yes'), (9444, 'updraft_include_mu-plugins', '1', 'yes'), (9445, 'updraft_include_others', '1', 'yes'), (9446, 'updraft_include_others_exclude', 'upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log', 'yes'), (9447, 'updraft_split_every', '400', 'yes'), (9448, 'updraft_delete_local', '1', 'yes'), (9449, 'updraft_dir', 'updraft', 'yes'), (9450, 'updraft_debug_mode', '0', 'yes'), (9451, 'updraft_ssl_useservercerts', '0', 'yes'), (9452, 'updraft_ssl_disableverify', '0', 'yes'), (9453, 'updraft_ssl_nossl', '0', 'yes'), (9488, 'fm_key', 'lOt218vkLjGhBcZq63AzVndHr', 'yes'), (9491, 'filemanager_email_verified_1', 'yes', 'yes'), (9667, 'updraftplus_unlocked_fd', '1', 'no'), (9668, 'updraftplus_last_lock_time_fd', '2025-03-15 23:51:35', 'no'), (9669, 'updraftplus_semaphore_fd', '0', 'no'), (9670, 'updraft_last_scheduled_fd', '1742082695', 'yes'), (9672, 'updraft_backup_history', 'a:2:{i:1742082695;a:19:{s:7:"plugins";a:1:{i:0;s:56:"backup_2025-03-15-2351_Pyirates_4b937fc5d836-plugins.zip";}s:12:"plugins-size";i:77121615;s:6:"themes";a:1:{i:0;s:55:"backup_2025-03-15-2351_Pyirates_4b937fc5d836-themes.zip";}s:11:"themes-size";i:18234849;s:7:"uploads";a:1:{i:0;s:56:"backup_2025-03-15-2351_Pyirates_4b937fc5d836-uploads.zip";}s:12:"uploads-size";i:93765593;s:6:"others";a:1:{i:0;s:55:"backup_2025-03-15-2351_Pyirates_4b937fc5d836-others.zip";}s:11:"others-size";i:548;s:2:"db";s:50:"backup_2025-03-15-2351_Pyirates_4b937fc5d836-db.gz";s:7:"db-size";i:2801040;s:9:"checksums";a:2:{s:4:"sha1";a:5:{s:8:"plugins0";s:40:"cc8c00217b6cc470038f5db4dd721155d73da94a";s:7:"themes0";s:40:"87edeca06852f127edb5219841e3ed022d4a6458";s:8:"uploads0";s:40:"214abe5cc24628aa2e5470d11f909c4ca6573869";s:7:"others0";s:40:"cb8935c9424ce1ec9095eaa7110e932df5829747";s:3:"db0";s:40:"fd3c0b000e37809d7203147fb79085e66e0804ca";}s:6:"sha256";a:5:{s:8:"plugins0";s:64:"0ef963488c41549568c43f5756eca2ef810c164fab4290693d6cb20d1ff73d66";s:7:"themes0";s:64:"a76679d7f74c286dbcf59ae9d47aacff9a6d46ed3a6bc00e41c5881a0e66d841";s:8:"uploads0";s:64:"f23b670ef1980788f4d7bcf764d20d51ff6b91707532d2a71b94d840c14999ea";s:7:"others0";s:64:"b5ee8dd4f30b5b0ec758078115e9e370ddf4290ad9d0b6eceab08028260e2f3c";s:3:"db0";s:64:"ba5f15c2d0601047bd7f630550436c477011e371bef2b8a15d02093c67edbe1a";}}s:5:"nonce";s:12:"4b937fc5d836";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-44c7df86a0ba00690701e34e1bc97909";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";a:4:{s:7:"plugins";i:1742082696;s:6:"themes";i:1742082721;s:7:"uploads";i:1742082725;s:6:"others";i:1742082731;}s:18:"created_by_version";s:6:"1.25.2";s:21:"last_saved_by_version";s:6:"1.25.2";s:12:"is_multisite";b:0;}i:1741477538;a:19:{s:7:"plugins";a:1:{i:0;s:56:"backup_2025-03-08-2345_Pyirates_4b19a506642d-plugins.zip";}s:12:"plugins-size";i:77120519;s:6:"themes";a:1:{i:0;s:55:"backup_2025-03-08-2345_Pyirates_4b19a506642d-themes.zip";}s:11:"themes-size";i:18234849;s:7:"uploads";a:1:{i:0;s:56:"backup_2025-03-08-2345_Pyirates_4b19a506642d-uploads.zip";}s:12:"uploads-size";i:93761735;s:6:"others";a:1:{i:0;s:55:"backup_2025-03-08-2345_Pyirates_4b19a506642d-others.zip";}s:11:"others-size";i:548;s:2:"db";s:50:"backup_2025-03-08-2345_Pyirates_4b19a506642d-db.gz";s:7:"db-size";i:2800993;s:9:"checksums";a:2:{s:4:"sha1";a:5:{s:8:"plugins0";s:40:"a621e1ec9d802f540347ccb0d0b9412020eeb134";s:7:"themes0";s:40:"841f32ecb99b9cff94e94650acc6602016f53019";s:8:"uploads0";s:40:"5084894d7f08c1803f135c57093ada34905dc311";s:7:"others0";s:40:"35d9d56d0d8f8b1e17ecd8a283da13ccd8a41fd3";s:3:"db0";s:40:"cdf20491b7dba67dbd472926daf90922a604d783";}s:6:"sha256";a:5:{s:8:"plugins0";s:64:"f5408211c986bca46ba6f01f24e57183504e0c29f632ac57da5619621d70dfee";s:7:"themes0";s:64:"59ed6b9a58ca1749538d4b43c024596f7e28273986703bd7bff2a110e79a87df";s:8:"uploads0";s:64:"4063ce0a041396fc66471e4f56eec85cb3fbbecd389a8e3fe1295b76e50c60f2";s:7:"others0";s:64:"ec5bd8a111be68da7b3b9e7d2ec0774d0c30b261d61d7d10cf33f8f29dd2815c";s:3:"db0";s:64:"68f5dc5675b0988dc7630f30914e841038ea422bb743d12088d0b796f50f5e55";}}s:5:"nonce";s:12:"4b19a506642d";s:7:"service";a:1:{i:0;s:11:"googledrive";}s:20:"service_instance_ids";a:1:{s:11:"googledrive";a:1:{i:0;s:34:"s-44c7df86a0ba00690701e34e1bc97909";}}s:11:"always_keep";b:0;s:19:"files_enumerated_at";a:4:{s:7:"plugins";i:1741477538;s:6:"themes";i:1741477562;s:7:"uploads";i:1741477565;s:6:"others";i:1741477571;}s:18:"created_by_version";s:6:"1.25.2";s:21:"last_saved_by_version";s:6:"1.25.2";s:12:"is_multisite";b:0;}}', 'off'), (9673, 'updraft_last_backup', 'a:6:{s:26:"nonincremental_backup_time";i:1742082695;s:11:"backup_time";i:1742082695;s:12:"backup_array";a:11:{s:7:"plugins";a:1:{i:0;s:56:"backup_2025-03-15-2351_Pyirates_4b937fc5d836-plugins.zip";}s:12:"plugins-size";i:77121615;s:6:"themes";a:1:{i:0;s:55:"backup_2025-03-15-2351_Pyirates_4b937fc5d836-themes.zip";}s:11:"themes-size";i:18234849;s:7:"uploads";a:1:{i:0;s:56:"backup_2025-03-15-2351_Pyirates_4b937fc5d836-uploads.zip";}s:12:"uploads-size";i:93765593;s:6:"others";a:1:{i:0;s:55:"backup_2025-03-15-2351_Pyirates_4b937fc5d836-others.zip";}s:11:"others-size";i:548;s:2:"db";s:50:"backup_2025-03-15-2351_Pyirates_4b937fc5d836-db.gz";s:7:"db-size";i:2801040;s:9:"checksums";a:2:{s:4:"sha1";a:5:{s:8:"plugins0";s:40:"cc8c00217b6cc470038f5db4dd721155d73da94a";s:7:"themes0";s:40:"87edeca06852f127edb5219841e3ed022d4a6458";s:8:"uploads0";s:40:"214abe5cc24628aa2e5470d11f909c4ca6573869";s:7:"others0";s:40:"cb8935c9424ce1ec9095eaa7110e932df5829747";s:3:"db0";s:40:"fd3c0b000e37809d7203147fb79085e66e0804ca";}s:6:"sha256";a:5:{s:8:"plugins0";s:64:"0ef963488c41549568c43f5756eca2ef810c164fab4290693d6cb20d1ff73d66";s:7:"themes0";s:64:"a76679d7f74c286dbcf59ae9d47aacff9a6d46ed3a6bc00e41c5881a0e66d841";s:8:"uploads0";s:64:"f23b670ef1980788f4d7bcf764d20d51ff6b91707532d2a71b94d840c14999ea";s:7:"others0";s:64:"b5ee8dd4f30b5b0ec758078115e9e370ddf4290ad9d0b6eceab08028260e2f3c";s:3:"db0";s:64:"ba5f15c2d0601047bd7f630550436c477011e371bef2b8a15d02093c67edbe1a";}}}s:7:"success";i:0;s:6:"errors";a:8:{i:0;a:2:{s:5:"level";s:7:"warning";s:7:"message";s:215:"Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page: https://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/";}i:1;a:2:{s:5:"level";s:5:"error";s:7:"message";s:128:"Google Drive: Account full: your Google Drive account has only 3122973 bytes left, but the file to be uploaded is 77121615 bytes";}i:2;a:2:{s:5:"level";s:5:"error";s:7:"message";s:154:"Google Drive: backup_2025-03-15-2351_Pyirates_4b937fc5d836-plugins.zip: Failed to upload to Google Drive: The user has exceeded their Drive storage quota)";}i:3;a:2:{s:5:"level";s:5:"error";s:7:"message";s:128:"Google Drive: Account full: your Google Drive account has only 3122973 bytes left, but the file to be uploaded is 18234849 bytes";}i:4;a:2:{s:5:"level";s:5:"error";s:7:"message";s:153:"Google Drive: backup_2025-03-15-2351_Pyirates_4b937fc5d836-themes.zip: Failed to upload to Google Drive: The user has exceeded their Drive storage quota)";}i:5;a:2:{s:5:"level";s:5:"error";s:7:"message";s:128:"Google Drive: Account full: your Google Drive account has only 3122973 bytes left, but the file to be uploaded is 93765593 bytes";}i:6;a:2:{s:5:"level";s:5:"error";s:7:"message";s:154:"Google Drive: backup_2025-03-15-2351_Pyirates_4b937fc5d836-uploads.zip: Failed to upload to Google Drive: The user has exceeded their Drive storage quota)";}i:7;a:2:{s:5:"level";s:5:"error";s:7:"message";s:148:"Google Drive: backup_2025-03-15-2351_Pyirates_4b937fc5d836-db.gz: Failed to upload to Google Drive: The user has exceeded their Drive storage quota)";}}s:12:"backup_nonce";s:12:"4b937fc5d836";}', 'on'), (11629, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:25:"mizanur@mentors-house.com";s:7:"version";s:5:"6.7.2";s:9:"timestamp";i:1739330142;}', 'off'), (13096, 'litespeed.conf.cache-ajax_ttl', '[]', 'auto'), (13097, 'litespeed.conf.debug-collapse_qs', '', 'auto'), (13098, 'litespeed.conf.optm-html_skip_comment', '[]', 'auto'), (17819, 'rsssl_previous_version', '9.3.1', 'off'), (22381, 'cmplz_detected_social_media', 'a:0:{}', 'auto'), (22382, 'cmplz_detected_thirdparty_services', 'a:0:{}', 'auto'), (22383, 'cmplz_detected_stats', 'a:0:{}', 'auto'), (22397, 'rsssl_404_cache', 'a:8:{s:15:"118.179.156.177";a:1:{i:0;i:1723115317;}s:27:"45.143.82.123,172.71.150.10";a:1:{i:0;i:1728559454;}s:27:"185.228.19.107,172.68.22.14";a:1:{i:0;i:1730326778;}s:28:"185.228.19.107,172.71.146.25";a:2:{i:0;i:1730328189;i:1;i:1730328189;}s:28:"185.228.19.107,172.71.146.24";a:1:{i:0;i:1730328189;}s:27:"185.228.19.107,172.71.147.8";a:1:{i:0;i:1730328190;}s:27:"185.228.19.107,172.71.146.1";a:1:{i:0;i:1730328190;}s:27:"183.83.54.170,172.69.194.15";a:1:{i:0;i:1732304364;}}', 'off'), (24067, 'rsssl_encryption_keys_set', '1', 'off'), (24072, 'rsssl_upgrade_le_key', '1', 'off'), (24325, 'rsssl_folder_name', 'really-simple-ssl/89a7a1d1187debf7c6ab2b4ef8e89c30', 'auto'), (40788, 'elementor_1_elementor_updater_batch_8e99df96d10fffa5bd7856c150a4', 'a:1:{i:0;a:1:{s:8:"callback";a:2:{i:0;s:31:"Elementor\\Core\\Upgrade\\Upgrades";i:1;s:16:"_on_each_version";}}}', 'off'), (51520, 'updraft_lock_f9aab80604f9', '0', 'no'), (53243, '_elementor_global_css', 'a:6:{s:4:"time";i:1727895130;s:5:"fonts";a:0:{}s:5:"icons";a:0:{}s:20:"dynamic_elements_ids";a:0:{}s:6:"status";s:4:"file";i:0;b:0;}', 'auto'), (58095, 'updraft_lock_96766ee365f2', '0', 'no'), (62504, 'updraft_lock_67816af63bfa', '0', 'no'), (65988, 'cmplz_transients', 'a:2:{s:23:"cmplz_default_banner_id";a:2:{s:5:"value";b:0;s:7:"expires";i:1733757941;}s:19:"cmplz_min_banner_id";a:2:{s:5:"value";N;s:7:"expires";i:1733757941;}}', 'auto'), (66959, 'updraft_lock_e00fe934ec11', '0', 'no'), (69896, 'elementor_checklist', '{"last_opened_timestamp":-1,"first_closed_checklist_in_editor":false,"is_popup_minimized":false,"editor_visit_count":0,"steps":[]}', 'auto'), (69899, 'cmplz_dismissed_warnings', 'a:2:{i:0;s:13:"upgraded_to_6";i:1;s:13:"upgraded_to_7";}', 'off'), (71495, 'ocean_extra_dismiss_rating_notice', '1', 'auto'), (71522, 'cmplz_tc_review_notice_shown', '1', 'auto'), (71523, 'cmplz_review_notice_shown', '1', 'off'), (71573, 'elementor_allow_tracking', 'no', 'auto'), (71574, 'elementor_tracker_notice', '1', 'auto'), (74150, 'updraft_lock_44c6955a1609', '0', 'no'), (76006, 'rsssl_reset_fix', '1', 'off'), (78563, 'updraft_lock_91821ebaf768', '0', 'no'), (79813, 'db_upgraded', '', 'on'), (80933, 'updraft_lock_4db17105256f', '0', 'no'), (83141, '_transient_wp_styles_for_blocks', 'a:2:{s:4:"hash";s:32:"8c7d46a72d7d4591fc1dd9485bedb304";s:6:"blocks";a:5:{s:11:"core/button";s:0:"";s:14:"core/site-logo";s:0:"";s:18:"core/post-template";s:120:":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}";s:12:"core/columns";s:102:":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}";s:14:"core/pullquote";s:69:":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}";}}', 'on'), (83154, 'can_compress_scripts', '1', 'on'), (83614, 'updraft_lock_754913905f6a', '0', 'no'), (88573, 'updraft_lock_9ad04810eccd', '0', 'no'), (90717, 'updraft_lock_d08e1c446e3e', '0', 'no'), (93720, 'updraft_lock_90874fde6e21', '0', 'no'), (93996, 'litespeed.conf._version', '6.5.4', 'auto'), (94449, 'updraft_lock_3b929df07297', '0', 'no'), (97201, 'updraft_lock_d51ef875a6af', '0', 'no'), (99988, 'updraft_lock_8cab3b0e40af', '0', 'no'), (100997, 'cmplz_wsc_onboarding_status', 'a:3:{s:5:"terms";b:0;s:10:"newsletter";b:0;s:7:"plugins";b:0;}', 'off'), (101787, 'updraft_lock_0b8a6b196bbb', '0', 'no'), (104227, '_elementor_assets_data', 'a:1:{s:3:"svg";a:1:{s:9:"font-icon";a:18:{s:14:"eicon-menu-bar";a:2:{s:7:"content";a:4:{s:5:"width";i:1000;s:6:"height";i:1000;s:4:"path";s:279:"M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z";s:3:"key";s:14:"eicon-menu-bar";}s:7:"version";s:6:"5.13.0";}s:11:"eicon-close";a:2:{s:7:"content";a:4:{s:5:"width";i:1000;s:6:"height";i:1000;s:4:"path";s:361:"M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z";s:3:"key";s:11:"eicon-close";}s:7:"version";s:6:"5.13.0";}s:14:"fas-caret-down";a:2:{s:7:"content";a:4:{s:5:"width";i:320;s:6:"height";i:512;s:4:"path";s:119:"M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z";s:3:"key";s:14:"fas-caret-down";}s:7:"version";s:6:"5.15.3";}s:9:"far-clock";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:324:"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z";s:3:"key";s:9:"far-clock";}s:7:"version";s:6:"5.15.3";}s:21:"fab-internet-explorer";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:857:"M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z";s:3:"key";s:21:"fab-internet-explorer";}s:7:"version";s:6:"5.15.3";}s:10:"fas-camera";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:342:"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z";s:3:"key";s:10:"fas-camera";}s:7:"version";s:6:"5.15.3";}s:9:"fas-users";a:2:{s:7:"content";a:4:{s:5:"width";i:640;s:6:"height";i:512;s:4:"path";s:644:"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z";s:3:"key";s:9:"fas-users";}s:7:"version";s:6:"5.15.3";}s:18:"fas-map-marker-alt";a:2:{s:7:"content";a:4:{s:5:"width";i:384;s:6:"height";i:512;s:4:"path";s:244:"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z";s:3:"key";s:18:"fas-map-marker-alt";}s:7:"version";s:6:"5.15.3";}s:19:"fas-money-check-alt";a:2:{s:7:"content";a:4:{s:5:"width";i:640;s:6:"height";i:512;s:4:"path";s:1057:"M608 32H32C14.33 32 0 46.33 0 64v384c0 17.67 14.33 32 32 32h576c17.67 0 32-14.33 32-32V64c0-17.67-14.33-32-32-32zM176 327.88V344c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V152c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07zM416 312c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h112c4.42 0 8 3.58 8 8v16zm160 0c0 4.42-3.58 8-8 8h-80c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h80c4.42 0 8 3.58 8 8v16zm0-96c0 4.42-3.58 8-8 8H296c-4.42 0-8-3.58-8-8v-16c0-4.42 3.58-8 8-8h272c4.42 0 8 3.58 8 8v16z";s:3:"key";s:19:"fas-money-check-alt";}s:7:"version";s:6:"5.15.3";}s:13:"fas-handshake";a:2:{s:7:"content";a:4:{s:5:"width";i:640;s:6:"height";i:512;s:4:"path";s:823:"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z";s:3:"key";s:13:"fas-handshake";}s:7:"version";s:6:"5.15.3";}s:13:"fas-user-edit";a:2:{s:7:"content";a:4:{s:5:"width";i:640;s:6:"height";i:512;s:4:"path";s:492:"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h274.9c-2.4-6.8-3.4-14-2.6-21.3l6.8-60.9 1.2-11.1 7.9-7.9 77.3-77.3c-24.5-27.7-60-45.5-99.9-45.5zm45.3 145.3l-6.8 61c-1.1 10.2 7.5 18.8 17.6 17.6l60.9-6.8 137.9-137.9-71.7-71.7-137.9 137.8zM633 268.9L595.1 231c-9.3-9.3-24.5-9.3-33.8 0l-37.8 37.8-4.1 4.1 71.8 71.7 41.8-41.8c9.3-9.4 9.3-24.5 0-33.9z";s:3:"key";s:13:"fas-user-edit";}s:7:"version";s:6:"5.15.3";}s:8:"fas-plus";a:2:{s:7:"content";a:4:{s:5:"width";i:448;s:6:"height";i:512;s:4:"path";s:239:"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z";s:3:"key";s:8:"fas-plus";}s:7:"version";s:6:"5.15.3";}s:9:"fas-minus";a:2:{s:7:"content";a:4:{s:5:"width";i:448;s:6:"height";i:512;s:4:"path";s:116:"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z";s:3:"key";s:9:"fas-minus";}s:7:"version";s:6:"5.15.3";}s:12:"fab-facebook";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:264:"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z";s:3:"key";s:12:"fab-facebook";}s:7:"version";s:6:"5.15.3";}s:13:"fab-instagram";a:2:{s:7:"content";a:4:{s:5:"width";i:448;s:6:"height";i:512;s:4:"path";s:922:"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z";s:3:"key";s:13:"fab-instagram";}s:7:"version";s:6:"5.15.3";}s:11:"fab-twitter";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:791:"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z";s:3:"key";s:11:"fab-twitter";}s:7:"version";s:6:"5.15.3";}s:11:"fab-youtube";a:2:{s:7:"content";a:4:{s:5:"width";i:576;s:6:"height";i:512;s:4:"path";s:470:"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z";s:3:"key";s:11:"fab-youtube";}s:7:"version";s:6:"5.15.3";}s:10:"fab-reddit";a:2:{s:7:"content";a:4:{s:5:"width";i:512;s:6:"height";i:512;s:4:"path";s:908:"M201.5 305.5c-13.8 0-24.9-11.1-24.9-24.6 0-13.8 11.1-24.9 24.9-24.9 13.6 0 24.6 11.1 24.6 24.9 0 13.6-11.1 24.6-24.6 24.6zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-132.3-41.2c-9.4 0-17.7 3.9-23.8 10-22.4-15.5-52.6-25.5-86.1-26.6l17.4-78.3 55.4 12.5c0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.3 24.9-24.9s-11.1-24.9-24.9-24.9c-9.7 0-18 5.8-22.1 13.8l-61.2-13.6c-3-.8-6.1 1.4-6.9 4.4l-19.1 86.4c-33.2 1.4-63.1 11.3-85.5 26.8-6.1-6.4-14.7-10.2-24.1-10.2-34.9 0-46.3 46.9-14.4 62.8-1.1 5-1.7 10.2-1.7 15.5 0 52.6 59.2 95.2 132 95.2 73.1 0 132.3-42.6 132.3-95.2 0-5.3-.6-10.8-1.9-15.8 31.3-16 19.8-62.5-14.9-62.5zM302.8 331c-18.2 18.2-76.1 17.9-93.6 0-2.2-2.2-6.1-2.2-8.3 0-2.5 2.5-2.5 6.4 0 8.6 22.8 22.8 87.3 22.8 110.2 0 2.5-2.2 2.5-6.1 0-8.6-2.2-2.2-6.1-2.2-8.3 0zm7.7-75c-13.6 0-24.6 11.1-24.6 24.9 0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.1 24.9-24.6 0-13.8-11-24.9-24.9-24.9z";s:3:"key";s:10:"fab-reddit";}s:7:"version";s:6:"5.15.3";}}}}', 'auto'), (105165, 'updraft_lock_e5ad8dc6deb8', '0', 'no'), (110028, 'updraft_lock_cc532f5b2178', '1739305960', 'no'), (110065, 'rsssl_reload_vulnerability_files', '1', 'off'), (110066, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.7.2.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.7.2.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.7.2-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.7.2-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.7.2";s:7:"version";s:5:"6.7.2";s:11:"php_version";s:6:"7.2.24";s:13:"mysql_version";s:5:"5.5.5";s:11:"new_bundled";s:3:"6.7";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1742494566;s:15:"version_checked";s:5:"6.7.2";s:12:"translations";a:0:{}}', 'off'), (110589, 'updraft_lock_aa3418b443bb', '0', 'no'), (113696, 'updraft_lock_da2d1ca5693f', '0', 'no'), (115729, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1742494570;s:7:"checked";a:3:{s:26:"oceanwp-child-theme-master";s:3:"1.0";s:7:"oceanwp";s:5:"4.0.6";s:16:"twentytwentyfive";s:3:"1.1";}s:8:"response";a:0:{}s:9:"no_update";a:2:{s:7:"oceanwp";a:6:{s:5:"theme";s:7:"oceanwp";s:11:"new_version";s:5:"4.0.6";s:3:"url";s:37:"https://wordpress.org/themes/oceanwp/";s:7:"package";s:55:"https://downloads.wordpress.org/theme/oceanwp.4.0.6.zip";s:8:"requires";s:3:"5.6";s:12:"requires_php";s:3:"7.4";}s:16:"twentytwentyfive";a:6:{s:5:"theme";s:16:"twentytwentyfive";s:11:"new_version";s:3:"1.1";s:3:"url";s:46:"https://wordpress.org/themes/twentytwentyfive/";s:7:"package";s:62:"https://downloads.wordpress.org/theme/twentytwentyfive.1.1.zip";s:8:"requires";s:3:"6.7";s:12:"requires_php";s:3:"7.2";}}s:12:"translations";a:0:{}}', 'off'), (116918, 'updraft_lock_e26e93024f2b', '0', 'no'), (120404, 'updraft_lock_4b19a506642d', '0', 'no'), (121780, 'cmplz_wsc_onboarding_start', '1742369849', 'off'), (123433, 'updraft_combine_jobs_around', '1742686707', 'on'), (123439, 'updraft_lock_4b937fc5d836', '0', 'no'), (124603, 'elementor_landing_pages_activation', '0', 'auto'), (125217, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1742494571;s:8:"response";a:1:{s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";O:8:"stdClass":13:{s:2:"id";s:31:"w.org/plugins/really-simple-ssl";s:4:"slug";s:17:"really-simple-ssl";s:6:"plugin";s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";s:11:"new_version";s:7:"9.3.2.1";s:3:"url";s:48:"https://wordpress.org/plugins/really-simple-ssl/";s:7:"package";s:68:"https://downloads.wordpress.org/plugin/really-simple-ssl.9.3.2.1.zip";s:5:"icons";a:2:{s:2:"2x";s:70:"https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720";s:2:"1x";s:70:"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=2839720";}s:7:"banners";a:2:{s:2:"2x";s:73:"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=3100992";s:2:"1x";s:72:"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=3100992";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.9";s:6:"tested";s:5:"6.7.2";s:12:"requires_php";s:3:"7.4";s:16:"requires_plugins";a:0:{}}}s:12:"translations";a:0:{}s:9:"no_update";a:10:{s:41:"anywhere-elementor/anywhere-elementor.php";O:8:"stdClass":10:{s:2:"id";s:32:"w.org/plugins/anywhere-elementor";s:4:"slug";s:18:"anywhere-elementor";s:6:"plugin";s:41:"anywhere-elementor/anywhere-elementor.php";s:11:"new_version";s:6:"1.2.12";s:3:"url";s:49:"https://wordpress.org/plugins/anywhere-elementor/";s:7:"package";s:68:"https://downloads.wordpress.org/plugin/anywhere-elementor.1.2.12.zip";s:5:"icons";a:1:{s:2:"1x";s:71:"https://ps.w.org/anywhere-elementor/assets/icon-128x128.jpg?rev=1614331";}s:7:"banners";a:1:{s:2:"1x";s:73:"https://ps.w.org/anywhere-elementor/assets/banner-772x250.jpg?rev=1538122";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.0";}s:19:"chaty/cht-icons.php";O:8:"stdClass":10:{s:2:"id";s:19:"w.org/plugins/chaty";s:4:"slug";s:5:"chaty";s:6:"plugin";s:19:"chaty/cht-icons.php";s:11:"new_version";s:5:"3.3.8";s:3:"url";s:36:"https://wordpress.org/plugins/chaty/";s:7:"package";s:54:"https://downloads.wordpress.org/plugin/chaty.3.3.8.zip";s:5:"icons";a:2:{s:2:"2x";s:58:"https://ps.w.org/chaty/assets/icon-256x256.gif?rev=2938062";s:2:"1x";s:58:"https://ps.w.org/chaty/assets/icon-128x128.gif?rev=2938062";}s:7:"banners";a:2:{s:2:"2x";s:61:"https://ps.w.org/chaty/assets/banner-1544x500.png?rev=2938062";s:2:"1x";s:60:"https://ps.w.org/chaty/assets/banner-772x250.png?rev=2938062";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.1";}s:57:"complianz-terms-conditions/complianz-terms-conditions.php";O:8:"stdClass":10:{s:2:"id";s:40:"w.org/plugins/complianz-terms-conditions";s:4:"slug";s:26:"complianz-terms-conditions";s:6:"plugin";s:57:"complianz-terms-conditions/complianz-terms-conditions.php";s:11:"new_version";s:5:"1.2.8";s:3:"url";s:57:"https://wordpress.org/plugins/complianz-terms-conditions/";s:7:"package";s:75:"https://downloads.wordpress.org/plugin/complianz-terms-conditions.1.2.8.zip";s:5:"icons";a:2:{s:2:"2x";s:79:"https://ps.w.org/complianz-terms-conditions/assets/icon-256x256.png?rev=2900489";s:2:"1x";s:79:"https://ps.w.org/complianz-terms-conditions/assets/icon-128x128.png?rev=2900489";}s:7:"banners";a:2:{s:2:"2x";s:82:"https://ps.w.org/complianz-terms-conditions/assets/banner-1544x500.png?rev=2881007";s:2:"1x";s:81:"https://ps.w.org/complianz-terms-conditions/assets/banner-772x250.png?rev=2881007";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.7";}s:33:"complianz-gdpr/complianz-gpdr.php";O:8:"stdClass":10:{s:2:"id";s:28:"w.org/plugins/complianz-gdpr";s:4:"slug";s:14:"complianz-gdpr";s:6:"plugin";s:33:"complianz-gdpr/complianz-gpdr.php";s:11:"new_version";s:5:"7.3.1";s:3:"url";s:45:"https://wordpress.org/plugins/complianz-gdpr/";s:7:"package";s:63:"https://downloads.wordpress.org/plugin/complianz-gdpr.7.3.1.zip";s:5:"icons";a:2:{s:2:"2x";s:67:"https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064";s:2:"1x";s:67:"https://ps.w.org/complianz-gdpr/assets/icon-128x128.png?rev=2881064";}s:7:"banners";a:2:{s:2:"2x";s:70:"https://ps.w.org/complianz-gdpr/assets/banner-1544x500.png?rev=2881064";s:2:"1x";s:69:"https://ps.w.org/complianz-gdpr/assets/banner-772x250.png?rev=2881064";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.9";}s:23:"elementor/elementor.php";O:8:"stdClass":10:{s:2:"id";s:23:"w.org/plugins/elementor";s:4:"slug";s:9:"elementor";s:6:"plugin";s:23:"elementor/elementor.php";s:11:"new_version";s:6:"3.28.0";s:3:"url";s:40:"https://wordpress.org/plugins/elementor/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/elementor.3.28.0.zip";s:5:"icons";a:2:{s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597";s:2:"1x";s:62:"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597";}s:7:"banners";a:2:{s:2:"2x";s:65:"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133";s:2:"1x";s:64:"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.5";}s:33:"happy-elementor-addons/plugin.php";O:8:"stdClass":10:{s:2:"id";s:36:"w.org/plugins/happy-elementor-addons";s:4:"slug";s:22:"happy-elementor-addons";s:6:"plugin";s:33:"happy-elementor-addons/plugin.php";s:11:"new_version";s:6:"3.16.3";s:3:"url";s:53:"https://wordpress.org/plugins/happy-elementor-addons/";s:7:"package";s:72:"https://downloads.wordpress.org/plugin/happy-elementor-addons.3.16.3.zip";s:5:"icons";a:2:{s:2:"2x";s:75:"https://ps.w.org/happy-elementor-addons/assets/icon-256x256.png?rev=2110879";s:2:"1x";s:75:"https://ps.w.org/happy-elementor-addons/assets/icon-128x128.png?rev=2110879";}s:7:"banners";a:2:{s:2:"2x";s:78:"https://ps.w.org/happy-elementor-addons/assets/banner-1544x500.jpg?rev=2112944";s:2:"1x";s:77:"https://ps.w.org/happy-elementor-addons/assets/banner-772x250.jpg?rev=2112944";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.0";}s:35:"litespeed-cache/litespeed-cache.php";O:8:"stdClass":10:{s:2:"id";s:29:"w.org/plugins/litespeed-cache";s:4:"slug";s:15:"litespeed-cache";s:6:"plugin";s:35:"litespeed-cache/litespeed-cache.php";s:11:"new_version";s:5:"6.5.4";s:3:"url";s:46:"https://wordpress.org/plugins/litespeed-cache/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/litespeed-cache.6.5.4.zip";s:5:"icons";a:2:{s:2:"2x";s:68:"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181";s:2:"1x";s:68:"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181";}s:7:"banners";a:2:{s:2:"2x";s:71:"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181";s:2:"1x";s:70:"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.9";}s:27:"ocean-extra/ocean-extra.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/ocean-extra";s:4:"slug";s:11:"ocean-extra";s:6:"plugin";s:27:"ocean-extra/ocean-extra.php";s:11:"new_version";s:5:"2.4.5";s:3:"url";s:42:"https://wordpress.org/plugins/ocean-extra/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/ocean-extra.2.4.5.zip";s:5:"icons";a:2:{s:2:"1x";s:56:"https://ps.w.org/ocean-extra/assets/icon.svg?rev=2814940";s:3:"svg";s:56:"https://ps.w.org/ocean-extra/assets/icon.svg?rev=2814940";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/ocean-extra/assets/banner-1544x500.png?rev=2814940";s:2:"1x";s:66:"https://ps.w.org/ocean-extra/assets/banner-772x250.png?rev=2814940";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.6";}s:27:"updraftplus/updraftplus.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/updraftplus";s:4:"slug";s:11:"updraftplus";s:6:"plugin";s:27:"updraftplus/updraftplus.php";s:11:"new_version";s:6:"1.25.2";s:3:"url";s:42:"https://wordpress.org/plugins/updraftplus/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/updraftplus.1.25.2.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200";s:2:"1x";s:64:"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200";s:2:"1x";s:66:"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.2";}s:39:"wp-file-manager/file_folder_manager.php";O:8:"stdClass":10:{s:2:"id";s:29:"w.org/plugins/wp-file-manager";s:4:"slug";s:15:"wp-file-manager";s:6:"plugin";s:39:"wp-file-manager/file_folder_manager.php";s:11:"new_version";s:5:"8.0.1";s:3:"url";s:46:"https://wordpress.org/plugins/wp-file-manager/";s:7:"package";s:58:"https://downloads.wordpress.org/plugin/wp-file-manager.zip";s:5:"icons";a:1:{s:2:"1x";s:68:"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299";}s:7:"banners";a:1:{s:2:"1x";s:70:"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.0";}}s:7:"checked";a:14:{s:41:"anywhere-elementor/anywhere-elementor.php";s:6:"1.2.12";s:19:"chaty/cht-icons.php";s:5:"3.3.8";s:57:"complianz-terms-conditions/complianz-terms-conditions.php";s:5:"1.2.8";s:33:"complianz-gdpr/complianz-gpdr.php";s:5:"7.3.1";s:23:"elementor/elementor.php";s:6:"3.28.0";s:33:"happy-elementor-addons/plugin.php";s:6:"3.16.3";s:22:"hide-my-site/index.php";s:3:"2.2";s:35:"litespeed-cache/litespeed-cache.php";s:5:"6.5.4";s:27:"ocean-extra/ocean-extra.php";s:5:"2.4.5";s:29:"pro-elements/pro-elements.php";s:6:"3.23.3";s:47:"really-simple-ssl/rlrsssl-really-simple-ssl.php";s:5:"9.3.2";s:28:"revslider6714n/revslider.php";s:6:"6.7.14";s:27:"updraftplus/updraftplus.php";s:6:"1.25.2";s:39:"wp-file-manager/file_folder_manager.php";s:5:"8.0.1";}}', 'off'), (125276, '_site_transient_timeout_theme_roots', '1742510086', 'off'), (125277, '_site_transient_theme_roots', 'a:3:{s:26:"oceanwp-child-theme-master";s:7:"/themes";s:7:"oceanwp";s:7:"/themes";s:16:"twentytwentyfive";s:7:"/themes";}', 'off'), (125304, '_site_transient_timeout_wp_theme_files_patterns-104c84882024e8b76d1751f6acd512fd', '1742517672', 'off'), (125305, '_site_transient_wp_theme_files_patterns-104c84882024e8b76d1751f6acd512fd', 'a:2:{s:7:"version";s:3:"1.0";s:8:"patterns";a:0:{}}', 'off'), (125306, '_site_transient_timeout_wp_theme_files_patterns-66fa5e8d7018c6b6c938844c2e008042', '1742517672', 'off'), (125307, '_site_transient_wp_theme_files_patterns-66fa5e8d7018c6b6c938844c2e008042', 'a:2:{s:7:"version";s:5:"4.0.6";s:8:"patterns";a:0:{}}', 'off'), (125314, '_transient_timeout_cmplz_cookies', '1742517494', 'off'), (125315, '_transient_cmplz_cookies', 'a:24:{i:0;O:8:"stdClass":21:{s:2:"ID";s:1:"1";s:4:"name";s:56:"/wp-admin/admin.php-elfinder-toolbarhideswp_file_manager";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:1;O:8:"stdClass":21:{s:2:"ID";s:1:"2";s:4:"name";s:18:"__s3ga4_session_id";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:2;O:8:"stdClass":21:{s:2:"ID";s:1:"3";s:4:"name";s:13:"fontsCssCache";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:3;O:8:"stdClass":21:{s:2:"ID";s:1:"4";s:4:"name";s:21:"WP_PREFERENCES_USER_1";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:4;O:8:"stdClass":21:{s:2:"ID";s:1:"5";s:4:"name";s:15:"e_event-tracker";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:5;O:8:"stdClass":21:{s:2:"ID";s:1:"6";s:4:"name";s:9:"e_globals";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:6;O:8:"stdClass":21:{s:2:"ID";s:1:"7";s:4:"name";s:10:"i18nextLng";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:7;O:8:"stdClass":21:{s:2:"ID";s:1:"8";s:4:"name";s:51:"/wp-admin/admin.php-elfinder-lastdirwp_file_manager";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:8;O:8:"stdClass":21:{s:2:"ID";s:1:"9";s:4:"name";s:23:"e_kit-elements-defaults";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:9;O:8:"stdClass":21:{s:2:"ID";s:2:"10";s:4:"name";s:9:"elementor";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1728557142";s:12:"firstAddDate";s:10:"1723115315";}i:10;O:8:"stdClass":21:{s:2:"ID";s:2:"11";s:4:"name";s:59:"/wp-admin/admin.php-elfinder-mkfileTextMimeswp_file_manager";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:11;O:8:"stdClass":21:{s:2:"ID";s:2:"12";s:4:"name";s:8:"loglevel";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1728557142";s:12:"firstAddDate";s:10:"1723115315";}i:12;O:8:"stdClass":21:{s:2:"ID";s:2:"13";s:4:"name";s:23:"wpEmojiSettingsSupports";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1732304333";s:12:"firstAddDate";s:10:"1723115315";}i:13;O:8:"stdClass":21:{s:2:"ID";s:2:"14";s:4:"name";s:22:"rs6_library_pagination";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:14;O:8:"stdClass":21:{s:2:"ID";s:2:"15";s:4:"name";s:16:"cht_country_code";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:15;O:8:"stdClass":21:{s:2:"ID";s:2:"16";s:4:"name";s:18:"wp-settings-time-1";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1732304333";s:12:"firstAddDate";s:10:"1723115315";}i:16;O:8:"stdClass":21:{s:2:"ID";s:2:"17";s:4:"name";s:13:"wp-settings-1";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1732304333";s:12:"firstAddDate";s:10:"1723115315";}i:17;O:8:"stdClass":21:{s:2:"ID";s:2:"18";s:4:"name";s:12:"perf_dv6Tr4n";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:18;O:8:"stdClass":21:{s:2:"ID";s:2:"19";s:4:"name";s:21:"wordpress_test_cookie";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1723115359";s:12:"firstAddDate";s:10:"1723115315";}i:19;O:8:"stdClass":21:{s:2:"ID";s:2:"20";s:4:"name";s:13:"_lscache_vary";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1732304333";s:12:"firstAddDate";s:10:"1723115315";}i:20;O:8:"stdClass":21:{s:2:"ID";s:2:"21";s:4:"name";s:52:"wordpress_logged_in_24c538a79fd0ecb9739cd5fad2e1e83e";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1732304333";s:12:"firstAddDate";s:10:"1723115315";}i:21;O:8:"stdClass":21:{s:2:"ID";s:2:"22";s:4:"name";s:13:"chatyWidget_0";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1728557142";s:12:"firstAddDate";s:10:"1723115355";}i:22;O:8:"stdClass":21:{s:2:"ID";s:2:"23";s:4:"name";s:18:"activechatyWidgets";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:6:"cookie";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1728557142";s:12:"firstAddDate";s:10:"1723115355";}i:23;O:8:"stdClass":21:{s:2:"ID";s:2:"24";s:4:"name";s:5:"debug";s:4:"slug";s:0:"";s:4:"sync";s:1:"1";s:7:"ignored";s:1:"0";s:9:"retention";s:0:"";s:4:"type";s:12:"localstorage";s:9:"serviceID";s:1:"0";s:14:"cookieFunction";s:0:"";s:21:"collectedPersonalData";s:0:"";s:7:"purpose";s:0:"";s:8:"language";s:2:"en";s:17:"isTranslationFrom";s:1:"0";s:17:"isOwnDomainCookie";s:1:"0";s:6:"domain";s:4:"self";s:7:"deleted";s:1:"0";s:13:"isMembersOnly";s:1:"0";s:12:"showOnPolicy";s:1:"1";s:15:"lastUpdatedDate";s:1:"0";s:11:"lastAddDate";s:10:"1728557142";s:12:"firstAddDate";s:10:"1728557020";}}', 'off'); -- -------------------------------------------------------- -- -- Table structure for table `wpxo_postmeta` -- CREATE TABLE `wpxo_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; -- -- Dumping data for table `wpxo_postmeta` -- INSERT INTO `wpxo_postmeta` VALUES (1, 2, '_wp_page_template', 'default'), (2, 3, '_wp_page_template', 'default'), (3, 0, 'burst_total_pageviews_count', '2'), (11, 6, '_elementor_edit_mode', 'builder'), (12, 6, '_elementor_template_type', 'kit'), (18, 1, '_cmplz_scanned_post', '1'), (19, 2, '_cmplz_scanned_post', '1'), (20, 8, '_elementor_edit_mode', 'builder'), (21, 8, '_elementor_template_type', 'header'), (22, 9, '_elementor_edit_mode', 'builder'), (23, 9, '_elementor_template_type', 'header'), (24, 8, '_elementor_version', '3.23.0'), (25, 8, '_elementor_pro_version', '3.22.1'), (27, 8, '_edit_lock', '1721041411:1'), (28, 8, '_wp_page_template', 'default'), (29, 8, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"none","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_justify_content_tablet":"center","flex_align_items_tablet":"center","margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_tablet":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_align_self_tablet":"center"},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"flex_justify_content_tablet":"center","flex_align_items_tablet":"center","flex_gap_mobile":{"column":"0","row":"0","isLinked":false,"unit":"px","size":0},"margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"width_tablet":{"unit":"%","size":72.539},"width_mobile":{"unit":"%","size":100,"sizes":[]},"flex_direction_tablet":"row","flex_justify_content_tablet":"space-around","flex_align_items_tablet":"stretch","flex_align_items_mobile":"center","padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_width_tablet":"initial"},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_element_custom_width_tablet":{"unit":"px","size":300,"sizes":[]},"_element_custom_width_mobile":{"unit":"px","size":110,"sizes":[]},"_flex_align_self_mobile":"flex-start","_flex_size_mobile":"grow"},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"center","ha_advanced_tooltip_content":"I am a tooltip","_margin_tablet":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"flex_justify_content_mobile":"center","flex_align_items_mobile":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_flex_align_self_mobile":"center"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (31, 6, '_edit_lock', '1719833863:1'), (32, 10, '_wp_attached_file', '2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png'), (33, 10, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:936;s:6:"height";i:168;s:4:"file";s:60:"2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:8:"filesize";i:77714;s:5:"sizes";a:8:{s:6:"medium";a:5:{s:4:"file";s:59:"pyirates-LOGO-Head-for-A-removebg-e1719833830967-300x54.png";s:5:"width";i:300;s:6:"height";i:54;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:5317;}s:5:"large";a:5:{s:4:"file";s:47:"pyirates-LOGO-Head-for-A-removebg-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:21692;}s:9:"thumbnail";a:5:{s:4:"file";s:60:"pyirates-LOGO-Head-for-A-removebg-e1719833830967-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:4846;}s:12:"medium_large";a:5:{s:4:"file";s:60:"pyirates-LOGO-Head-for-A-removebg-e1719833830967-768x138.png";s:5:"width";i:768;s:6:"height";i:138;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:18693;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:60:"pyirates-LOGO-Head-for-A-removebg-e1719833830967-600x168.png";s:5:"width";i:600;s:6:"height";i:168;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:12768;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:60:"pyirates-LOGO-Head-for-A-removebg-e1719833830967-800x168.png";s:5:"width";i:800;s:6:"height";i:168;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:20107;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:46:"pyirates-LOGO-Head-for-A-removebg-1200x700.png";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:25752;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:4605;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (34, 10, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:1280;s:6:"height";i:1280;s:4:"file";s:37:"pyirates-LOGO-Head-for-A-removebg.png";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:2044;}s:11:"medium-orig";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:4265;}s:17:"medium_large-orig";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:13855;}s:10:"large-orig";a:5:{s:4:"file";s:47:"pyirates-LOGO-Head-for-A-removebg-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:21692;}s:18:"ocean-thumb-m-orig";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:9597;}s:19:"ocean-thumb-ml-orig";a:5:{s:4:"file";s:45:"pyirates-LOGO-Head-for-A-removebg-800x450.png";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:13828;}s:18:"ocean-thumb-l-orig";a:5:{s:4:"file";s:46:"pyirates-LOGO-Head-for-A-removebg-1200x700.png";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:25752;}}'), (35, 11, '_elementor_edit_mode', 'builder'), (36, 11, '_elementor_template_type', 'kit'), (38, 6, '_wp_page_template', 'default'), (39, 6, '_elementor_page_settings', 'a:12:{s:13:"system_colors";a:4:{i:0;a:3:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:5:"color";s:7:"#6EC1E4";}i:1;a:3:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:5:"color";s:7:"#54595F";}i:2;a:3:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:5:"color";s:7:"#7A7A7A";}i:3;a:3:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:5:"color";s:7:"#61CE70";}}s:13:"custom_colors";a:0:{}s:17:"system_typography";a:4:{i:0;a:5:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"600";}i:1;a:5:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:11:"Roboto Slab";s:22:"typography_font_weight";s:3:"400";}i:2;a:5:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"400";}i:3;a:5:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"500";}}s:17:"custom_typography";a:0:{}s:21:"default_generic_fonts";s:10:"Sans-serif";s:9:"site_name";s:8:"Pyirates";s:16:"site_description";s:42:"Pyirates of the internet 🤷🏿♂️";s:9:"site_logo";a:5:{s:3:"url";s:103:"https://pyirates.africa/wp-content/uploads/2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:2:"id";i:10;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:12:"site_favicon";a:5:{s:3:"url";s:103:"https://pyirates.africa/wp-content/uploads/2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:2:"id";i:10;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:19:"page_title_selector";s:14:"h1.entry-title";s:11:"viewport_md";i:768;s:11:"viewport_lg";i:1025;}'), (40, 6, '_elementor_data', '[]'), (41, 12, '_elementor_edit_mode', 'builder'), (42, 12, '_elementor_template_type', 'kit'), (44, 12, '_wp_page_template', 'default'), (45, 12, '_elementor_page_settings', 'a:12:{s:13:"system_colors";a:4:{i:0;a:3:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:5:"color";s:7:"#6EC1E4";}i:1;a:3:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:5:"color";s:7:"#54595F";}i:2;a:3:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:5:"color";s:7:"#7A7A7A";}i:3;a:3:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:5:"color";s:7:"#61CE70";}}s:13:"custom_colors";a:0:{}s:17:"system_typography";a:4:{i:0;a:5:{s:3:"_id";s:7:"primary";s:5:"title";s:7:"Primary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"600";}i:1;a:5:{s:3:"_id";s:9:"secondary";s:5:"title";s:9:"Secondary";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:11:"Roboto Slab";s:22:"typography_font_weight";s:3:"400";}i:2;a:5:{s:3:"_id";s:4:"text";s:5:"title";s:4:"Text";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"400";}i:3;a:5:{s:3:"_id";s:6:"accent";s:5:"title";s:6:"Accent";s:21:"typography_typography";s:6:"custom";s:22:"typography_font_family";s:6:"Roboto";s:22:"typography_font_weight";s:3:"500";}}s:17:"custom_typography";a:0:{}s:21:"default_generic_fonts";s:10:"Sans-serif";s:9:"site_name";s:8:"Pyirates";s:16:"site_description";s:17:"My WordPress Blog";s:9:"site_logo";a:5:{s:3:"url";s:103:"https://pyirates.africa/wp-content/uploads/2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:2:"id";i:10;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:12:"site_favicon";a:5:{s:3:"url";s:103:"https://pyirates.africa/wp-content/uploads/2024/07/pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:2:"id";i:10;s:4:"size";s:0:"";s:3:"alt";s:0:"";s:6:"source";s:7:"library";}s:19:"page_title_selector";s:14:"h1.entry-title";s:11:"viewport_md";i:768;s:11:"viewport_lg";i:1025;}'), (46, 12, '_elementor_data', '[]'), (48, 6, '_elementor_version', '3.22.3'), (49, 6, '_elementor_pro_version', '3.22.1'), (50, 13, '_wp_attached_file', '2024/07/cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967.png'), (51, 13, '_wp_attachment_context', 'site-icon'), (52, 13, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:68:"2024/07/cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967.png";s:8:"filesize";i:25161;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:12245;}s:9:"thumbnail";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:4484;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-512x450.png";s:5:"width";i:512;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:25272;}s:13:"site_icon-270";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-270x270.png";s:5:"width";i:270;s:6:"height";i:270;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:10464;}s:13:"site_icon-192";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-192x192.png";s:5:"width";i:192;s:6:"height";i:192;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:6396;}s:13:"site_icon-180";a:5:{s:4:"file";s:68:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-180x180.png";s:5:"width";i:180;s:6:"height";i:180;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:5865;}s:12:"site_icon-32";a:5:{s:4:"file";s:66:"cropped-pyirates-LOGO-Head-for-A-removebg-e1719833830967-32x32.png";s:5:"width";i:32;s:6:"height";i:32;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:678;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (54, 15, '_elementor_edit_mode', 'builder'), (55, 15, '_elementor_template_type', 'header'), (56, 15, '_elementor_version', '3.22.3'), (57, 15, '_elementor_pro_version', '3.22.1'), (58, 15, '_wp_page_template', 'default'), (59, 15, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":40,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false}]'), (61, 8, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (64, 16, '_elementor_edit_mode', 'builder'), (65, 16, '_elementor_template_type', 'header'), (66, 16, '_elementor_version', '3.22.3'), (67, 16, '_elementor_pro_version', '3.22.1'), (68, 16, '_wp_page_template', 'default'), (69, 16, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":40,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false}]'), (71, 16, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (78, 18, '_elementor_edit_mode', 'builder'), (79, 18, '_elementor_template_type', 'footer'), (80, 19, '_elementor_edit_mode', 'builder'), (81, 19, '_elementor_template_type', 'footer'), (82, 18, '_elementor_version', '3.22.3'), (83, 18, '_elementor_pro_version', '3.22.1'), (84, 18, '_edit_lock', '1720346948:1'), (85, 20, '_edit_lock', '1730539048:2'), (86, 21, '_wp_attached_file', '2024/07/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png'), (87, 21, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:945;s:6:"height";i:168;s:4:"file";s:60:"2024/07/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png";s:8:"filesize";i:77810;s:5:"sizes";a:8:{s:6:"medium";a:5:{s:4:"file";s:59:"lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545-300x53.png";s:5:"width";i:300;s:6:"height";i:53;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:6913;}s:5:"large";a:5:{s:4:"file";s:47:"lL67zbGTiZo9h54uMt7Cf-transformed-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:31872;}s:9:"thumbnail";a:5:{s:4:"file";s:60:"lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:6392;}s:12:"medium_large";a:5:{s:4:"file";s:60:"lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545-768x137.png";s:5:"width";i:768;s:6:"height";i:137;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:24841;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:60:"lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545-600x168.png";s:5:"width";i:600;s:6:"height";i:168;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:17281;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:60:"lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545-800x168.png";s:5:"width";i:800;s:6:"height";i:168;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:26900;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:46:"lL67zbGTiZo9h54uMt7Cf-transformed-1200x700.png";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:34263;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:6105;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (88, 21, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:1280;s:6:"height";i:1280;s:4:"file";s:37:"lL67zbGTiZo9h54uMt7Cf-transformed.png";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:2787;}s:11:"medium-orig";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:6387;}s:17:"medium_large-orig";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:20900;}s:10:"large-orig";a:5:{s:4:"file";s:47:"lL67zbGTiZo9h54uMt7Cf-transformed-1024x1024.png";s:5:"width";i:1024;s:6:"height";i:1024;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:31872;}s:18:"ocean-thumb-m-orig";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:15068;}s:19:"ocean-thumb-ml-orig";a:5:{s:4:"file";s:45:"lL67zbGTiZo9h54uMt7Cf-transformed-800x450.png";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:18669;}s:18:"ocean-thumb-l-orig";a:5:{s:4:"file";s:46:"lL67zbGTiZo9h54uMt7Cf-transformed-1200x700.png";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:34263;}}'), (89, 18, '_wp_page_template', 'default'), (90, 18, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":65,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"f79d3d2","elType":"widget","settings":{"content_width":"full","view":"inline","icon_list":[{"text":"News","selected_icon":{"value":"","library":""},"_id":"0a52f08","link":{"url":"https:\\/\\/pyirates.africa\\/news\\/","is_external":"","nofollow":"","custom_attributes":""}},{"text":"FAQ","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/faq\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3103f31"},{"text":"Privacy Policy","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3ef97e3"},{"text":"Terms & Conditions","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/terms\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"ffa05f1"}],"icon_typography_typography":"custom","icon_typography_font_family":"Ropa Sans","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_weight":"400","text_color":"#B9B9B9","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"c5feed5","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a6b763f","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"right","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (91, 22, '_elementor_edit_mode', 'builder'), (92, 22, '_elementor_template_type', 'footer'), (93, 22, '_elementor_version', '3.22.3'), (94, 22, '_elementor_pro_version', '3.22.1'), (95, 22, '_wp_page_template', 'default'), (96, 22, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313"},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""}},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (98, 18, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (100, 20, '_edit_last', '1'), (101, 20, 'cmplz_hide_cookiebanner', ''), (111, 25, '_elementor_edit_mode', 'builder'), (112, 25, '_elementor_template_type', 'footer'), (113, 25, '_elementor_version', '3.22.3'), (114, 25, '_elementor_pro_version', '3.22.1'), (115, 25, '_wp_page_template', 'default'), (116, 25, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"30","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":85,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b4f9573","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"center","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (118, 25, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (120, 26, '_elementor_edit_mode', 'builder'), (121, 26, '_elementor_template_type', 'footer'), (122, 26, '_elementor_version', '3.22.3'), (123, 26, '_elementor_pro_version', '3.22.1'), (124, 26, '_wp_page_template', 'default'), (125, 26, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":85,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b4f9573","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"center","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (127, 26, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (130, 27, '_elementor_edit_mode', 'builder'), (131, 27, '_elementor_template_type', 'footer'), (132, 27, '_elementor_version', '3.22.3'), (133, 27, '_elementor_pro_version', '3.22.1'), (134, 27, '_wp_page_template', 'default'), (135, 27, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":80,"sizes":[]}},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false}},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b4f9573","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"center","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (137, 27, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (143, 20, '_elementor_template_type', 'wp-page'), (144, 20, '_elementor_version', '3.25.3'), (145, 20, '_elementor_pro_version', '3.23.3'), (146, 20, 'ocean_post_layout', 'full-width'), (147, 20, 'ocean_both_sidebars_content_width', ''), (148, 20, 'ocean_both_sidebars_sidebars_width', ''), (149, 20, 'ocean_disable_margins', 'on'), (150, 20, 'ocean_custom_logo', '0'), (151, 20, 'ocean_custom_retina_logo', '0'), (152, 20, 'ocean_custom_logo_max_width', ''), (153, 20, 'ocean_custom_logo_tablet_max_width', ''), (154, 20, 'ocean_custom_logo_mobile_max_width', ''), (155, 20, 'ocean_custom_logo_max_height', ''), (156, 20, 'ocean_custom_logo_tablet_max_height', ''), (157, 20, 'ocean_custom_logo_mobile_max_height', ''), (158, 20, 'ocean_menu_typo_font_size', ''), (159, 20, 'ocean_menu_typo_font_size_tablet', ''), (160, 20, 'ocean_menu_typo_font_size_mobile', ''), (161, 20, 'ocean_menu_typo_line_height', ''), (162, 20, 'ocean_menu_typo_line_height_tablet', ''), (163, 20, 'ocean_menu_typo_line_height_mobile', ''), (164, 20, 'ocean_menu_typo_spacing', ''), (165, 20, 'ocean_menu_typo_spacing_tablet', ''), (166, 20, 'ocean_menu_typo_spacing_mobile', ''), (167, 20, 'ocean_post_title_background', ''), (168, 20, 'ocean_post_title_height', ''), (169, 20, 'ocean_post_title_bg_overlay', '0.5'), (170, 20, 'footnotes', ''), (171, 28, 'footnotes', ''), (172, 20, '_elementor_edit_mode', 'builder'), (173, 29, 'footnotes', ''), (174, 29, '_elementor_template_type', 'wp-page'), (175, 29, '_elementor_version', '3.22.3'), (176, 29, '_elementor_pro_version', '3.22.1'), (177, 29, '_elementor_edit_mode', 'builder'), (178, 30, 'footnotes', ''), (179, 30, '_elementor_template_type', 'wp-page'), (180, 30, '_elementor_version', '3.22.3'), (181, 30, '_elementor_pro_version', '3.22.1'), (182, 30, '_elementor_edit_mode', 'builder'), (183, 20, '_wp_page_template', 'elementor_header_footer'), (184, 20, '_elementor_data', '[{"id":"06ba250","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#A2252D","padding":{"unit":"rem","top":"7","right":"0","bottom":"4","left":"0","isLinked":false},"padding_tablet":{"unit":"rem","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"rem","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[{"id":"6b1890e","elType":"widget","settings":{"title":"Pyirates","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":77,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7af8ab0","elType":"widget","settings":{"title":"Show your sexuality.<br>\\nMake money. Fulfill dreams.","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":22,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"60d9390","elType":"widget","settings":{"text":"Become A Model","align":"center","button_text_color":"#A2252D","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"222","right":"222","bottom":"222","left":"222","isLinked":true},"text_padding":{"unit":"px","top":"18","right":"26","bottom":"18","left":"26","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"},{"id":"edf3e7e","elType":"widget","settings":{"video_type":"hosted","youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb","hosted_url":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/10\\/video.mp4","id":531,"size":"","alt":"","source":"library"},"videopress_url":"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk","start":1,"autoplay":"yes","loop":"yes","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"video"}],"isInner":false},{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"},{"id":"a29a1e0","elType":"widget","settings":{"content_width":"full","title":"Pyirates university","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"20","right":"0","bottom":"30","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right","background_size_tablet":"contain","background_overlay_opacity_tablet":{"unit":"px","size":0.5,"sizes":[]},"padding_tablet":{"unit":"px","top":"10","right":"10","bottom":"10","left":"20","isLinked":false}},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip","typography_font_size_mobile":{"unit":"px","size":35,"sizes":[]},"typography_line_height_mobile":{"unit":"em","size":1.2,"sizes":[]}},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","_element_width_tablet":"initial","_element_custom_width_tablet":{"unit":"px","size":347.844},"_flex_size":"none"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"6d103cd","elType":"widget","settings":{"content_width":"full","html":"<div class=\\"pyirates-left-sidebar-carousel\\">\\r\\n <div class=\\"pyirates-container\\">\\r\\n <div class=\\"pyirates-menu\\">\\r\\n <div class=\\"pyirates-menu-item active\\" onmouseover=\\"showPyiratesContent(0)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Driver<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(1)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Photoshoots<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(2)\\">\\r\\n <i class=\\"pyirates-menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Video production<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(3)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Outfit allowances<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(4)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Content Creation days<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(5)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Social media Mangement<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(6)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Program Outings<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-content\\">\\r\\n <img id=\\"pyirates-fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"pyirates-overlay\\">\\r\\n <button id=\\"pyirates-content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"pyirates-content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n<\\/div>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"},{"id":"bf4caa7","elType":"widget","settings":{"content_width":"full","title":"Pyirates Perks","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"18+","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Earn 100,000+ cedis monthly","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":"Stream on mobile","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Block any country","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Traffic Consistently","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"DMCA content protection","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Chargeback protection","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Dedicated agent","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF","padding_mobile":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Start your journey<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>PROOF OF ID<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>WEBCAM<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>LABTOP!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>PROFILE IMAGES<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"4\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INTERNET<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"5\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>LIGHTING<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 5\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 6\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"64e6eff","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#000000","padding":{"unit":"rem","top":"4","right":"4","bottom":"4","left":"4","isLinked":true},"padding_tablet":{"unit":"rem","top":"","right":"","bottom":"","left":"","isLinked":true},"padding_mobile":{"unit":"rem","top":"","right":"","bottom":"","left":"","isLinked":true}},"elements":[{"id":"9203f66","elType":"widget","settings":{"title":"Private &<br> Exclusive Private<br> shows","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Montserrat","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"a72ad37","elType":"widget","settings":{"video_type":"hosted","youtube_url":"https:\\/\\/www.youtube.com\\/watch?v=XHOmBV4js_E","vimeo_url":"https:\\/\\/vimeo.com\\/235215203","dailymotion_url":"https:\\/\\/www.dailymotion.com\\/video\\/x6tqhqb","hosted_url":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/10\\/c2c-1.mp4","id":535,"size":"","alt":"","source":"library"},"videopress_url":"https:\\/\\/videopress.com\\/v\\/ZCAOzTNk","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"video"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]},"content_width":"full","width":{"unit":"%","size":99.821},"_flex_size":"none","_element_width":"initial","padding_mobile":{"unit":"px","top":"20","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"5f07240","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"a62f3de","elType":"widget","settings":{"content_width":"full","title":"Earn with pyirates","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35},"padding":{"unit":"px","top":"10","right":"20","bottom":"10","left":"20","isLinked":false},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"Live cam","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"25","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Interactive toys","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"Tips","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35},"margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"10","right":"20","bottom":"0","left":"20","isLinked":false},"padding_tablet":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"padding_mobile":{"unit":"px","top":"0","right":"20","bottom":"0","left":"20","isLinked":false}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Ticket shows","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"25","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Games","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"Crowdfunding","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"6549220","elType":"container","settings":{"content_width":"full","flex_direction":"column","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35},"padding":{"unit":"px","top":"10","right":"10","bottom":"0","left":"10","isLinked":false}},"elements":[{"id":"88395f0","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"20","isLinked":false,"unit":"px","size":35},"margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ea58b31","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"386fc16","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Clip store","description_text":"Sell photos & videos <br>\\nKeep earning outside of streaming","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"636ff76","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"909bfb9","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Sexting","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"ac24ccb","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"13eefe5","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"Contest","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"51aced8","elType":"container","settings":{"content_width":"full","flex_direction":"column","margin_tablet":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"eb91c32","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"20","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"898700b","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"e91735e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"AI","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"4cbb151","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"1456367","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Auction","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"02418c5","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"3f6accf","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Subscription site","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"2fa908b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"20","isLinked":false,"unit":"px","size":35},"padding":{"unit":"px","top":"0","right":"10","bottom":"0","left":"10","isLinked":false},"margin_tablet":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"1932bc1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"332af20","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Mass messages","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"bf8d092","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false},"margin_mobile":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"d28844b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"Voice messages","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"8c9ba38","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Pyirates set the rules <br>\\r\\n Stream your way.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"b2769fe","elType":"widget","settings":{"content_width":"full","shortcode":"[INSERT_ELEMENTOR id=\\"425\\"]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"6c631d3","elType":"container","settings":{"padding":{"unit":"px","top":"30","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"04c5acb","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"09fb024","elType":"container","settings":{"content_width":"full","flex_justify_content":"center"},"elements":[{"id":"022a763","elType":"widget","settings":{"content_width":"full","title":"Frequently Asked Questions","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"20","right":"0","bottom":"25","left":"0","isLinked":false},"_margin_mobile":{"unit":"px","top":"0","right":"0","bottom":"30","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f58e072","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Can i work from home & studio ?","tab_content":"<p>yes you can work from home and studio.<\\/p>","_id":"2d24069"},{"tab_title":"How do I get paid?","tab_content":"<ol><li>Crypto $0 fee<\\/li><li>Direct deposit into your bank 0$ fee 3-5 days wait<\\/li><li>Cash $50 fee<\\/li><\\/ol>","_id":"b2c30ca"}],"border_width":{"unit":"px","size":0,"sizes":[]},"title_background":"#FFFFFF","title_color":"#111111","tab_active_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"600","title_typography_text_transform":"capitalize","content_background_color":"#FFFFFF","content_color":"#141414","content_typography_typography":"custom","content_typography_font_family":"Roboto Flex","content_typography_font_size":{"unit":"px","size":18,"sizes":[]},"content_typography_font_weight":"500","content_typography_text_transform":"capitalize","content_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"45","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"accordion"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (185, 31, 'footnotes', ''), (186, 31, '_elementor_template_type', 'wp-page'), (187, 31, '_elementor_version', '3.22.3'), (188, 31, '_elementor_pro_version', '3.22.1'), (189, 31, '_elementor_edit_mode', 'builder'), (190, 31, '_wp_page_template', 'default'), (191, 31, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":false}]'), (193, 32, '_wp_attached_file', '2024/07/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp'), (194, 32, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:351;s:6:"height";i:360;s:4:"file";s:61:"2024/07/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp";s:8:"filesize";i:5932;s:5:"sizes";a:3:{s:6:"medium";a:5:{s:4:"file";s:61:"360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB-293x300.webp";s:5:"width";i:293;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:6628;}s:9:"thumbnail";a:5:{s:4:"file";s:61:"360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3012;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:61:"360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2818;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (195, 33, '_wp_attached_file', '2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343.webp'), (196, 33, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:626;s:6:"height";i:417;s:4:"file";s:79:"2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343.webp";s:8:"filesize";i:12994;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:79:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-300x200.webp";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:5988;}s:9:"thumbnail";a:5:{s:4:"file";s:79:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3670;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:79:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-600x417.webp";s:5:"width";i:600;s:6:"height";i:417;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:19844;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:79:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3950;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (197, 34, '_wp_attached_file', '2024/07/african-woman-posing-studio-scaled.webp'), (198, 34, '_wp_attachment_metadata', 'a:7:{s:5:"width";i:1707;s:6:"height";i:2560;s:4:"file";s:47:"2024/07/african-woman-posing-studio-scaled.webp";s:8:"filesize";i:194866;s:5:"sizes";a:10:{s:6:"medium";a:5:{s:4:"file";s:40:"african-woman-posing-studio-200x300.webp";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:9602;}s:5:"large";a:5:{s:4:"file";s:41:"african-woman-posing-studio-683x1024.webp";s:5:"width";i:683;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:52734;}s:9:"thumbnail";a:5:{s:4:"file";s:40:"african-woman-posing-studio-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4608;}s:12:"medium_large";a:5:{s:4:"file";s:41:"african-woman-posing-studio-768x1152.webp";s:5:"width";i:768;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:61410;}s:9:"1536x1536";a:5:{s:4:"file";s:42:"african-woman-posing-studio-1024x1536.webp";s:5:"width";i:1024;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:93892;}s:9:"2048x2048";a:5:{s:4:"file";s:42:"african-woman-posing-studio-1365x2048.webp";s:5:"width";i:1365;s:6:"height";i:2048;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:145580;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:40:"african-woman-posing-studio-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:28656;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:40:"african-woman-posing-studio-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:20300;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:41:"african-woman-posing-studio-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:36122;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:40:"african-woman-posing-studio-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3532;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"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:"african-woman-posing-studio.webp";}'), (207, 36, '_wp_attached_file', '2024/07/Bonang-Matheba-scaled-1.webp'), (208, 36, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:2560;s:6:"height";i:2066;s:4:"file";s:36:"2024/07/Bonang-Matheba-scaled-1.webp";s:8:"filesize";i:80296;s:5:"sizes";a:10:{s:6:"medium";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-1-300x242.webp";s:5:"width";i:300;s:6:"height";i:242;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:6300;}s:5:"large";a:5:{s:4:"file";s:37:"Bonang-Matheba-scaled-1-1024x826.webp";s:5:"width";i:1024;s:6:"height";i:826;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:31662;}s:9:"thumbnail";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-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:3064;}s:12:"medium_large";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-1-768x620.webp";s:5:"width";i:768;s:6:"height";i:620;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:21062;}s:9:"1536x1536";a:5:{s:4:"file";s:38:"Bonang-Matheba-scaled-1-1536x1240.webp";s:5:"width";i:1536;s:6:"height";i:1240;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:55434;}s:9:"2048x2048";a:5:{s:4:"file";s:38:"Bonang-Matheba-scaled-1-2048x1653.webp";s:5:"width";i:2048;s:6:"height";i:1653;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:80618;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-1-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:18516;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-1-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:16164;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:37:"Bonang-Matheba-scaled-1-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:28702;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:36:"Bonang-Matheba-scaled-1-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2466;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (209, 37, '_wp_attached_file', '2024/07/dfa554a6-e1ce-451a-a045-e812b066920b.webp'), (210, 37, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1344;s:6:"height";i:1728;s:4:"file";s:49:"2024/07/dfa554a6-e1ce-451a-a045-e812b066920b.webp";s:8:"filesize";i:46594;s:5:"sizes";a:9:{s:6:"medium";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-233x300.webp";s:5:"width";i:233;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:6320;}s:5:"large";a:5:{s:4:"file";s:50:"dfa554a6-e1ce-451a-a045-e812b066920b-796x1024.webp";s:5:"width";i:796;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:30184;}s:9:"thumbnail";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3172;}s:12:"medium_large";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-768x987.webp";s:5:"width";i:768;s:6:"height";i:987;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:30132;}s:9:"1536x1536";a:5:{s:4:"file";s:51:"dfa554a6-e1ce-451a-a045-e812b066920b-1195x1536.webp";s:5:"width";i:1195;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:52678;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:18690;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:19380;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:50:"dfa554a6-e1ce-451a-a045-e812b066920b-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:35030;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:49:"dfa554a6-e1ce-451a-a045-e812b066920b-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3568;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (211, 38, '_wp_attached_file', '2024/07/fit-young-mixed-race-woman-260snw-1045541323.webp'), (212, 38, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:173;s:6:"height";i:255;s:4:"file";s:57:"2024/07/fit-young-mixed-race-woman-260snw-1045541323.webp";s:8:"filesize";i:2472;s:5:"sizes";a:2:{s:9:"thumbnail";a:5:{s:4:"file";s:57:"fit-young-mixed-race-woman-260snw-1045541323-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:2354;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:57:"fit-young-mixed-race-woman-260snw-1045541323-173x100.webp";s:5:"width";i:173;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:1884;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (213, 39, 'footnotes', ''), (214, 39, '_elementor_template_type', 'wp-page'), (215, 39, '_elementor_version', '3.22.3'), (216, 39, '_elementor_pro_version', '3.22.1'), (217, 39, '_elementor_edit_mode', 'builder'), (218, 39, '_wp_page_template', 'default'), (219, 39, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":false}]'), (221, 40, 'footnotes', ''), (222, 40, '_elementor_template_type', 'wp-page'), (223, 40, '_elementor_version', '3.22.3'), (224, 40, '_elementor_pro_version', '3.22.1'), (225, 40, '_elementor_edit_mode', 'builder'), (226, 40, '_wp_page_template', 'default'), (227, 40, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":false}]'), (229, 41, 'footnotes', ''), (230, 41, '_elementor_template_type', 'wp-page'), (231, 41, '_elementor_version', '3.22.3'), (232, 41, '_elementor_pro_version', '3.22.1'), (233, 41, '_elementor_edit_mode', 'builder'), (234, 41, '_wp_page_template', 'default'), (235, 41, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343.webp","id":33,"size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (246, 13, '_oembed_cca77a1f49153e71572aaa0ec1bf41d5', '{{unknown}}'), (247, 20, 'ocean_disable_title', 'on'), (248, 20, 'ocean_disable_breadcrumbs', 'off'), (258, 44, '_wp_attached_file', '2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview.png'), (259, 44, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:612;s:6:"height";i:408;s:4:"file";s:127:"2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview.png";s:8:"filesize";i:196077;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:127:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-300x200.png";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:46911;}s:9:"thumbnail";a:5:{s:4:"file";s:127:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:24879;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:127:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-600x408.png";s:5:"width";i:600;s:6:"height";i:408;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:170525;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:127:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:31281;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (260, 45, '_wp_attached_file', '2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1.png'), (261, 45, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:612;s:6:"height";i:408;s:4:"file";s:129:"2024/07/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1.png";s:8:"filesize";i:196077;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:129:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1-300x200.png";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:46911;}s:9:"thumbnail";a:5:{s:4:"file";s:129:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:24879;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:129:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1-600x408.png";s:5:"width";i:600;s:6:"height";i:408;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:170525;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:129:"african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343-ezgif.com-webp-to-jpg-converter-removebg-preview-1-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:31281;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (263, 46, 'footnotes', ''), (264, 46, '_elementor_template_type', 'wp-page'), (265, 46, '_elementor_version', '3.22.3'), (266, 46, '_elementor_pro_version', '3.22.1'), (267, 46, '_elementor_edit_mode', 'builder'), (268, 46, '_wp_page_template', 'default'), (269, 46, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343.webp","id":33,"size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (272, 47, 'footnotes', ''), (273, 47, '_elementor_template_type', 'wp-page'), (274, 47, '_elementor_version', '3.22.3'), (275, 47, '_elementor_pro_version', '3.22.1'), (276, 47, '_elementor_edit_mode', 'builder'), (277, 47, '_wp_page_template', 'default'), (278, 47, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-green-swimsuit-glasses-holds-swimming-mattress_88135-16343.webp","id":33,"size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (281, 48, 'footnotes', ''), (282, 48, '_elementor_template_type', 'wp-page'), (283, 48, '_elementor_version', '3.22.3'), (284, 48, '_elementor_pro_version', '3.22.1'), (285, 48, '_elementor_edit_mode', 'builder'), (286, 48, '_wp_page_template', 'default'), (287, 48, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#FF882E"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (300, 50, 'footnotes', ''), (301, 50, '_elementor_template_type', 'wp-page'), (302, 50, '_elementor_version', '3.22.3'), (303, 50, '_elementor_pro_version', '3.22.1'), (304, 50, '_elementor_edit_mode', 'builder'), (305, 50, '_wp_page_template', 'default'), (306, 50, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#FF882E"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (308, 51, 'footnotes', ''), (309, 51, '_elementor_template_type', 'wp-page'), (310, 51, '_elementor_version', '3.22.3'), (311, 51, '_elementor_pro_version', '3.22.1'), (312, 51, '_elementor_edit_mode', 'builder'), (313, 51, '_wp_page_template', 'default'), (314, 51, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#FF882E"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (316, 52, 'footnotes', ''), (317, 52, '_elementor_template_type', 'wp-page'), (318, 52, '_elementor_version', '3.22.3'), (319, 52, '_elementor_pro_version', '3.22.1'), (320, 52, '_elementor_edit_mode', 'builder'), (321, 52, '_wp_page_template', 'default'), (322, 52, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (335, 54, 'footnotes', ''), (336, 54, '_elementor_template_type', 'wp-page'), (337, 54, '_elementor_version', '3.22.3'), (338, 54, '_elementor_pro_version', '3.22.1'), (339, 54, '_elementor_edit_mode', 'builder'), (340, 54, '_wp_page_template', 'default'), (341, 54, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (344, 55, 'footnotes', ''), (345, 55, '_elementor_template_type', 'wp-page'), (346, 55, '_elementor_version', '3.22.3'), (347, 55, '_elementor_pro_version', '3.22.1'), (348, 55, '_elementor_edit_mode', 'builder'), (349, 55, '_wp_page_template', 'default'), (350, 55, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (353, 56, 'footnotes', ''), (354, 56, '_elementor_template_type', 'wp-page'), (355, 56, '_elementor_version', '3.22.3'), (356, 56, '_elementor_pro_version', '3.22.1'), (357, 56, '_elementor_edit_mode', 'builder'), (358, 56, '_wp_page_template', 'elementor_header_footer'), (359, 56, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (363, 57, 'footnotes', ''), (364, 57, '_elementor_template_type', 'wp-page'), (365, 57, '_elementor_version', '3.22.3'), (366, 57, '_elementor_pro_version', '3.22.1'), (367, 57, '_elementor_edit_mode', 'builder'), (368, 57, '_wp_page_template', 'elementor_header_footer'), (369, 57, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (372, 58, 'footnotes', ''), (373, 58, '_elementor_template_type', 'wp-page'), (374, 58, '_elementor_version', '3.22.3'), (375, 58, '_elementor_pro_version', '3.22.1'), (376, 58, '_elementor_edit_mode', 'builder'), (377, 58, '_wp_page_template', 'elementor_header_footer'), (378, 58, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#BEF7F6","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow_type":"yes","button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.33)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (381, 59, 'footnotes', ''), (382, 59, '_elementor_template_type', 'wp-page'), (383, 59, '_elementor_version', '3.22.3'), (384, 59, '_elementor_pro_version', '3.22.1'), (385, 59, '_elementor_edit_mode', 'builder'), (386, 59, '_wp_page_template', 'elementor_header_footer'), (387, 59, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (406, 61, 'footnotes', ''), (407, 61, '_elementor_template_type', 'wp-page'), (408, 61, '_elementor_version', '3.22.3'), (409, 61, '_elementor_pro_version', '3.22.1'), (410, 61, '_elementor_edit_mode', 'builder'), (411, 61, '_wp_page_template', 'elementor_header_footer'), (412, 61, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (415, 62, 'footnotes', ''), (416, 62, '_elementor_template_type', 'wp-page'), (417, 62, '_elementor_version', '3.22.3'), (418, 62, '_elementor_pro_version', '3.22.1'), (419, 62, '_elementor_edit_mode', 'builder'), (420, 62, '_wp_page_template', 'elementor_header_footer'), (421, 62, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (424, 63, 'footnotes', ''), (425, 63, '_elementor_template_type', 'wp-page'), (426, 63, '_elementor_version', '3.22.3'), (427, 63, '_elementor_pro_version', '3.22.1'), (428, 63, '_elementor_edit_mode', 'builder'), (429, 63, '_wp_page_template', 'elementor_header_footer'), (430, 63, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (434, 64, 'footnotes', ''), (435, 64, '_elementor_template_type', 'wp-page'), (436, 64, '_elementor_version', '3.22.3'), (437, 64, '_elementor_pro_version', '3.22.1'), (438, 64, '_elementor_edit_mode', 'builder'), (439, 64, '_wp_page_template', 'elementor_header_footer'), (440, 64, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (443, 65, 'footnotes', ''), (444, 65, '_elementor_template_type', 'wp-page'), (445, 65, '_elementor_version', '3.22.3'), (446, 65, '_elementor_pro_version', '3.22.1'), (447, 65, '_elementor_edit_mode', 'builder'), (448, 65, '_wp_page_template', 'elementor_header_footer'), (449, 65, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (452, 66, 'footnotes', ''), (453, 66, '_elementor_template_type', 'wp-page'), (454, 66, '_elementor_version', '3.22.3'), (455, 66, '_elementor_pro_version', '3.22.1'), (456, 66, '_elementor_edit_mode', 'builder'), (457, 66, '_wp_page_template', 'elementor_header_footer'), (458, 66, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (472, 68, 'footnotes', ''), (473, 68, '_elementor_template_type', 'wp-page'), (474, 68, '_elementor_version', '3.22.3'), (475, 68, '_elementor_pro_version', '3.22.1'), (476, 68, '_elementor_edit_mode', 'builder'), (477, 68, '_wp_page_template', 'elementor_header_footer'), (478, 68, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (481, 69, 'footnotes', ''), (482, 69, '_elementor_template_type', 'wp-page'), (483, 69, '_elementor_version', '3.22.3'), (484, 69, '_elementor_pro_version', '3.22.1'), (485, 69, '_elementor_edit_mode', 'builder'), (486, 69, '_wp_page_template', 'elementor_header_footer'), (487, 69, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#01012A","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (490, 70, 'footnotes', ''), (491, 70, '_elementor_template_type', 'wp-page'), (492, 70, '_elementor_version', '3.22.3'), (493, 70, '_elementor_pro_version', '3.22.1'), (494, 70, '_elementor_edit_mode', 'builder'), (495, 70, '_wp_page_template', 'elementor_header_footer'), (496, 70, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (500, 71, 'footnotes', ''), (501, 71, '_elementor_template_type', 'wp-page'), (502, 71, '_elementor_version', '3.22.3'), (503, 71, '_elementor_pro_version', '3.22.1'), (504, 71, '_elementor_edit_mode', 'builder'), (505, 71, '_wp_page_template', 'elementor_header_footer'), (506, 71, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (509, 72, 'footnotes', ''), (510, 72, '_elementor_template_type', 'wp-page'), (511, 72, '_elementor_version', '3.22.3'), (512, 72, '_elementor_pro_version', '3.22.1'), (513, 72, '_elementor_edit_mode', 'builder'), (514, 72, '_wp_page_template', 'elementor_header_footer'), (515, 72, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (518, 73, 'footnotes', ''), (519, 73, '_elementor_template_type', 'wp-page'), (520, 73, '_elementor_version', '3.22.3'), (521, 73, '_elementor_pro_version', '3.22.1'), (522, 73, '_elementor_edit_mode', 'builder'), (523, 73, '_wp_page_template', 'elementor_header_footer'), (524, 73, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (536, 82, '_edit_lock', '1719998264:1'), (537, 82, 'ocean_post_layout', 'full-screen'), (538, 82, 'ocean_both_sidebars_content_width', ''), (539, 82, 'ocean_both_sidebars_sidebars_width', ''), (540, 82, 'ocean_disable_margins', 'on'), (541, 82, 'ocean_custom_logo', '0'), (542, 82, 'ocean_custom_retina_logo', '0'), (543, 82, 'ocean_custom_logo_max_width', ''), (544, 82, 'ocean_custom_logo_tablet_max_width', ''), (545, 82, 'ocean_custom_logo_mobile_max_width', ''), (546, 82, 'ocean_custom_logo_max_height', ''), (547, 82, 'ocean_custom_logo_tablet_max_height', ''), (548, 82, 'ocean_custom_logo_mobile_max_height', ''), (549, 82, 'ocean_menu_typo_font_size', ''), (550, 82, 'ocean_menu_typo_font_size_tablet', ''), (551, 82, 'ocean_menu_typo_font_size_mobile', ''), (552, 82, 'ocean_menu_typo_line_height', ''), (553, 82, 'ocean_menu_typo_line_height_tablet', ''), (554, 82, 'ocean_menu_typo_line_height_mobile', ''), (555, 82, 'ocean_menu_typo_spacing', ''), (556, 82, 'ocean_menu_typo_spacing_tablet', ''), (557, 82, 'ocean_menu_typo_spacing_mobile', ''), (558, 82, 'ocean_disable_title', 'on'), (559, 82, 'ocean_post_title_background', ''), (560, 82, 'ocean_post_title_height', ''), (561, 82, 'ocean_post_title_bg_overlay', '0.5'), (562, 82, 'ocean_disable_breadcrumbs', 'off'), (563, 82, 'footnotes', ''), (564, 83, 'footnotes', ''), (565, 82, '_edit_last', '1'), (566, 82, 'cmplz_hide_cookiebanner', ''), (567, 84, '_edit_lock', '1719998293:1'), (568, 84, 'ocean_post_layout', 'full-screen'), (569, 84, 'ocean_both_sidebars_content_width', ''), (570, 84, 'ocean_both_sidebars_sidebars_width', ''), (571, 84, 'ocean_disable_margins', 'on'), (572, 84, 'ocean_custom_logo', '0'), (573, 84, 'ocean_custom_retina_logo', '0'), (574, 84, 'ocean_custom_logo_max_width', ''), (575, 84, 'ocean_custom_logo_tablet_max_width', ''), (576, 84, 'ocean_custom_logo_mobile_max_width', ''), (577, 84, 'ocean_custom_logo_max_height', ''), (578, 84, 'ocean_custom_logo_tablet_max_height', ''), (579, 84, 'ocean_custom_logo_mobile_max_height', ''), (580, 84, 'ocean_menu_typo_font_size', ''), (581, 84, 'ocean_menu_typo_font_size_tablet', ''), (582, 84, 'ocean_menu_typo_font_size_mobile', ''), (583, 84, 'ocean_menu_typo_line_height', ''), (584, 84, 'ocean_menu_typo_line_height_tablet', ''), (585, 84, 'ocean_menu_typo_line_height_mobile', ''), (586, 84, 'ocean_menu_typo_spacing', ''), (587, 84, 'ocean_menu_typo_spacing_tablet', ''), (588, 84, 'ocean_menu_typo_spacing_mobile', ''), (589, 84, 'ocean_disable_title', 'on'), (590, 84, 'ocean_post_title_background', ''), (591, 84, 'ocean_post_title_height', ''), (592, 84, 'ocean_post_title_bg_overlay', '0.5'), (593, 84, 'ocean_disable_breadcrumbs', 'off'), (594, 84, 'footnotes', ''), (595, 85, 'footnotes', ''), (596, 84, '_edit_last', '1'), (597, 84, 'cmplz_hide_cookiebanner', ''), (598, 86, '_edit_lock', '1720732205:1'), (599, 86, 'ocean_post_layout', 'full-screen'), (600, 86, 'ocean_both_sidebars_content_width', ''), (601, 86, 'ocean_both_sidebars_sidebars_width', ''), (602, 86, 'ocean_disable_margins', 'on'), (603, 86, 'ocean_custom_logo', '0'), (604, 86, 'ocean_custom_retina_logo', '0'), (605, 86, 'ocean_custom_logo_max_width', ''), (606, 86, 'ocean_custom_logo_tablet_max_width', ''), (607, 86, 'ocean_custom_logo_mobile_max_width', ''), (608, 86, 'ocean_custom_logo_max_height', ''), (609, 86, 'ocean_custom_logo_tablet_max_height', ''), (610, 86, 'ocean_custom_logo_mobile_max_height', ''), (611, 86, 'ocean_menu_typo_font_size', ''), (612, 86, 'ocean_menu_typo_font_size_tablet', ''), (613, 86, 'ocean_menu_typo_font_size_mobile', ''), (614, 86, 'ocean_menu_typo_line_height', ''), (615, 86, 'ocean_menu_typo_line_height_tablet', ''), (616, 86, 'ocean_menu_typo_line_height_mobile', ''), (617, 86, 'ocean_menu_typo_spacing', ''), (618, 86, 'ocean_menu_typo_spacing_tablet', ''), (619, 86, 'ocean_menu_typo_spacing_mobile', ''), (620, 86, 'ocean_disable_title', 'on'), (621, 86, 'ocean_post_title_background', ''), (622, 86, 'ocean_post_title_height', ''), (623, 86, 'ocean_post_title_bg_overlay', '0.5'), (624, 86, 'ocean_disable_breadcrumbs', 'off'), (625, 86, 'footnotes', ''), (626, 87, 'footnotes', ''), (627, 86, '_edit_last', '1'), (628, 86, 'cmplz_hide_cookiebanner', ''), (629, 88, '_edit_lock', '1720732237:1'), (630, 88, 'ocean_post_layout', 'full-screen'), (631, 88, 'ocean_both_sidebars_content_width', ''), (632, 88, 'ocean_both_sidebars_sidebars_width', ''), (633, 88, 'ocean_disable_margins', 'on'), (634, 88, 'ocean_custom_logo', '0'), (635, 88, 'ocean_custom_retina_logo', '0'), (636, 88, 'ocean_custom_logo_max_width', ''), (637, 88, 'ocean_custom_logo_tablet_max_width', ''), (638, 88, 'ocean_custom_logo_mobile_max_width', ''), (639, 88, 'ocean_custom_logo_max_height', ''), (640, 88, 'ocean_custom_logo_tablet_max_height', ''), (641, 88, 'ocean_custom_logo_mobile_max_height', ''), (642, 88, 'ocean_menu_typo_font_size', ''), (643, 88, 'ocean_menu_typo_font_size_tablet', ''), (644, 88, 'ocean_menu_typo_font_size_mobile', ''), (645, 88, 'ocean_menu_typo_line_height', ''), (646, 88, 'ocean_menu_typo_line_height_tablet', ''), (647, 88, 'ocean_menu_typo_line_height_mobile', ''), (648, 88, 'ocean_menu_typo_spacing', ''), (649, 88, 'ocean_menu_typo_spacing_tablet', ''), (650, 88, 'ocean_menu_typo_spacing_mobile', ''), (651, 88, 'ocean_disable_title', 'on'), (652, 88, 'ocean_post_title_background', ''), (653, 88, 'ocean_post_title_height', ''), (654, 88, 'ocean_post_title_bg_overlay', '0.5'), (655, 88, 'ocean_disable_breadcrumbs', 'off'), (656, 88, 'footnotes', ''), (657, 89, 'footnotes', ''), (658, 88, '_edit_last', '1'), (659, 88, 'cmplz_hide_cookiebanner', ''), (660, 90, '_edit_lock', '1719998453:1'), (661, 90, 'ocean_post_layout', 'full-screen'), (662, 90, 'ocean_both_sidebars_content_width', ''), (663, 90, 'ocean_both_sidebars_sidebars_width', ''), (664, 90, 'ocean_disable_margins', 'on'), (665, 90, 'ocean_custom_logo', '0'), (666, 90, 'ocean_custom_retina_logo', '0'), (667, 90, 'ocean_custom_logo_max_width', ''), (668, 90, 'ocean_custom_logo_tablet_max_width', ''), (669, 90, 'ocean_custom_logo_mobile_max_width', ''), (670, 90, 'ocean_custom_logo_max_height', ''), (671, 90, 'ocean_custom_logo_tablet_max_height', ''), (672, 90, 'ocean_custom_logo_mobile_max_height', ''), (673, 90, 'ocean_menu_typo_font_size', ''), (674, 90, 'ocean_menu_typo_font_size_tablet', ''), (675, 90, 'ocean_menu_typo_font_size_mobile', ''), (676, 90, 'ocean_menu_typo_line_height', ''), (677, 90, 'ocean_menu_typo_line_height_tablet', ''), (678, 90, 'ocean_menu_typo_line_height_mobile', ''), (679, 90, 'ocean_menu_typo_spacing', ''), (680, 90, 'ocean_menu_typo_spacing_tablet', ''), (681, 90, 'ocean_menu_typo_spacing_mobile', ''), (682, 90, 'ocean_disable_title', 'on'), (683, 90, 'ocean_post_title_background', ''), (684, 90, 'ocean_post_title_height', ''), (685, 90, 'ocean_post_title_bg_overlay', '0.5'), (686, 90, 'ocean_disable_breadcrumbs', 'off'), (687, 90, 'footnotes', ''), (688, 91, 'footnotes', ''), (689, 90, '_edit_last', '1'), (690, 90, 'cmplz_hide_cookiebanner', ''), (710, 93, '_menu_item_type', 'post_type'), (711, 93, '_menu_item_menu_item_parent', '0'), (712, 93, '_menu_item_object_id', '88'), (713, 93, '_menu_item_object', 'page'), (714, 93, '_menu_item_target', ''), (715, 93, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (716, 93, '_menu_item_xfn', ''), (717, 93, '_menu_item_url', ''), (719, 93, '_menu_item_template', ''), (720, 93, '_menu_item_mega_template', '0'), (721, 93, '_menu_item_nolink', ''), (722, 93, '_menu_item_category_post', ''), (723, 93, '_menu_item_megamenu', ''), (724, 93, '_menu_item_megamenu_auto_width', ''), (725, 93, '_menu_item_megamenu_col', ''), (726, 93, '_menu_item_megamenu_heading', ''), (727, 93, '_menu_item_megamenu_widgetarea', '0'), (728, 93, '_menu_item_icon', ''), (729, 94, '_menu_item_type', 'post_type'), (730, 94, '_menu_item_menu_item_parent', '0'), (731, 94, '_menu_item_object_id', '86'), (732, 94, '_menu_item_object', 'page'), (733, 94, '_menu_item_target', ''), (734, 94, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (735, 94, '_menu_item_xfn', ''), (736, 94, '_menu_item_url', ''), (738, 94, '_menu_item_template', ''), (739, 94, '_menu_item_mega_template', '0'), (740, 94, '_menu_item_nolink', ''), (741, 94, '_menu_item_category_post', ''), (742, 94, '_menu_item_megamenu', ''), (743, 94, '_menu_item_megamenu_auto_width', ''), (744, 94, '_menu_item_megamenu_col', ''), (745, 94, '_menu_item_megamenu_heading', ''), (746, 94, '_menu_item_megamenu_widgetarea', '0'), (747, 94, '_menu_item_icon', ''), (786, 97, '_elementor_edit_mode', 'builder'), (787, 97, '_elementor_template_type', 'header'), (788, 97, '_elementor_version', '3.22.3'), (789, 97, '_elementor_pro_version', '3.22.1'), (790, 97, '_wp_page_template', 'default'), (791, 97, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"sticky":"top","padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":40.5},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":14.291},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false}]'), (793, 97, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (795, 97, '_elementor_screenshot_failed', '2024-07-02 09:37:07'), (797, 98, '_elementor_edit_mode', 'builder'), (798, 98, '_elementor_template_type', 'header'), (799, 98, '_elementor_version', '3.22.3'), (800, 98, '_elementor_pro_version', '3.22.1'), (801, 98, '_wp_page_template', 'default'), (802, 98, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"sticky":"top","padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":40},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false}]'), (804, 98, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (807, 99, '_elementor_edit_mode', 'builder'), (808, 99, '_elementor_template_type', 'header'), (809, 99, '_elementor_version', '3.22.3'), (810, 99, '_elementor_pro_version', '3.22.1'), (811, 99, '_wp_page_template', 'default'), (812, 99, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"sticky":"top","padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":50},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (814, 99, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (817, 100, '_elementor_edit_mode', 'builder'), (818, 100, '_elementor_template_type', 'header'), (819, 100, '_elementor_version', '3.22.3'), (820, 100, '_elementor_pro_version', '3.22.1'), (821, 100, '_wp_page_template', 'default'), (822, 100, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":50},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (824, 100, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (827, 101, '_elementor_edit_mode', 'builder'), (828, 101, '_elementor_template_type', 'header'), (829, 101, '_elementor_version', '3.22.3'), (830, 101, '_elementor_pro_version', '3.22.1'), (831, 101, '_wp_page_template', 'default'), (832, 101, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":50},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":5,"blur":20,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (834, 101, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (837, 102, '_elementor_edit_mode', 'builder'), (838, 102, '_elementor_template_type', 'header'), (839, 102, '_elementor_version', '3.22.3'), (840, 102, '_elementor_pro_version', '3.22.1'), (841, 102, '_wp_page_template', 'default'), (842, 102, '_elementor_data', '[{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":50},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":5,"blur":20,"spread":0,"color":"rgba(0, 0, 0, 0.25)"},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (844, 102, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (847, 103, 'footnotes', ''), (848, 103, '_elementor_template_type', 'wp-page'), (849, 103, '_elementor_version', '3.22.3'), (850, 103, '_elementor_pro_version', '3.22.1'), (851, 103, '_elementor_edit_mode', 'builder'), (852, 103, '_wp_page_template', 'elementor_header_footer'), (853, 103, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (856, 104, 'footnotes', ''), (857, 104, '_elementor_template_type', 'wp-page'), (858, 104, '_elementor_version', '3.22.3'), (859, 104, '_elementor_pro_version', '3.22.1'), (860, 104, '_elementor_edit_mode', 'builder'), (861, 104, '_wp_page_template', 'elementor_header_footer'), (862, 104, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (865, 105, 'footnotes', ''), (866, 105, '_elementor_template_type', 'wp-page'), (867, 105, '_elementor_version', '3.22.3'), (868, 105, '_elementor_pro_version', '3.22.1'), (869, 105, '_elementor_edit_mode', 'builder'), (870, 105, '_wp_page_template', 'elementor_header_footer'), (871, 105, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (887, 107, '_elementor_edit_mode', 'builder'), (888, 107, '_elementor_template_type', 'header'), (889, 107, '_elementor_version', '3.22.3'), (890, 107, '_elementor_pro_version', '3.22.1'), (891, 107, '_wp_page_template', 'default'), (892, 107, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center"},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"b0bb3c6","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":14.018},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2e72c4e","elType":"widget","settings":{"content_width":"full","editor":"<p><strong>2292<\\/strong> LIVE<\\/p>","align":"center","text_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_line_height":{"unit":"px","size":14,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":55.49},"flex_justify_content":"center","flex_align_items":"center","_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"30ff94c","elType":"container","settings":{"flex_direction":"row","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#000000","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"10","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"9d7e6ef","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":32.795},"flex_justify_content":"center","flex_align_items":"flex-start","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_flex_size":"none","_element_width":"initial"},"elements":[],"isInner":true},{"id":"218dcd5","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":31.836},"_flex_size":"none","_element_width":"initial"},"elements":[],"isInner":true},{"id":"3f74675","elType":"container","settings":{"flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","width":{"unit":"%","size":100,"sizes":[]},"boxed_width":{"unit":"%","size":100,"sizes":[]},"boxed_width_tablet":{"unit":"%","size":"","sizes":[]},"boxed_width_mobile":{"unit":"%","size":"","sizes":[]}},"elements":[],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":5,"blur":20,"spread":0,"color":"rgba(0, 0, 0, 0.25)"},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (894, 107, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (896, 108, '_elementor_edit_mode', 'builder'), (897, 108, '_elementor_template_type', 'header'), (898, 108, '_elementor_version', '3.22.3'), (899, 108, '_elementor_pro_version', '3.22.1'), (900, 108, '_wp_page_template', 'default'), (901, 108, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"b0bb3c6","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":14.018},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2e72c4e","elType":"widget","settings":{"content_width":"full","editor":"<p><strong>2292<\\/strong> LIVE<\\/p>","align":"center","text_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","typography_line_height":{"unit":"px","size":14,"sizes":[]},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":55.49},"flex_justify_content":"center","flex_align_items":"center","_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":5,"blur":20,"spread":0,"color":"rgba(0, 0, 0, 0.25)"},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (903, 108, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (905, 109, '_elementor_edit_mode', 'builder'), (906, 109, '_elementor_template_type', 'header'), (907, 109, '_elementor_version', '3.22.3'), (908, 109, '_elementor_pro_version', '3.22.1'), (909, 109, '_wp_page_template', 'default'), (910, 109, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"b0bb3c6","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":14.018},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2e72c4e","elType":"widget","settings":{"content_width":"full","editor":"<strong>2292<\\/strong> LIVE","align":"center","text_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":55.49},"flex_justify_content":"center","flex_align_items":"center","_flex_size":"none","_element_width":"initial"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","align_items":"start","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]}},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"b6c4a1e","elType":"container","settings":{"flex_justify_content":"center","flex_align_items":"center","background_background":"classic","background_color":"#FFFFFF","box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":0,"vertical":5,"blur":20,"spread":0,"color":"rgba(0, 0, 0, 0.25)"},"sticky":"top"},"elements":[{"id":"6ad95a9","elType":"container","settings":{"content_width":"full","flex_justify_content":"center","width":{"unit":"%","size":20},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2efd4f0","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"left","width":{"unit":"%","size":100,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true}],"isInner":false}]'), (912, 109, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (929, 113, '_elementor_edit_mode', 'builder'), (930, 113, '_elementor_template_type', 'header'), (931, 113, '_elementor_version', '3.22.3'), (932, 113, '_elementor_pro_version', '3.22.1'), (933, 113, '_wp_page_template', 'default'), (934, 113, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":"full"},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"b0bb3c6","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":14.018},"_flex_size":"none","_element_width":"initial"},"elements":[{"id":"2e72c4e","elType":"widget","settings":{"content_width":"full","editor":"<strong>2292<\\/strong> LIVE","align":"center","text_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"500","_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"text-editor"}],"isInner":true},{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":57},"flex_justify_content":"space-between","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row"},"elements":[{"id":"d901c53","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit"},"elements":[],"widgetType":"nav-menu"},{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":36,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (936, 113, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (949, 115, 'footnotes', ''), (950, 115, '_elementor_template_type', 'wp-page'), (951, 115, '_elementor_version', '3.22.3'), (952, 115, '_elementor_pro_version', '3.22.1'), (953, 115, '_elementor_edit_mode', 'builder'), (954, 115, '_wp_page_template', 'elementor_header_footer'), (955, 115, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (958, 116, 'footnotes', ''), (959, 116, '_elementor_template_type', 'wp-page'), (960, 116, '_elementor_version', '3.22.3'), (961, 116, '_elementor_pro_version', '3.22.1'), (962, 116, '_elementor_edit_mode', 'builder'), (963, 116, '_wp_page_template', 'elementor_header_footer'), (964, 116, '_elementor_data', '[{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"880950f","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"d17bc05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"e129c34","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"773f568","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"80e5479","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3896739","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"94f34d0","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-dollar-sign","library":"fa-solid"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"331cb99","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"0fa2a1b","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-headset","library":"fa-solid"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"d055195","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"dd5ca95","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-arrow-circle-right","library":"fa-solid"},"title_text":"Learn More","description_text":"","text_align":"center","icon_space":{"unit":"px","size":10,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":65,"sizes":[]},"title_color":"#FEFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":16,"sizes":[]},"title_typography_font_weight":"500"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true}],"isInner":false}]'), (967, 117, 'footnotes', ''), (968, 117, '_elementor_template_type', 'wp-page'), (969, 117, '_elementor_version', '3.22.3'), (970, 117, '_elementor_pro_version', '3.22.1'), (971, 117, '_elementor_edit_mode', 'builder'), (972, 117, '_wp_page_template', 'elementor_header_footer'), (973, 117, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"row","background_background":"classic"},"elements":[],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (977, 118, '_wp_attached_file', '2024/07/Africa-Political-Map-Image-AglaSem-Schools-e1720074443223.webp'), (978, 118, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1251;s:6:"height";i:1332;s:4:"file";s:70:"2024/07/Africa-Political-Map-Image-AglaSem-Schools-e1720074443223.webp";s:8:"filesize";i:128918;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:70:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-282x300.webp";s:5:"width";i:282;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:11256;}s:5:"large";a:5:{s:4:"file";s:71:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-962x1024.webp";s:5:"width";i:962;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:68346;}s:9:"thumbnail";a:5:{s:4:"file";s:70:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:3994;}s:12:"medium_large";a:5:{s:4:"file";s:70:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-768x818.webp";s:5:"width";i:768;s:6:"height";i:818;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:50940;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:70:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:32810;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:70:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:27910;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:71:"Africa-Political-Map-Image-AglaSem-Schools-e1720074443223-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:49050;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (979, 118, '_wp_attachment_backup_sizes', 'a:8:{s:9:"full-orig";a:3:{s:5:"width";i:1252;s:6:"height";i:1388;s:4:"file";s:47:"Africa-Political-Map-Image-AglaSem-Schools.webp";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:55:"Africa-Political-Map-Image-AglaSem-Schools-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4034;}s:11:"medium-orig";a:5:{s:4:"file";s:55:"Africa-Political-Map-Image-AglaSem-Schools-271x300.webp";s:5:"width";i:271;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:11720;}s:17:"medium_large-orig";a:5:{s:4:"file";s:55:"Africa-Political-Map-Image-AglaSem-Schools-768x851.webp";s:5:"width";i:768;s:6:"height";i:851;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:55148;}s:10:"large-orig";a:5:{s:4:"file";s:56:"Africa-Political-Map-Image-AglaSem-Schools-924x1024.webp";s:5:"width";i:924;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:69288;}s:18:"ocean-thumb-m-orig";a:5:{s:4:"file";s:55:"Africa-Political-Map-Image-AglaSem-Schools-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:32760;}s:19:"ocean-thumb-ml-orig";a:5:{s:4:"file";s:55:"Africa-Political-Map-Image-AglaSem-Schools-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:26830;}s:18:"ocean-thumb-l-orig";a:5:{s:4:"file";s:56:"Africa-Political-Map-Image-AglaSem-Schools-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:48228;}}'), (989, 93, '_wp_old_date', '2024-07-03'), (990, 94, '_wp_old_date', '2024-07-03'), (994, 120, 'footnotes', ''), (995, 120, '_elementor_template_type', 'wp-page'), (996, 120, '_elementor_version', '3.22.3'), (997, 120, '_elementor_pro_version', '3.22.1'), (998, 120, '_elementor_edit_mode', 'builder'), (999, 120, '_wp_page_template', 'elementor_header_footer'), (1000, 120, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"row","background_background":"classic"},"elements":[],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1003, 121, 'footnotes', ''), (1004, 121, '_elementor_template_type', 'wp-page'), (1005, 121, '_elementor_version', '3.22.3'), (1006, 121, '_elementor_pro_version', '3.22.1'), (1007, 121, '_elementor_edit_mode', 'builder'), (1008, 121, '_wp_page_template', 'elementor_header_footer'), (1009, 121, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"row","background_background":"classic"},"elements":[],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1012, 122, 'footnotes', ''), (1013, 122, '_elementor_template_type', 'wp-page'), (1014, 122, '_elementor_version', '3.22.3'), (1015, 122, '_elementor_pro_version', '3.22.1'), (1016, 122, '_elementor_edit_mode', 'builder'), (1017, 122, '_wp_page_template', 'elementor_header_footer'), (1018, 122, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":40,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-Political-Map-Image-AglaSem-Schools-e1720074443223.webp","id":118,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1022, 123, '_elementor_edit_mode', 'builder'), (1023, 123, '_elementor_template_type', 'header'), (1024, 123, '_elementor_version', '3.22.3'), (1025, 123, '_elementor_pro_version', '3.22.1'), (1026, 123, '_wp_page_template', 'default'), (1027, 123, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"content_width":"full"},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":75},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row"},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":36,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1029, 123, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1032, 124, '_elementor_edit_mode', 'builder'), (1033, 124, '_elementor_template_type', 'header'), (1034, 124, '_elementor_version', '3.22.3'), (1035, 124, '_elementor_pro_version', '3.22.1'), (1036, 124, '_wp_page_template', 'default'), (1037, 124, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center"},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row"},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1039, 124, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1042, 125, '_elementor_edit_mode', 'builder'), (1043, 125, '_elementor_template_type', 'header'), (1044, 125, '_elementor_version', '3.22.3'), (1045, 125, '_elementor_pro_version', '3.22.1'), (1046, 125, '_wp_page_template', 'default'), (1047, 125, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row"},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center"},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1049, 125, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1051, 126, '_elementor_edit_mode', 'builder'), (1052, 126, '_elementor_template_type', 'header'), (1053, 126, '_elementor_version', '3.22.3'), (1054, 126, '_elementor_pro_version', '3.22.1'), (1055, 126, '_wp_page_template', 'default'), (1056, 126, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1058, 126, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1060, 127, '_elementor_edit_mode', 'builder'), (1061, 127, '_elementor_template_type', 'header'), (1062, 127, '_elementor_version', '3.22.3'), (1063, 127, '_elementor_pro_version', '3.22.1'), (1064, 127, '_wp_page_template', 'default'), (1065, 127, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"solid","border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1067, 127, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1070, 128, '_wp_attached_file', '2024/07/Africa-map-outline.webp'), (1071, 128, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1500;s:6:"height";i:791;s:4:"file";s:31:"2024/07/Africa-map-outline.webp";s:8:"filesize";i:45020;s:5:"sizes";a:8:{s:6:"medium";a:5:{s:4:"file";s:31:"Africa-map-outline-300x158.webp";s:5:"width";i:300;s:6:"height";i:158;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4890;}s:5:"large";a:5:{s:4:"file";s:32:"Africa-map-outline-1024x540.webp";s:5:"width";i:1024;s:6:"height";i:540;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:32734;}s:9:"thumbnail";a:5:{s:4:"file";s:31:"Africa-map-outline-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4254;}s:12:"medium_large";a:5:{s:4:"file";s:31:"Africa-map-outline-768x405.webp";s:5:"width";i:768;s:6:"height";i:405;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:21246;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:31:"Africa-map-outline-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:34706;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:31:"Africa-map-outline-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:24600;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:32:"Africa-map-outline-1200x700.webp";s:5:"width";i:1200;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:46490;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:31:"Africa-map-outline-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:4594;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1072, 129, 'footnotes', ''), (1073, 129, '_elementor_template_type', 'wp-page'), (1074, 129, '_elementor_version', '3.22.3'), (1075, 129, '_elementor_pro_version', '3.22.1'), (1076, 129, '_elementor_edit_mode', 'builder'), (1077, 129, '_wp_page_template', 'elementor_header_footer'), (1078, 129, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":40,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-Political-Map-Image-AglaSem-Schools-e1720074443223.webp","id":118,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1081, 130, 'footnotes', ''), (1082, 130, '_elementor_template_type', 'wp-page'), (1083, 130, '_elementor_version', '3.22.3'), (1084, 130, '_elementor_pro_version', '3.22.1'), (1085, 130, '_elementor_edit_mode', 'builder'), (1086, 130, '_wp_page_template', 'elementor_header_footer'), (1087, 130, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":40,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-Political-Map-Image-AglaSem-Schools-e1720074443223.webp","id":118,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"161c6f8","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#B3005B","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2a94561","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"607a9ea","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","_margin":{"unit":"px","top":"0","right":"0","bottom":"25","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f8480a0","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1090, 131, 'footnotes', ''), (1091, 131, '_elementor_template_type', 'wp-page'), (1092, 131, '_elementor_version', '3.22.3'), (1093, 131, '_elementor_pro_version', '3.22.1'), (1094, 131, '_elementor_edit_mode', 'builder'), (1095, 131, '_wp_page_template', 'elementor_header_footer'), (1096, 131, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","background_position":"center center"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1110, 133, 'footnotes', ''), (1111, 133, '_elementor_template_type', 'wp-page'), (1112, 133, '_elementor_version', '3.22.3'), (1113, 133, '_elementor_pro_version', '3.22.1'), (1114, 133, '_elementor_edit_mode', 'builder'), (1115, 133, '_wp_page_template', 'elementor_header_footer'), (1116, 133, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","background_position":"center center"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1119, 134, 'footnotes', ''), (1120, 134, '_elementor_template_type', 'wp-page'), (1121, 134, '_elementor_version', '3.22.3'), (1122, 134, '_elementor_pro_version', '3.22.1'), (1123, 134, '_elementor_edit_mode', 'builder'), (1124, 134, '_wp_page_template', 'elementor_header_footer'), (1125, 134, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"cover","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","background_position":"center center"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1128, 135, 'footnotes', ''), (1129, 135, '_elementor_template_type', 'wp-page'), (1130, 135, '_elementor_version', '3.22.3'), (1131, 135, '_elementor_pro_version', '3.22.1'), (1132, 135, '_elementor_edit_mode', 'builder'), (1133, 135, '_wp_page_template', 'elementor_header_footer'), (1134, 135, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1138, 136, '_elementor_edit_mode', 'builder'), (1139, 136, '_elementor_template_type', 'header'), (1140, 136, '_elementor_version', '3.22.3'), (1141, 136, '_elementor_pro_version', '3.22.1'), (1142, 136, '_wp_page_template', 'default'), (1143, 136, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"none","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]}},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"20","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"},{"id":"86d72ed","elType":"widget","settings":{"content_width":"full","text":"Login","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1145, 136, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (1158, 138, 'footnotes', ''), (1159, 138, '_elementor_template_type', 'wp-page'), (1160, 138, '_elementor_version', '3.22.3'), (1161, 138, '_elementor_pro_version', '3.22.1'), (1162, 138, '_elementor_edit_mode', 'builder'), (1163, 138, '_wp_page_template', 'elementor_header_footer'), (1164, 138, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1167, 139, 'footnotes', ''), (1168, 139, '_elementor_template_type', 'wp-page'), (1169, 139, '_elementor_version', '3.22.3'), (1170, 139, '_elementor_pro_version', '3.22.1'), (1171, 139, '_elementor_edit_mode', 'builder'), (1172, 139, '_wp_page_template', 'elementor_header_footer'), (1173, 139, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1176, 140, 'footnotes', ''), (1177, 140, '_elementor_template_type', 'wp-page'), (1178, 140, '_elementor_version', '3.22.3'), (1179, 140, '_elementor_pro_version', '3.22.1'), (1180, 140, '_elementor_edit_mode', 'builder'), (1181, 140, '_wp_page_template', 'elementor_header_footer'), (1182, 140, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1186, 141, 'footnotes', ''), (1187, 141, '_elementor_template_type', 'wp-page'), (1188, 141, '_elementor_version', '3.22.3'), (1189, 141, '_elementor_pro_version', '3.22.1'), (1190, 141, '_elementor_edit_mode', 'builder'), (1191, 141, '_wp_page_template', 'elementor_header_footer'), (1192, 141, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1195, 142, 'footnotes', ''), (1196, 142, '_elementor_template_type', 'wp-page'), (1197, 142, '_elementor_version', '3.22.3'), (1198, 142, '_elementor_pro_version', '3.22.1'), (1199, 142, '_elementor_edit_mode', 'builder'), (1200, 142, '_wp_page_template', 'elementor_header_footer'), (1201, 142, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1204, 143, 'footnotes', ''), (1205, 143, '_elementor_template_type', 'wp-page'), (1206, 143, '_elementor_version', '3.22.3'), (1207, 143, '_elementor_pro_version', '3.22.1'), (1208, 143, '_elementor_edit_mode', 'builder'), (1209, 143, '_wp_page_template', 'elementor_header_footer'), (1210, 143, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1214, 144, 'footnotes', ''), (1215, 144, '_elementor_template_type', 'wp-page'), (1216, 144, '_elementor_version', '3.22.3'), (1217, 144, '_elementor_pro_version', '3.22.1'), (1218, 144, '_elementor_edit_mode', 'builder'), (1219, 144, '_wp_page_template', 'elementor_header_footer'), (1220, 144, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1223, 145, 'footnotes', ''), (1224, 145, '_elementor_template_type', 'wp-page'), (1225, 145, '_elementor_version', '3.22.3'), (1226, 145, '_elementor_pro_version', '3.22.1'), (1227, 145, '_elementor_edit_mode', 'builder'), (1228, 145, '_wp_page_template', 'elementor_header_footer'), (1229, 145, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":0,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1232, 146, 'footnotes', ''), (1233, 146, '_elementor_template_type', 'wp-page'), (1234, 146, '_elementor_version', '3.22.3'), (1235, 146, '_elementor_pro_version', '3.22.1'), (1236, 146, '_elementor_edit_mode', 'builder'), (1237, 146, '_wp_page_template', 'elementor_header_footer'), (1238, 146, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1263, 148, 'footnotes', ''), (1264, 148, '_elementor_template_type', 'wp-page'), (1265, 148, '_elementor_version', '3.22.3'), (1266, 148, '_elementor_pro_version', '3.22.1'), (1267, 148, '_elementor_edit_mode', 'builder'), (1268, 148, '_wp_page_template', 'elementor_header_footer'), (1269, 148, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1272, 149, 'footnotes', ''), (1273, 149, '_elementor_template_type', 'wp-page'), (1274, 149, '_elementor_version', '3.22.3'), (1275, 149, '_elementor_pro_version', '3.22.1'), (1276, 149, '_elementor_edit_mode', 'builder'), (1277, 149, '_wp_page_template', 'elementor_header_footer'), (1278, 149, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1281, 150, 'footnotes', ''), (1282, 150, '_elementor_template_type', 'wp-page'), (1283, 150, '_elementor_version', '3.22.3'), (1284, 150, '_elementor_pro_version', '3.22.1'), (1285, 150, '_elementor_edit_mode', 'builder'), (1286, 150, '_wp_page_template', 'elementor_header_footer'), (1287, 150, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Content Sale","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"aeb40ca"},{"tab_title":"Voice Message","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"6924467"},{"tab_title":"Mass Messages","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1291, 151, '_edit_last', '1'), (1292, 151, '_edit_lock', '1720091759:1'), (1293, 151, '_wp_page_template', 'elementor_canvas'), (1294, 151, 'cmplz_hide_cookiebanner', ''), (1295, 151, 'ocean_both_sidebars_content_width', ''), (1296, 151, 'ocean_both_sidebars_sidebars_width', ''), (1297, 151, 'ocean_sidebar', '0'), (1298, 151, 'ocean_second_sidebar', '0'), (1299, 151, 'ocean_center_header_left_menu', '0'), (1300, 151, 'ocean_custom_header_template', '0'), (1301, 151, 'ocean_custom_logo', ''), (1302, 151, 'ocean_custom_retina_logo', ''), (1303, 151, 'ocean_custom_logo_max_width', ''), (1304, 151, 'ocean_custom_logo_tablet_max_width', ''), (1305, 151, 'ocean_custom_logo_mobile_max_width', ''), (1306, 151, 'ocean_custom_logo_max_height', ''), (1307, 151, 'ocean_custom_logo_tablet_max_height', ''), (1308, 151, 'ocean_custom_logo_mobile_max_height', ''), (1309, 151, 'ocean_header_custom_menu', '0'), (1310, 151, 'ocean_menu_typo_font_family', '0'), (1311, 151, 'ocean_menu_typo_font_size', ''), (1312, 151, 'ocean_menu_typo_line_height', ''), (1313, 151, 'ocean_menu_typo_spacing', ''), (1314, 151, 'ocean_post_title_background', ''), (1315, 151, 'ocean_post_title_height', ''), (1316, 151, 'ocean_post_title_bg_overlay', '0.5'), (1317, 151, 'ocean_custom_footer_template', '0'), (1318, 151, '_elementor_edit_mode', 'builder'), (1319, 151, '_elementor_template_type', 'wp-post'), (1320, 151, '_elementor_version', '3.22.3'), (1321, 151, '_elementor_pro_version', '3.22.1'), (1332, 154, '_wp_attached_file', '2024/07/7yRvkB0oR4m9kq99M1C9BQ.webp'), (1333, 154, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:1024;s:4:"file";s:35:"2024/07/7yRvkB0oR4m9kq99M1C9BQ.webp";s:8:"filesize";i:987342;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-300x300.webp";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:68066;}s:9:"thumbnail";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:19338;}s:12:"medium_large";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-768x768.webp";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:450664;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:272342;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:290390;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:36:"7yRvkB0oR4m9kq99M1C9BQ-1024x700.webp";s:5:"width";i:1024;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:692090;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:35:"7yRvkB0oR4m9kq99M1C9BQ-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:29854;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1341, 156, '_wp_attached_file', '2024/07/8jAET328Ruabif67Im13ug.webp'), (1342, 156, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:1024;s:4:"file";s:35:"2024/07/8jAET328Ruabif67Im13ug.webp";s:8:"filesize";i:1127816;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-300x300.webp";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:96402;}s:9:"thumbnail";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:28766;}s:12:"medium_large";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-768x768.webp";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:558436;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:352428;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:354238;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:36:"8jAET328Ruabif67Im13ug-1024x700.webp";s:5:"width";i:1024;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:790648;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:35:"8jAET328Ruabif67Im13ug-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:41286;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1343, 157, '_wp_attached_file', '2024/07/LUQ3cFm7Sz6rnyN7GKo6Tw.webp'), (1344, 157, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:1024;s:4:"file";s:35:"2024/07/LUQ3cFm7Sz6rnyN7GKo6Tw.webp";s:8:"filesize";i:985960;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-300x300.webp";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:81720;}s:9:"thumbnail";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:24830;}s:12:"medium_large";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-768x768.webp";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:476854;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:299828;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:301336;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:36:"LUQ3cFm7Sz6rnyN7GKo6Tw-1024x700.webp";s:5:"width";i:1024;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:684850;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:35:"LUQ3cFm7Sz6rnyN7GKo6Tw-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:34436;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1345, 158, '_wp_attached_file', '2024/07/VekbP7GlRUKe_ATeiqu40A.webp'), (1346, 158, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:1024;s:4:"file";s:35:"2024/07/VekbP7GlRUKe_ATeiqu40A.webp";s:8:"filesize";i:991546;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-300x300.webp";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:85704;}s:9:"thumbnail";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-150x150.webp";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:26788;}s:12:"medium_large";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-768x768.webp";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:488760;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-600x600.webp";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:309986;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-800x450.webp";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:305310;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:36:"VekbP7GlRUKe_ATeiqu40A-1024x700.webp";s:5:"width";i:1024;s:6:"height";i:700;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:686688;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:35:"VekbP7GlRUKe_ATeiqu40A-350x100.webp";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/webp";s:8:"filesize";i:34100;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (1348, 159, '_wp_page_template', 'elementor_canvas'), (1349, 159, '_elementor_edit_mode', 'builder'), (1350, 159, '_elementor_template_type', 'wp-post'), (1351, 159, '_elementor_version', '3.22.3'), (1352, 159, '_elementor_pro_version', '3.22.1'), (1353, 151, '_elementor_data', '[{"id":"bae1640","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"e24ce07","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"836c490","elType":"widget","settings":{"content_width":"full","gallery":[{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"}],"galleries":[{"gallery_title":"New Gallery","_id":"040cdce"}],"order_by":"random","gallery_layout":"masonry","columns":3,"open_lightbox":"yes","thumbnail_image_size":"full","show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":true}],"isInner":false}]'), (1354, 160, '_wp_page_template', 'elementor_canvas'), (1355, 160, '_elementor_edit_mode', 'builder'), (1356, 160, '_elementor_template_type', 'wp-post'), (1357, 160, '_elementor_version', '3.22.3'), (1358, 160, '_elementor_pro_version', '3.22.1'), (1359, 160, '_elementor_data', '[{"id":"bae1640","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"e24ce07","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"836c490","elType":"widget","settings":{"content_width":"full","gallery":[{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"}],"galleries":[{"gallery_title":"New Gallery","_id":"040cdce"}],"order_by":"random","gallery_layout":"masonry","columns":3,"open_lightbox":"yes","thumbnail_image_size":"full","show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":true}],"isInner":false}]'), (1361, 161, '_wp_page_template', 'elementor_canvas'), (1362, 161, '_elementor_edit_mode', 'builder'), (1363, 161, '_elementor_template_type', 'wp-post'), (1364, 161, '_elementor_version', '3.22.3'), (1365, 161, '_elementor_pro_version', '3.22.1'), (1366, 161, '_elementor_data', '[{"id":"bae1640","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"e24ce07","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"836c490","elType":"widget","settings":{"content_width":"full","gallery":[{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"}],"galleries":[{"gallery_title":"New Gallery","_id":"040cdce"}],"order_by":"random","gallery_layout":"masonry","columns":3,"open_lightbox":"yes","thumbnail_image_size":"full","show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":true}],"isInner":false}]'), (1368, 162, 'footnotes', ''), (1369, 162, '_elementor_template_type', 'wp-page'), (1370, 162, '_elementor_version', '3.22.3'), (1371, 162, '_elementor_pro_version', '3.22.1'), (1372, 162, '_elementor_edit_mode', 'builder'), (1373, 162, '_wp_page_template', 'elementor_header_footer'), (1374, 162, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Content Sale","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"aeb40ca"},{"tab_title":"Voice Message","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"6924467"},{"tab_title":"Mass Messages","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1377, 163, 'footnotes', ''), (1378, 163, '_elementor_template_type', 'wp-page'), (1379, 163, '_elementor_version', '3.22.3'), (1380, 163, '_elementor_pro_version', '3.22.1'), (1381, 163, '_elementor_edit_mode', 'builder'), (1382, 163, '_wp_page_template', 'elementor_header_footer'), (1383, 163, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Content Sale","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"aeb40ca"},{"tab_title":"Voice Message","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"6924467"},{"tab_title":"Mass Messages","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1387, 164, 'footnotes', ''), (1388, 164, '_elementor_template_type', 'wp-page'), (1389, 164, '_elementor_version', '3.22.3'), (1390, 164, '_elementor_pro_version', '3.22.1'), (1391, 164, '_elementor_edit_mode', 'builder'), (1392, 164, '_wp_page_template', 'elementor_header_footer'), (1393, 164, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1397, 165, 'footnotes', ''), (1398, 165, '_elementor_template_type', 'wp-page'), (1399, 165, '_elementor_version', '3.22.3'), (1400, 165, '_elementor_pro_version', '3.22.1'), (1401, 165, '_elementor_edit_mode', 'builder'), (1402, 165, '_wp_page_template', 'elementor_header_footer'), (1403, 165, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1406, 166, 'footnotes', ''), (1407, 166, '_elementor_template_type', 'wp-page'), (1408, 166, '_elementor_version', '3.22.3'), (1409, 166, '_elementor_pro_version', '3.22.1'), (1410, 166, '_elementor_edit_mode', 'builder'), (1411, 166, '_wp_page_template', 'elementor_header_footer'), (1412, 166, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1415, 167, 'footnotes', ''), (1416, 167, '_elementor_template_type', 'wp-page'), (1417, 167, '_elementor_version', '3.22.3'), (1418, 167, '_elementor_pro_version', '3.22.1'), (1419, 167, '_elementor_edit_mode', 'builder'), (1420, 167, '_wp_page_template', 'elementor_header_footer'), (1421, 167, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1425, 168, 'footnotes', ''), (1426, 168, '_elementor_template_type', 'wp-page'), (1427, 168, '_elementor_version', '3.22.3'), (1428, 168, '_elementor_pro_version', '3.22.1'), (1429, 168, '_elementor_edit_mode', 'builder'), (1430, 168, '_wp_page_template', 'elementor_header_footer'), (1431, 168, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1434, 169, 'footnotes', ''), (1435, 169, '_elementor_template_type', 'wp-page'), (1436, 169, '_elementor_version', '3.22.3'), (1437, 169, '_elementor_pro_version', '3.22.1'), (1438, 169, '_elementor_edit_mode', 'builder'), (1439, 169, '_wp_page_template', 'elementor_header_footer'), (1440, 169, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1443, 170, 'footnotes', ''), (1444, 170, '_elementor_template_type', 'wp-page'), (1445, 170, '_elementor_version', '3.22.3'), (1446, 170, '_elementor_pro_version', '3.22.1'), (1447, 170, '_elementor_edit_mode', 'builder'), (1448, 170, '_wp_page_template', 'elementor_header_footer'), (1449, 170, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1453, 171, '_edit_last', '1'), (1454, 171, '_edit_lock', '1720127045:1'), (1455, 171, '_wp_page_template', 'elementor_canvas'), (1456, 171, 'cmplz_hide_cookiebanner', ''), (1457, 171, 'ocean_both_sidebars_content_width', ''), (1458, 171, 'ocean_both_sidebars_sidebars_width', ''), (1459, 171, 'ocean_sidebar', '0'), (1460, 171, 'ocean_second_sidebar', '0'), (1461, 171, 'ocean_center_header_left_menu', '0'), (1462, 171, 'ocean_custom_header_template', '0'), (1463, 171, 'ocean_custom_logo', ''), (1464, 171, 'ocean_custom_retina_logo', ''), (1465, 171, 'ocean_custom_logo_max_width', ''), (1466, 171, 'ocean_custom_logo_tablet_max_width', ''), (1467, 171, 'ocean_custom_logo_mobile_max_width', ''), (1468, 171, 'ocean_custom_logo_max_height', ''), (1469, 171, 'ocean_custom_logo_tablet_max_height', ''), (1470, 171, 'ocean_custom_logo_mobile_max_height', ''), (1471, 171, 'ocean_header_custom_menu', '0'), (1472, 171, 'ocean_menu_typo_font_family', '0'), (1473, 171, 'ocean_menu_typo_font_size', ''), (1474, 171, 'ocean_menu_typo_line_height', ''), (1475, 171, 'ocean_menu_typo_spacing', ''), (1476, 171, 'ocean_post_title_background', ''), (1477, 171, 'ocean_post_title_height', ''), (1478, 171, 'ocean_post_title_bg_overlay', '0.5'), (1479, 171, 'ocean_custom_footer_template', '0'), (1480, 171, '_elementor_edit_mode', 'builder'), (1481, 171, '_elementor_template_type', 'wp-post'), (1482, 171, '_elementor_version', '3.22.3'), (1483, 171, '_elementor_pro_version', '3.22.1'), (1494, 174, '_wp_page_template', 'elementor_canvas'), (1495, 174, '_elementor_edit_mode', 'builder'), (1496, 174, '_elementor_template_type', 'wp-post'), (1497, 174, '_elementor_version', '3.22.3'), (1498, 174, '_elementor_pro_version', '3.22.1'), (1499, 171, '_elementor_data', '[{"id":"65e1434","elType":"container","settings":[],"elements":[{"id":"da74f5e","elType":"widget","settings":{"content_width":"full","gallery":[{"filter":"Happy","_id":"5441cb5","images":[{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"}]}],"thumbnail_size":"full","all_filter_label":"All","row_height":{"unit":"px","size":"","sizes":[]},"disable_lightbox_on_tablet":"yes","disable_lightbox_on_mobile":"yes","popup_image_size":"full","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"ha-justified-gallery"}],"isInner":false}]'), (1500, 175, '_wp_page_template', 'elementor_canvas'), (1501, 175, '_elementor_edit_mode', 'builder'), (1502, 175, '_elementor_template_type', 'wp-post'), (1503, 175, '_elementor_version', '3.22.3'), (1504, 175, '_elementor_pro_version', '3.22.1'), (1505, 175, '_elementor_data', '[{"id":"65e1434","elType":"container","settings":[],"elements":[{"id":"ce78cb4","elType":"widget","settings":{"content_width":"full","gallery":[{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"}],"galleries":[{"gallery_title":"New Gallery","_id":"00b2545"}],"order_by":"random","gallery_layout":"masonry","columns":3,"open_lightbox":"yes","thumbnail_image_size":"full","show_all_galleries_label":"All"},"elements":[],"widgetType":"gallery"}],"isInner":false}]'), (1507, 176, 'footnotes', ''), (1508, 176, '_elementor_template_type', 'wp-page'), (1509, 176, '_elementor_version', '3.22.3'), (1510, 176, '_elementor_pro_version', '3.22.1'), (1511, 176, '_elementor_edit_mode', 'builder'), (1512, 176, '_wp_page_template', 'elementor_header_footer'), (1513, 176, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1516, 177, 'footnotes', ''), (1517, 177, '_elementor_template_type', 'wp-page'), (1518, 177, '_elementor_version', '3.22.3'), (1519, 177, '_elementor_pro_version', '3.22.1'), (1520, 177, '_elementor_edit_mode', 'builder'), (1521, 177, '_wp_page_template', 'elementor_header_footer'), (1522, 177, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1526, 178, 'footnotes', ''), (1527, 178, '_elementor_template_type', 'wp-page'), (1528, 178, '_elementor_version', '3.22.3'), (1529, 178, '_elementor_pro_version', '3.22.1'), (1530, 178, '_elementor_edit_mode', 'builder'), (1531, 178, '_wp_page_template', 'elementor_header_footer'), (1532, 178, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1536, 179, 'footnotes', ''), (1537, 179, '_elementor_template_type', 'wp-page'), (1538, 179, '_elementor_version', '3.22.3'), (1539, 179, '_elementor_pro_version', '3.22.1'), (1540, 179, '_elementor_edit_mode', 'builder'), (1541, 179, '_wp_page_template', 'elementor_header_footer'), (1542, 179, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1545, 180, 'footnotes', ''), (1546, 180, '_elementor_template_type', 'wp-page'), (1547, 180, '_elementor_version', '3.22.3'), (1548, 180, '_elementor_pro_version', '3.22.1'), (1549, 180, '_elementor_edit_mode', 'builder'), (1550, 180, '_wp_page_template', 'elementor_header_footer'), (1551, 180, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1554, 181, 'footnotes', ''), (1555, 181, '_elementor_template_type', 'wp-page'), (1556, 181, '_elementor_version', '3.22.3'), (1557, 181, '_elementor_pro_version', '3.22.1'), (1558, 181, '_elementor_edit_mode', 'builder'), (1559, 181, '_wp_page_template', 'elementor_header_footer'), (1560, 181, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1564, 171, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1565, 182, '_wp_page_template', 'elementor_canvas'), (1566, 182, '_elementor_edit_mode', 'builder'), (1567, 182, '_elementor_template_type', 'wp-post'), (1568, 182, '_elementor_version', '3.22.3'), (1569, 182, '_elementor_pro_version', '3.22.1'), (1570, 182, '_elementor_data', '[{"id":"65e1434","elType":"container","settings":[],"elements":[{"id":"da74f5e","elType":"widget","settings":{"content_width":"full","gallery":[{"filter":"Happy","_id":"5441cb5","images":[{"id":158,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/VekbP7GlRUKe_ATeiqu40A.webp"},{"id":157,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/LUQ3cFm7Sz6rnyN7GKo6Tw.webp"},{"id":156,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp"},{"id":37,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp"},{"id":38,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/fit-young-mixed-race-woman-260snw-1045541323.webp"},{"id":154,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp"},{"id":36,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Bonang-Matheba-scaled-1.webp"},{"id":34,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/african-woman-posing-studio-scaled.webp"},{"id":32,"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp"}]}],"thumbnail_size":"full","all_filter_label":"All","row_height":{"unit":"px","size":"","sizes":[]},"disable_lightbox_on_tablet":"yes","disable_lightbox_on_mobile":"yes","popup_image_size":"full","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"ha-justified-gallery"}],"isInner":false}]'), (1573, 182, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1574, 171, '_happyaddons_elements_cache', 'a:1:{s:20:"ha-justified-gallery";i:1;}'), (1575, 183, 'footnotes', ''), (1576, 183, '_elementor_template_type', 'wp-page'), (1577, 183, '_elementor_version', '3.22.3'), (1578, 183, '_elementor_pro_version', '3.22.1'), (1579, 183, '_elementor_edit_mode', 'builder'), (1580, 183, '_wp_page_template', 'elementor_header_footer'), (1581, 183, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1584, 184, 'footnotes', ''), (1585, 184, '_elementor_template_type', 'wp-page'), (1586, 184, '_elementor_version', '3.22.3'), (1587, 184, '_elementor_pro_version', '3.22.1'), (1588, 184, '_elementor_edit_mode', 'builder'), (1589, 184, '_wp_page_template', 'elementor_header_footer'), (1590, 184, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1593, 151, '_happyaddons_elements_cache', 'a:0:{}'), (1595, 185, 'footnotes', ''), (1596, 185, '_elementor_template_type', 'wp-page'), (1597, 185, '_elementor_version', '3.22.3'), (1598, 185, '_elementor_pro_version', '3.22.1'), (1599, 185, '_elementor_edit_mode', 'builder'), (1600, 185, '_wp_page_template', 'elementor_header_footer'), (1601, 185, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1604, 20, '_happyaddons_elements_cache', 'a:0:{}'), (1614, 8, '_happyaddons_elements_cache', 'a:0:{}'), (1615, 18, '_happyaddons_elements_cache', 'a:0:{}'), (1616, 187, 'footnotes', ''), (1617, 187, '_elementor_template_type', 'wp-page'), (1618, 187, '_elementor_version', '3.22.3'), (1619, 187, '_elementor_pro_version', '3.22.1'), (1620, 187, '_elementor_edit_mode', 'builder'), (1621, 187, '_wp_page_template', 'elementor_header_footer'), (1622, 187, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1625, 188, 'footnotes', ''), (1626, 188, '_elementor_template_type', 'wp-page'), (1627, 188, '_elementor_version', '3.22.3'), (1628, 188, '_elementor_pro_version', '3.22.1'), (1629, 188, '_elementor_edit_mode', 'builder'), (1630, 188, '_wp_page_template', 'elementor_header_footer'), (1631, 188, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1634, 189, 'footnotes', ''), (1635, 189, '_elementor_template_type', 'wp-page'), (1636, 189, '_elementor_version', '3.22.3'), (1637, 189, '_elementor_pro_version', '3.22.1'), (1638, 189, '_elementor_edit_mode', 'builder'), (1639, 189, '_wp_page_template', 'elementor_header_footer'), (1640, 189, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1655, 191, 'footnotes', ''), (1656, 191, '_elementor_template_type', 'wp-page'), (1657, 191, '_elementor_version', '3.22.3'), (1658, 191, '_elementor_pro_version', '3.22.1'), (1659, 191, '_elementor_edit_mode', 'builder'), (1660, 191, '_wp_page_template', 'elementor_header_footer'), (1661, 191, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1664, 192, 'footnotes', ''), (1665, 192, '_elementor_template_type', 'wp-page'), (1666, 192, '_elementor_version', '3.22.3'), (1667, 192, '_elementor_pro_version', '3.22.1'), (1668, 192, '_elementor_edit_mode', 'builder'), (1669, 192, '_wp_page_template', 'elementor_header_footer'), (1670, 192, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full"},"elements":[],"isInner":true}],"isInner":true}],"isInner":false}]'), (1673, 20, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1674, 193, 'footnotes', ''), (1675, 193, '_elementor_template_type', 'wp-page'), (1676, 193, '_elementor_version', '3.22.3'), (1677, 193, '_elementor_pro_version', '3.22.1'), (1678, 193, '_elementor_edit_mode', 'builder'), (1679, 193, '_wp_page_template', 'elementor_header_footer'), (1680, 193, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"},{"id":"482edc9","elType":"widget","settings":{"content_width":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"ha-icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1683, 193, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1695, 195, 'footnotes', ''), (1696, 195, '_elementor_template_type', 'wp-page'), (1697, 195, '_elementor_version', '3.22.3'), (1698, 195, '_elementor_pro_version', '3.22.1'), (1699, 195, '_elementor_edit_mode', 'builder'), (1700, 195, '_wp_page_template', 'elementor_header_footer'), (1701, 195, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"},{"id":"482edc9","elType":"widget","settings":{"content_width":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"ha-icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1703, 195, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1704, 196, 'footnotes', ''), (1705, 196, '_elementor_template_type', 'wp-page'), (1706, 196, '_elementor_version', '3.22.3'), (1707, 196, '_elementor_pro_version', '3.22.1'), (1708, 196, '_elementor_edit_mode', 'builder'), (1709, 196, '_wp_page_template', 'elementor_header_footer'), (1710, 196, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]}},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false}},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true}},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"},{"id":"482edc9","elType":"widget","settings":{"content_width":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"ha-icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]}},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1712, 196, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1713, 197, 'footnotes', ''), (1714, 197, '_elementor_template_type', 'wp-page'), (1715, 197, '_elementor_version', '3.22.3'), (1716, 197, '_elementor_pro_version', '3.22.1'), (1717, 197, '_elementor_edit_mode', 'builder'), (1718, 197, '_wp_page_template', 'elementor_header_footer'), (1719, 197, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1721, 197, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1735, 199, 'footnotes', ''), (1736, 199, '_elementor_template_type', 'wp-page'), (1737, 199, '_elementor_version', '3.22.3'), (1738, 199, '_elementor_pro_version', '3.22.1'), (1739, 199, '_elementor_edit_mode', 'builder'), (1740, 199, '_wp_page_template', 'elementor_header_footer'), (1741, 199, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (1743, 199, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1745, 200, 'footnotes', ''), (1746, 200, '_elementor_template_type', 'wp-page'), (1747, 200, '_elementor_version', '3.22.3'), (1748, 200, '_elementor_pro_version', '3.22.1'), (1749, 200, '_elementor_edit_mode', 'builder'), (1750, 200, '_wp_page_template', 'elementor_header_footer'), (1751, 200, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1753, 200, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1755, 201, 'footnotes', ''), (1756, 201, '_elementor_template_type', 'wp-page'), (1757, 201, '_elementor_version', '3.22.3'), (1758, 201, '_elementor_pro_version', '3.22.1'), (1759, 201, '_elementor_edit_mode', 'builder'), (1760, 201, '_wp_page_template', 'elementor_header_footer'), (1761, 201, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1763, 201, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1778, 203, 'footnotes', ''), (1779, 203, '_elementor_template_type', 'wp-page'), (1780, 203, '_elementor_version', '3.22.3'), (1781, 203, '_elementor_pro_version', '3.22.1'), (1782, 203, '_elementor_edit_mode', 'builder'), (1783, 203, '_wp_page_template', 'elementor_header_footer'), (1784, 203, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1786, 203, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1788, 204, 'footnotes', ''), (1789, 204, '_elementor_template_type', 'wp-page'), (1790, 204, '_elementor_version', '3.22.3'), (1791, 204, '_elementor_pro_version', '3.22.1'), (1792, 204, '_elementor_edit_mode', 'builder'), (1793, 204, '_wp_page_template', 'elementor_header_footer'), (1794, 204, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1796, 204, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1798, 205, 'footnotes', ''), (1799, 205, '_elementor_template_type', 'wp-page'), (1800, 205, '_elementor_version', '3.22.3'), (1801, 205, '_elementor_pro_version', '3.22.1'), (1802, 205, '_elementor_edit_mode', 'builder'), (1803, 205, '_wp_page_template', 'elementor_header_footer'), (1804, 205, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1806, 205, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1820, 207, 'footnotes', ''), (1821, 207, '_elementor_template_type', 'wp-page'), (1822, 207, '_elementor_version', '3.22.3'), (1823, 207, '_elementor_pro_version', '3.22.1'), (1824, 207, '_elementor_edit_mode', 'builder'), (1825, 207, '_wp_page_template', 'elementor_header_footer'), (1826, 207, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1828, 207, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1830, 208, 'footnotes', ''), (1831, 208, '_elementor_template_type', 'wp-page'), (1832, 208, '_elementor_version', '3.22.3'), (1833, 208, '_elementor_pro_version', '3.22.1'), (1834, 208, '_elementor_edit_mode', 'builder'), (1835, 208, '_wp_page_template', 'elementor_header_footer'), (1836, 208, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":[],"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1838, 208, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1840, 209, 'footnotes', ''), (1841, 209, '_elementor_template_type', 'wp-page'), (1842, 209, '_elementor_version', '3.22.3'), (1843, 209, '_elementor_pro_version', '3.22.1'), (1844, 209, '_elementor_edit_mode', 'builder'), (1845, 209, '_wp_page_template', 'elementor_header_footer'), (1846, 209, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1848, 209, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1851, 210, 'footnotes', ''), (1852, 210, '_elementor_template_type', 'wp-page'), (1853, 210, '_elementor_version', '3.22.3'), (1854, 210, '_elementor_pro_version', '3.22.1'), (1855, 210, '_elementor_edit_mode', 'builder'), (1856, 210, '_wp_page_template', 'elementor_header_footer'), (1857, 210, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1859, 210, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1861, 211, 'footnotes', ''), (1862, 211, '_elementor_template_type', 'wp-page'), (1863, 211, '_elementor_version', '3.22.3'), (1864, 211, '_elementor_pro_version', '3.22.1'), (1865, 211, '_elementor_edit_mode', 'builder'), (1866, 211, '_wp_page_template', 'elementor_header_footer'), (1867, 211, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1869, 211, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1871, 212, 'footnotes', ''), (1872, 212, '_elementor_template_type', 'wp-page'), (1873, 212, '_elementor_version', '3.22.3'), (1874, 212, '_elementor_pro_version', '3.22.1'), (1875, 212, '_elementor_edit_mode', 'builder'), (1876, 212, '_wp_page_template', 'elementor_header_footer'), (1877, 212, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1879, 212, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1892, 214, 'footnotes', ''), (1893, 214, '_elementor_template_type', 'wp-page'), (1894, 214, '_elementor_version', '3.22.3'), (1895, 214, '_elementor_pro_version', '3.22.1'), (1896, 214, '_elementor_edit_mode', 'builder'), (1897, 214, '_wp_page_template', 'elementor_header_footer'), (1898, 214, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1900, 214, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1902, 215, 'footnotes', ''), (1903, 215, '_elementor_template_type', 'wp-page'), (1904, 215, '_elementor_version', '3.22.3'), (1905, 215, '_elementor_pro_version', '3.22.1'), (1906, 215, '_elementor_edit_mode', 'builder'), (1907, 215, '_wp_page_template', 'elementor_header_footer'), (1908, 215, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1910, 215, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1912, 216, 'footnotes', ''), (1913, 216, '_elementor_template_type', 'wp-page'), (1914, 216, '_elementor_version', '3.22.3'), (1915, 216, '_elementor_pro_version', '3.22.1'), (1916, 216, '_elementor_edit_mode', 'builder'), (1917, 216, '_wp_page_template', 'elementor_header_footer'), (1918, 216, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#D8086C","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1920, 216, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1923, 217, 'footnotes', ''), (1924, 217, '_elementor_template_type', 'wp-page'), (1925, 217, '_elementor_version', '3.22.3'), (1926, 217, '_elementor_pro_version', '3.22.1'), (1927, 217, '_elementor_edit_mode', 'builder'), (1928, 217, '_wp_page_template', 'elementor_header_footer'), (1929, 217, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#D8086C","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1931, 217, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1933, 218, 'footnotes', ''), (1934, 218, '_elementor_template_type', 'wp-page'), (1935, 218, '_elementor_version', '3.22.3'), (1936, 218, '_elementor_pro_version', '3.22.1'), (1937, 218, '_elementor_edit_mode', 'builder'), (1938, 218, '_wp_page_template', 'elementor_header_footer'), (1939, 218, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#D8086C","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1941, 218, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1943, 219, 'footnotes', ''), (1944, 219, '_elementor_template_type', 'wp-page'), (1945, 219, '_elementor_version', '3.22.3'), (1946, 219, '_elementor_pro_version', '3.22.1'), (1947, 219, '_elementor_edit_mode', 'builder'), (1948, 219, '_wp_page_template', 'elementor_header_footer'), (1949, 219, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1951, 219, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1960, 226, 'footnotes', ''), (1961, 226, '_elementor_template_type', 'wp-page'), (1962, 226, '_elementor_version', '3.22.3'), (1963, 226, '_elementor_pro_version', '3.22.1'), (1964, 226, '_elementor_edit_mode', 'builder'), (1965, 226, '_wp_page_template', 'elementor_header_footer'), (1966, 226, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1968, 226, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1970, 227, 'footnotes', ''), (1971, 227, '_elementor_template_type', 'wp-page'), (1972, 227, '_elementor_version', '3.22.3'), (1973, 227, '_elementor_pro_version', '3.22.1'), (1974, 227, '_elementor_edit_mode', 'builder'), (1975, 227, '_wp_page_template', 'elementor_header_footer'), (1976, 227, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":".have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (1978, 227, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1980, 228, 'footnotes', ''), (1981, 228, '_elementor_template_type', 'wp-page'), (1982, 228, '_elementor_version', '3.22.3'), (1983, 228, '_elementor_pro_version', '3.22.1'), (1984, 228, '_elementor_edit_mode', 'builder'), (1985, 228, '_wp_page_template', 'elementor_header_footer'), (1986, 228, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (1988, 228, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (1993, 231, 'footnotes', ''), (1994, 231, '_elementor_template_type', 'wp-page'), (1995, 231, '_elementor_version', '3.22.3'), (1996, 231, '_elementor_pro_version', '3.22.1'), (1997, 231, '_elementor_edit_mode', 'builder'), (1998, 231, '_wp_page_template', 'elementor_header_footer'), (1999, 231, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2001, 231, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2003, 232, 'footnotes', ''), (2004, 232, '_elementor_template_type', 'wp-page'), (2005, 232, '_elementor_version', '3.22.3'), (2006, 232, '_elementor_pro_version', '3.22.1'), (2007, 232, '_elementor_edit_mode', 'builder'), (2008, 232, '_wp_page_template', 'elementor_header_footer'), (2009, 232, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#EC0047","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2011, 232, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2013, 233, 'footnotes', ''), (2014, 233, '_elementor_template_type', 'wp-page'), (2015, 233, '_elementor_version', '3.22.3'), (2016, 233, '_elementor_pro_version', '3.22.1'), (2017, 233, '_elementor_edit_mode', 'builder'), (2018, 233, '_wp_page_template', 'elementor_header_footer'), (2019, 233, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2021, 233, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2034, 243, '_wp_attached_file', '2024/07/7yRvkB0oR4m9kq99M1C9BQ-removebg-preview.png'), (2035, 243, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:500;s:6:"height";i:500;s:4:"file";s:51:"2024/07/7yRvkB0oR4m9kq99M1C9BQ-removebg-preview.png";s:8:"filesize";i:204595;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:51:"7yRvkB0oR4m9kq99M1C9BQ-removebg-preview-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:69244;}s:9:"thumbnail";a:5:{s:4:"file";s:51:"7yRvkB0oR4m9kq99M1C9BQ-removebg-preview-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:21510;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:51:"7yRvkB0oR4m9kq99M1C9BQ-removebg-preview-500x450.png";s:5:"width";i:500;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:167571;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:51:"7yRvkB0oR4m9kq99M1C9BQ-removebg-preview-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:32767;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (2036, 244, '_wp_attached_file', '2024/07/3Rvzb5h6ZAOC3bsBFBrTK-transformed.png'), (2037, 244, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1024;s:6:"height";i:1024;s:4:"file";s:45:"2024/07/3Rvzb5h6ZAOC3bsBFBrTK-transformed.png";s:8:"filesize";i:1746142;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:83654;}s:9:"thumbnail";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:26208;}s:12:"medium_large";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-768x768.png";s:5:"width";i:768;s:6:"height";i:768;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:457218;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-600x600.png";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:288548;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-800x450.png";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:328479;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:46:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-1024x700.png";s:5:"width";i:1024;s:6:"height";i:700;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:687003;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:45:"3Rvzb5h6ZAOC3bsBFBrTK-transformed-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:40188;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (2038, 245, 'footnotes', ''), (2039, 245, '_elementor_template_type', 'wp-page'), (2040, 245, '_elementor_version', '3.22.3'), (2041, 245, '_elementor_pro_version', '3.22.1'), (2042, 245, '_elementor_edit_mode', 'builder'), (2043, 245, '_wp_page_template', 'elementor_header_footer'), (2044, 245, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2046, 245, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2048, 246, 'footnotes', ''), (2049, 246, '_elementor_template_type', 'wp-page'), (2050, 246, '_elementor_version', '3.22.3'), (2051, 246, '_elementor_pro_version', '3.22.1'), (2052, 246, '_elementor_edit_mode', 'builder'), (2053, 246, '_wp_page_template', 'elementor_header_footer'), (2054, 246, '_elementor_data', '[{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2056, 246, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2058, 247, 'footnotes', ''), (2059, 247, '_elementor_template_type', 'wp-page'), (2060, 247, '_elementor_version', '3.22.3'), (2061, 247, '_elementor_pro_version', '3.22.1'), (2062, 247, '_elementor_edit_mode', 'builder'), (2063, 247, '_wp_page_template', 'elementor_header_footer'), (2064, 247, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":[],"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2066, 247, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2069, 248, 'footnotes', ''), (2070, 248, '_elementor_template_type', 'wp-page'), (2071, 248, '_elementor_version', '3.22.3'), (2072, 248, '_elementor_pro_version', '3.22.1'), (2073, 248, '_elementor_edit_mode', 'builder'), (2074, 248, '_wp_page_template', 'elementor_header_footer'), (2075, 248, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":[],"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2077, 248, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2079, 249, 'footnotes', ''), (2080, 249, '_elementor_template_type', 'wp-page'), (2081, 249, '_elementor_version', '3.22.3'), (2082, 249, '_elementor_pro_version', '3.22.1'), (2083, 249, '_elementor_edit_mode', 'builder'), (2084, 249, '_wp_page_template', 'elementor_header_footer'), (2085, 249, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":[],"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2087, 249, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2089, 250, 'footnotes', ''), (2090, 250, '_elementor_template_type', 'wp-page'), (2091, 250, '_elementor_version', '3.22.3'), (2092, 250, '_elementor_pro_version', '3.22.1'), (2093, 250, '_elementor_edit_mode', 'builder'), (2094, 250, '_wp_page_template', 'elementor_header_footer'), (2095, 250, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2097, 250, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2111, 252, 'footnotes', ''), (2112, 252, '_elementor_template_type', 'wp-page'), (2113, 252, '_elementor_version', '3.22.3'), (2114, 252, '_elementor_pro_version', '3.22.1'), (2115, 252, '_elementor_edit_mode', 'builder'), (2116, 252, '_wp_page_template', 'elementor_header_footer'), (2117, 252, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2119, 252, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2121, 253, 'footnotes', ''), (2122, 253, '_elementor_template_type', 'wp-page'), (2123, 253, '_elementor_version', '3.22.3'), (2124, 253, '_elementor_pro_version', '3.22.1'), (2125, 253, '_elementor_edit_mode', 'builder'), (2126, 253, '_wp_page_template', 'elementor_header_footer'), (2127, 253, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Have fun while making money!","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2129, 253, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2131, 254, 'footnotes', ''), (2132, 254, '_elementor_template_type', 'wp-page'), (2133, 254, '_elementor_version', '3.22.3'), (2134, 254, '_elementor_pro_version', '3.22.1'), (2135, 254, '_elementor_edit_mode', 'builder'), (2136, 254, '_wp_page_template', 'elementor_header_footer'), (2137, 254, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2139, 254, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2142, 3, '_edit_lock', '1720131525:1'), (2143, 3, '_edit_last', '1'), (2144, 3, 'cmplz_hide_cookiebanner', ''), (2145, 18, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2146, 256, '_elementor_edit_mode', 'builder'), (2147, 256, '_elementor_template_type', 'footer'), (2148, 256, '_elementor_version', '3.22.3'), (2149, 256, '_elementor_pro_version', '3.22.1'), (2150, 256, '_wp_page_template', 'default'), (2151, 256, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":80,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"f79d3d2","elType":"widget","settings":{"content_width":"full","view":"inline","icon_list":[{"text":"FAQ","selected_icon":{"value":"","library":""},"_id":"0a52f08","link":{"url":"https:\\/\\/pyirates.africa\\/faq\\/","is_external":"","nofollow":"","custom_attributes":""}},{"text":"Privacy Policy","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3ef97e3"},{"text":"Terms & Conditions","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/terms\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"ffa05f1"}],"icon_typography_typography":"custom","icon_typography_font_family":"Ropa Sans","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_weight":"400","text_color":"#B9B9B9","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"c5feed5","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a6b763f","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"right","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2153, 256, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (2155, 256, '_elementor_screenshot_failed', '2024-07-02 09:37:26'), (2156, 256, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2158, 257, '_edit_lock', '1720732190:1'), (2159, 257, 'ocean_post_layout', 'full-screen'), (2160, 257, 'ocean_both_sidebars_content_width', ''), (2161, 257, 'ocean_both_sidebars_sidebars_width', ''), (2162, 257, 'ocean_disable_margins', 'on'), (2163, 257, 'ocean_custom_logo', '0'), (2164, 257, 'ocean_custom_retina_logo', '0'), (2165, 257, 'ocean_custom_logo_max_width', ''), (2166, 257, 'ocean_custom_logo_tablet_max_width', ''), (2167, 257, 'ocean_custom_logo_mobile_max_width', ''), (2168, 257, 'ocean_custom_logo_max_height', ''), (2169, 257, 'ocean_custom_logo_tablet_max_height', ''), (2170, 257, 'ocean_custom_logo_mobile_max_height', ''), (2171, 257, 'ocean_menu_typo_font_size', ''), (2172, 257, 'ocean_menu_typo_font_size_tablet', ''), (2173, 257, 'ocean_menu_typo_font_size_mobile', ''), (2174, 257, 'ocean_menu_typo_line_height', ''), (2175, 257, 'ocean_menu_typo_line_height_tablet', ''), (2176, 257, 'ocean_menu_typo_line_height_mobile', ''), (2177, 257, 'ocean_menu_typo_spacing', ''), (2178, 257, 'ocean_menu_typo_spacing_tablet', ''), (2179, 257, 'ocean_menu_typo_spacing_mobile', ''), (2180, 257, 'ocean_disable_title', 'on'), (2181, 257, 'ocean_post_title_background', ''), (2182, 257, 'ocean_post_title_height', ''), (2183, 257, 'ocean_post_title_bg_overlay', '0.5'), (2184, 257, 'ocean_disable_breadcrumbs', 'off'), (2185, 257, 'footnotes', ''), (2186, 258, 'footnotes', ''), (2187, 257, '_edit_last', '1'), (2188, 257, 'cmplz_hide_cookiebanner', ''), (2189, 259, '_edit_lock', '1720408448:1'), (2190, 259, 'ocean_post_layout', 'full-screen'), (2191, 259, 'ocean_both_sidebars_content_width', ''), (2192, 259, 'ocean_both_sidebars_sidebars_width', ''), (2193, 259, 'ocean_disable_margins', 'on'), (2194, 259, 'ocean_custom_logo', '0'), (2195, 259, 'ocean_custom_retina_logo', '0'), (2196, 259, 'ocean_custom_logo_max_width', ''), (2197, 259, 'ocean_custom_logo_tablet_max_width', ''), (2198, 259, 'ocean_custom_logo_mobile_max_width', ''), (2199, 259, 'ocean_custom_logo_max_height', ''), (2200, 259, 'ocean_custom_logo_tablet_max_height', ''), (2201, 259, 'ocean_custom_logo_mobile_max_height', ''), (2202, 259, 'ocean_menu_typo_font_size', ''), (2203, 259, 'ocean_menu_typo_font_size_tablet', ''), (2204, 259, 'ocean_menu_typo_font_size_mobile', ''), (2205, 259, 'ocean_menu_typo_line_height', ''), (2206, 259, 'ocean_menu_typo_line_height_tablet', ''), (2207, 259, 'ocean_menu_typo_line_height_mobile', ''), (2208, 259, 'ocean_menu_typo_spacing', ''), (2209, 259, 'ocean_menu_typo_spacing_tablet', ''), (2210, 259, 'ocean_menu_typo_spacing_mobile', ''), (2211, 259, 'ocean_disable_title', 'on'), (2212, 259, 'ocean_post_title_background', ''), (2213, 259, 'ocean_post_title_height', ''), (2214, 259, 'ocean_post_title_bg_overlay', '0.5'), (2215, 259, 'ocean_disable_breadcrumbs', 'off'), (2216, 259, 'footnotes', ''), (2217, 260, 'footnotes', ''), (2218, 259, '_edit_last', '1'), (2219, 259, 'cmplz_hide_cookiebanner', ''), (2220, 261, '_menu_item_type', 'post_type'), (2221, 261, '_menu_item_menu_item_parent', '0'), (2222, 261, '_menu_item_object_id', '259'), (2223, 261, '_menu_item_object', 'page'), (2224, 261, '_menu_item_target', ''), (2225, 261, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2226, 261, '_menu_item_xfn', ''), (2227, 261, '_menu_item_url', ''), (2229, 261, '_menu_item_template', ''), (2230, 261, '_menu_item_mega_template', '0'), (2231, 261, '_menu_item_nolink', ''), (2232, 261, '_menu_item_category_post', ''), (2233, 261, '_menu_item_megamenu', ''), (2234, 261, '_menu_item_megamenu_auto_width', ''), (2235, 261, '_menu_item_megamenu_col', ''), (2236, 261, '_menu_item_megamenu_heading', ''), (2237, 261, '_menu_item_megamenu_widgetarea', '0'), (2238, 261, '_menu_item_icon', ''), (2239, 262, '_menu_item_type', 'post_type'), (2240, 262, '_menu_item_menu_item_parent', '0'), (2241, 262, '_menu_item_object_id', '257'), (2242, 262, '_menu_item_object', 'page'), (2243, 262, '_menu_item_target', ''), (2244, 262, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (2245, 262, '_menu_item_xfn', ''), (2246, 262, '_menu_item_url', ''), (2248, 262, '_menu_item_template', ''), (2249, 262, '_menu_item_mega_template', '0'), (2250, 262, '_menu_item_nolink', ''), (2251, 262, '_menu_item_category_post', ''), (2252, 262, '_menu_item_megamenu', ''), (2253, 262, '_menu_item_megamenu_auto_width', ''), (2254, 262, '_menu_item_megamenu_col', ''), (2255, 262, '_menu_item_megamenu_heading', ''), (2256, 262, '_menu_item_megamenu_widgetarea', '0'), (2257, 262, '_menu_item_icon', ''), (2258, 93, '_wp_old_date', '2024-07-04'), (2259, 94, '_wp_old_date', '2024-07-04'), (2261, 263, 'footnotes', ''), (2262, 263, '_elementor_template_type', 'wp-page'), (2263, 263, '_elementor_version', '3.22.3'), (2264, 263, '_elementor_pro_version', '3.22.1'), (2265, 263, '_elementor_edit_mode', 'builder'), (2266, 263, '_wp_page_template', 'elementor_header_footer'), (2267, 263, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2269, 263, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2271, 264, 'footnotes', ''), (2272, 264, '_elementor_template_type', 'wp-page'), (2273, 264, '_elementor_version', '3.22.3'), (2274, 264, '_elementor_pro_version', '3.22.1'), (2275, 264, '_elementor_edit_mode', 'builder'), (2276, 264, '_wp_page_template', 'elementor_header_footer'), (2277, 264, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"JOIN PYIRATES AND MAKE MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2279, 264, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2281, 265, 'footnotes', ''), (2282, 265, '_elementor_template_type', 'wp-page'), (2283, 265, '_elementor_version', '3.22.3'), (2284, 265, '_elementor_pro_version', '3.22.1'), (2285, 265, '_elementor_edit_mode', 'builder'), (2286, 265, '_wp_page_template', 'elementor_header_footer'), (2287, 265, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2289, 265, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2305, 257, '_wp_page_template', 'default'), (2306, 257, 'rs_page_bg_color', ''), (2307, 267, 'footnotes', ''), (2308, 3, '_wp_suggested_privacy_policy_content', 'a:3:{s:11:"plugin_name";s:9:"WordPress";s:11:"policy_text";s:4467:"<h2 class="wp-block-heading">Who we are</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Our website address is: https://pyirates.africa.</p><h2 class="wp-block-heading">Comments</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h2 class="wp-block-heading">Media</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h2 class="wp-block-heading">Cookies</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h2 class="wp-block-heading">Embedded content from other websites</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h2 class="wp-block-heading">Who we share your data with</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><h2 class="wp-block-heading">How long we retain your data</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2 class="wp-block-heading">What rights you have over your data</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2 class="wp-block-heading">Where your data is sent</h2><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>";s:5:"added";i:1719828493;}'), (2309, 3, '_wp_suggested_privacy_policy_content', 'a:3:{s:11:"plugin_name";s:17:"Really Simple SSL";s:11:"policy_text";s:339:"<p>Really Simple SSL and Really Simple SSL add-ons do not process any personal identifiable information, so the GDPR does not apply to these plugins or usage of these plugins on your website. You can find our privacy policy <a href="https://really-simple-ssl.com/privacy-statement/" rel="noopener noreferrer" target="_blank">here</a>.</p>\n";s:5:"added";i:1719828493;}'), (2310, 3, '_wp_suggested_privacy_policy_content', 'a:3:{s:11:"plugin_name";s:43:"Complianz | The Privacy Suite for WordPress";s:11:"policy_text";s:462:"<p>This website uses the Privacy Suite for WordPress by Complianz to collect and record Browser and Device-based Consent. For this functionality, your IP address is anonymized and stored in our database. This service does not process any personally identifiable information and does not share any data with the service provider. For more information, see the Complianz <a href="https://complianz.io/legal/privacy-statement/">Privacy Statement</a>.</p>\n";s:5:"added";i:1719828853;}'), (2311, 3, '_wp_suggested_privacy_policy_content', 'a:3:{s:11:"plugin_name";s:15:"LiteSpeed Cache";s:11:"policy_text";s:697:"This site utilizes caching in order to facilitate a faster response time and better user experience. Caching potentially stores a duplicate copy of every web page that is on display on this site. All cache files are temporary, and are never accessed by any third party, except as necessary to obtain technical support from the cache plugin vendor. Cache files expire on a schedule set by the site administrator, but may easily be purged by the admin before their natural expiration, if necessary. We may use QUIC.cloud services to process & cache your data temporarily.Please see <a href="https://quic.cloud/privacy-policy/" target="_blank">https://quic.cloud/privacy-policy/</a> for more details.";s:5:"added";i:1720091221;}'); INSERT INTO `wpxo_postmeta` VALUES (2312, 3, '_wp_suggested_privacy_policy_content', 'a:3:{s:11:"plugin_name";s:17:"Slider Revolution";s:11:"policy_text";s:4380:"<h2>In case you’re using Google Web Fonts (default) or playing videos or sounds via YouTube or Vimeo in Slider Revolution we recommend to add the corresponding text phrase to your privacy police:</h2>\n <h3>YouTube</h3> <p>Our website uses plugins from YouTube, which is operated by Google. The operator of the pages is YouTube LLC, 901 Cherry Ave., San Bruno, CA 94066, USA.</p> <p>If you visit one of our pages featuring a YouTube plugin, a connection to the YouTube servers is established. Here the YouTube server is informed about which of our pages you have visited.</p> <p>If you''re logged in to your YouTube account, YouTube allows you to associate your browsing behavior directly with your personal profile. You can prevent this by logging out of your YouTube account.</p> <p>YouTube is used to help make our website appealing. This constitutes a justified interest pursuant to Art. 6 (1) (f) DSGVO.</p> <p>Further information about handling user data, can be found in the data protection declaration of YouTube under <a href="https://www.google.de/intl/de/policies/privacy" target="_blank" rel="noopener">https://www.google.de/intl/de/policies/privacy</a>.</p>\n <h3>Vimeo</h3> <p>Our website uses features provided by the Vimeo video portal. This service is provided by Vimeo Inc., 555 West 18th Street, New York, New York 10011, USA.</p> <p>If you visit one of our pages featuring a Vimeo plugin, a connection to the Vimeo servers is established. Here the Vimeo server is informed about which of our pages you have visited. In addition, Vimeo will receive your IP address. This also applies if you are not logged in to Vimeo when you visit our plugin or do not have a Vimeo account. The information is transmitted to a Vimeo server in the US, where it is stored.</p> <p>If you are logged in to your Vimeo account, Vimeo allows you to associate your browsing behavior directly with your personal profile. You can prevent this by logging out of your Vimeo account.</p> <p>For more information on how to handle user data, please refer to the Vimeo Privacy Policy at <a href="https://vimeo.com/privacy" target="_blank" rel="noopener">https://vimeo.com/privacy</a>.</p>\n <h3>Google Web Fonts</h3> <p>For uniform representation of fonts, this page uses web fonts provided by Google. When you open a page, your browser loads the required web fonts into your browser cache to display texts and fonts correctly.</p> <p>For this purpose your browser has to establish a direct connection to Google servers. Google thus becomes aware that our web page was accessed via your IP address. The use of Google Web fonts is done in the interest of a uniform and attractive presentation of our plugin. This constitutes a justified interest pursuant to Art. 6 (1) (f) DSGVO.</p> <p>If your browser does not support web fonts, a standard font is used by your computer.</p> <p>Further information about handling user data, can be found at <a href="https://developers.google.com/fonts/faq" target="_blank" rel="noopener">https://developers.google.com/fonts/faq</a> and in Google''s privacy policy at <a href="https://www.google.com/policies/privacy/" target="_blank" rel="noopener">https://www.google.com/policies/privacy/</a>.</p>\n <h3>SoundCloud</h3><p>On our pages, plugins of the SoundCloud social network (SoundCloud Limited, Berners House, 47-48 Berners Street, London W1T 3NF, UK) may be integrated. The SoundCloud plugins can be recognized by the SoundCloud logo on our site.</p>\n <p>When you visit our site, a direct connection between your browser and the SoundCloud server is established via the plugin. This enables SoundCloud to receive information that you have visited our site from your IP address. If you click on the “Like” or “Share” buttons while you are logged into your SoundCloud account, you can link the content of our pages to your SoundCloud profile. This means that SoundCloud can associate visits to our pages with your user account. We would like to point out that, as the provider of these pages, we have no knowledge of the content of the data transmitted or how it will be used by SoundCloud. For more information on SoundCloud’s privacy policy, please go to https://soundcloud.com/pages/privacy.</p><p>If you do not want SoundCloud to associate your visit to our site with your SoundCloud account, please log out of your SoundCloud account.</p>";s:5:"added";i:1720213761;}'), (2313, 268, 'footnotes', ''), (2314, 268, '_elementor_template_type', 'wp-page'), (2315, 268, '_elementor_version', '3.22.3'), (2316, 268, '_elementor_pro_version', '3.22.1'), (2317, 268, '_elementor_edit_mode', 'builder'), (2318, 268, '_wp_page_template', 'elementor_header_footer'), (2319, 268, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2321, 268, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2323, 269, 'footnotes', ''), (2324, 269, '_elementor_template_type', 'wp-page'), (2325, 269, '_elementor_version', '3.22.3'), (2326, 269, '_elementor_pro_version', '3.22.1'), (2327, 269, '_elementor_edit_mode', 'builder'), (2328, 269, '_wp_page_template', 'elementor_header_footer'), (2329, 269, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM HOME","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2331, 269, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2333, 270, 'footnotes', ''), (2334, 270, '_elementor_template_type', 'wp-page'), (2335, 270, '_elementor_version', '3.22.3'), (2336, 270, '_elementor_pro_version', '3.22.1'), (2337, 270, '_elementor_edit_mode', 'builder'), (2338, 270, '_wp_page_template', 'elementor_header_footer'), (2339, 270, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes"},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2341, 270, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2344, 271, 'footnotes', ''), (2345, 271, '_elementor_template_type', 'wp-page'), (2346, 271, '_elementor_version', '3.22.3'), (2347, 271, '_elementor_pro_version', '3.22.1'), (2348, 271, '_elementor_edit_mode', 'builder'), (2349, 271, '_wp_page_template', 'elementor_header_footer'), (2350, 271, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes"},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2352, 271, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2354, 272, 'footnotes', ''), (2355, 272, '_elementor_template_type', 'wp-page'), (2356, 272, '_elementor_version', '3.22.3'), (2357, 272, '_elementor_pro_version', '3.22.1'), (2358, 272, '_elementor_edit_mode', 'builder'), (2359, 272, '_wp_page_template', 'elementor_header_footer'), (2360, 272, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes"},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Make weekly $5,000+","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2362, 272, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2364, 273, 'footnotes', ''), (2365, 273, '_elementor_template_type', 'wp-page'), (2366, 273, '_elementor_version', '3.22.3'), (2367, 273, '_elementor_pro_version', '3.22.1'), (2368, 273, '_elementor_edit_mode', 'builder'), (2369, 273, '_wp_page_template', 'elementor_header_footer'), (2370, 273, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2372, 273, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2375, 274, 'footnotes', ''), (2376, 274, '_elementor_template_type', 'wp-page'), (2377, 274, '_elementor_version', '3.22.3'), (2378, 274, '_elementor_pro_version', '3.22.1'), (2379, 274, '_elementor_edit_mode', 'builder'), (2380, 274, '_wp_page_template', 'elementor_header_footer'), (2381, 274, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'), (2383, 274, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2385, 275, 'footnotes', ''), (2386, 275, '_elementor_template_type', 'wp-page'), (2387, 275, '_elementor_version', '3.22.3'), (2388, 275, '_elementor_pro_version', '3.22.1'), (2389, 275, '_elementor_edit_mode', 'builder'), (2390, 275, '_wp_page_template', 'elementor_header_footer'), (2391, 275, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible working hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-comments","library":"fa-regular"},"title_text":"Fun conversations","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-dollar-on-hand","library":"happy-icons"},"title_text":"Payout every two weeks","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"5092985","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"621fd55","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-headset","library":"happy-icons"},"title_text":"24\\/7 Live Support","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"9450d6b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1ff411e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-nuclear-circle","library":"happy-icons"},"title_text":"Learn how to be a model","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2393, 275, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2395, 276, 'footnotes', ''), (2396, 276, '_elementor_template_type', 'wp-page'), (2397, 276, '_elementor_version', '3.22.3'), (2398, 276, '_elementor_pro_version', '3.22.1'), (2399, 276, '_elementor_edit_mode', 'builder'), (2400, 276, '_wp_page_template', 'elementor_header_footer'), (2401, 276, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2403, 276, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2406, 277, 'footnotes', ''), (2407, 277, '_elementor_template_type', 'wp-page'), (2408, 277, '_elementor_version', '3.22.3'), (2409, 277, '_elementor_pro_version', '3.22.1'), (2410, 277, '_elementor_edit_mode', 'builder'), (2411, 277, '_wp_page_template', 'elementor_header_footer'), (2412, 277, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2414, 277, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2416, 278, 'footnotes', ''), (2417, 278, '_elementor_template_type', 'wp-page'), (2418, 278, '_elementor_version', '3.22.3'), (2419, 278, '_elementor_pro_version', '3.22.1'), (2420, 278, '_elementor_edit_mode', 'builder'), (2421, 278, '_wp_page_template', 'elementor_header_footer'), (2422, 278, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Streamate handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Streamate Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Streamate strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2424, 278, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2426, 279, 'footnotes', ''), (2427, 279, '_elementor_template_type', 'wp-page'), (2428, 279, '_elementor_version', '3.22.3'), (2429, 279, '_elementor_pro_version', '3.22.1'), (2430, 279, '_elementor_edit_mode', 'builder'), (2431, 279, '_wp_page_template', 'elementor_header_footer'), (2432, 279, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2434, 279, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2437, 280, 'footnotes', ''), (2438, 280, '_elementor_template_type', 'wp-page'), (2439, 280, '_elementor_version', '3.22.3'), (2440, 280, '_elementor_pro_version', '3.22.1'), (2441, 280, '_elementor_edit_mode', 'builder'), (2442, 280, '_wp_page_template', 'elementor_header_footer'), (2443, 280, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2445, 280, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2447, 281, 'footnotes', ''), (2448, 281, '_elementor_template_type', 'wp-page'), (2449, 281, '_elementor_version', '3.22.3'), (2450, 281, '_elementor_pro_version', '3.22.1'), (2451, 281, '_elementor_edit_mode', 'builder'), (2452, 281, '_wp_page_template', 'elementor_header_footer'), (2453, 281, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2455, 281, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2457, 282, 'footnotes', ''), (2458, 282, '_elementor_template_type', 'wp-page'), (2459, 282, '_elementor_version', '3.22.3'), (2460, 282, '_elementor_pro_version', '3.22.1'), (2461, 282, '_elementor_edit_mode', 'builder'), (2462, 282, '_wp_page_template', 'elementor_header_footer'), (2463, 282, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2465, 282, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2468, 283, '_wp_attached_file', '2024/07/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4'), (2469, 283, '_wp_attachment_metadata', 'a:11:{s:7:"bitrate";i:3698978;s:8:"filesize";i:5606537;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:12;s:16:"length_formatted";s:4:"0:12";s:5:"width";i:1280;s:6:"height";i:704;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:9:{s:10:"dataformat";s:3:"mp4";s:7:"bitrate";i:2285;s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";s:17:"compression_ratio";d:0.0014876302083333334;}s:17:"created_timestamp";i:-2082844800;}'), (2470, 284, '_wp_attached_file', '2024/07/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4'), (2471, 284, '_wp_attachment_metadata', 'a:11:{s:7:"bitrate";i:2355512;s:8:"filesize";i:3546175;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:12;s:16:"length_formatted";s:4:"0:12";s:5:"width";i:848;s:6:"height";i:464;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:9:{s:10:"dataformat";s:3:"mp4";s:7:"bitrate";i:2285;s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";s:17:"compression_ratio";d:0.0014876302083333334;}s:17:"created_timestamp";i:-2082844800;}'), (2472, 285, '_wp_attached_file', '2024/07/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4'), (2473, 285, '_wp_attachment_metadata', 'a:10:{s:7:"bitrate";i:2389759;s:8:"filesize";i:3083830;s:9:"mime_type";s:15:"video/quicktime";s:6:"length";i:10;s:16:"length_formatted";s:4:"0:10";s:5:"width";i:960;s:6:"height";i:540;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:17:"created_timestamp";i:1638793700;}'), (2474, 286, '_wp_attached_file', '2024/07/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4'), (2475, 286, '_wp_attachment_metadata', 'a:11:{s:7:"bitrate";i:2432082;s:8:"filesize";i:3213402;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:11;s:16:"length_formatted";s:4:"0:11";s:5:"width";i:1280;s:6:"height";i:720;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:9:{s:10:"dataformat";s:3:"mp4";s:7:"bitrate";i:2277;s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";s:17:"compression_ratio";d:0.001482421875;}s:17:"created_timestamp";i:-2082844800;}'), (2476, 287, '_wp_attached_file', '2024/07/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4'), (2477, 287, '_wp_attachment_metadata', 'a:11:{s:7:"bitrate";i:4152817;s:8:"filesize";i:5130554;s:9:"mime_type";s:9:"video/mp4";s:6:"length";i:10;s:16:"length_formatted";s:4:"0:10";s:5:"width";i:1920;s:6:"height";i:1080;s:10:"fileformat";s:3:"mp4";s:10:"dataformat";s:9:"quicktime";s:5:"audio";a:9:{s:10:"dataformat";s:3:"mp4";s:7:"bitrate";i:2279;s:5:"codec";s:19:"ISO/IEC 14496-3 AAC";s:11:"sample_rate";d:48000;s:8:"channels";i:2;s:15:"bits_per_sample";i:16;s:8:"lossless";b:0;s:11:"channelmode";s:6:"stereo";s:17:"compression_ratio";d:0.0014837239583333334;}s:17:"created_timestamp";i:-2082844800;}'), (2478, 288, '_wp_attached_file', 'revslider/video-media/Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer.jpeg'), (2479, 288, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:848;s:6:"height";i:464;s:4:"file";s:82:"revslider/video-media/Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer.jpeg";s:8:"filesize";i:55353;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:68:"Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer-300x164.jpeg";s:5:"width";i:300;s:6:"height";i:164;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12619;}s:9:"thumbnail";a:5:{s:4:"file";s:68:"Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer-150x150.jpeg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6713;}s:12:"medium_large";a:5:{s:4:"file";s:68:"Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer-768x420.jpeg";s:5:"width";i:768;s:6:"height";i:420;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:53085;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:68:"Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer-600x464.jpeg";s:5:"width";i:600;s:6:"height";i:464;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:48729;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:68:"Become-a-Stripchat-Model-Get-Paid-for-Camming_2_2_layer-800x450.jpeg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:57770;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (2480, 289, 'footnotes', ''), (2481, 289, '_elementor_template_type', 'wp-page'), (2482, 289, '_elementor_version', '3.22.3'), (2483, 289, '_elementor_pro_version', '3.22.1'), (2484, 289, '_elementor_edit_mode', 'builder'), (2485, 289, '_wp_page_template', 'elementor_header_footer'), (2486, 289, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2488, 289, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2490, 290, 'footnotes', ''), (2491, 290, '_elementor_template_type', 'wp-page'), (2492, 290, '_elementor_version', '3.22.3'), (2493, 290, '_elementor_pro_version', '3.22.1'), (2494, 290, '_elementor_edit_mode', 'builder'), (2495, 290, '_wp_page_template', 'elementor_header_footer'), (2496, 290, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2498, 290, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2500, 291, 'footnotes', ''), (2501, 291, '_elementor_template_type', 'wp-page'), (2502, 291, '_elementor_version', '3.22.3'), (2503, 291, '_elementor_pro_version', '3.22.1'), (2504, 291, '_elementor_edit_mode', 'builder'), (2505, 291, '_wp_page_template', 'elementor_header_footer'), (2506, 291, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 50vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2508, 291, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2520, 293, 'footnotes', ''), (2521, 293, '_elementor_template_type', 'wp-page'), (2522, 293, '_elementor_version', '3.22.3'), (2523, 293, '_elementor_pro_version', '3.22.1'), (2524, 293, '_elementor_edit_mode', 'builder'), (2525, 293, '_wp_page_template', 'elementor_header_footer'), (2526, 293, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 50vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2528, 293, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2530, 294, 'footnotes', ''), (2531, 294, '_elementor_template_type', 'wp-page'), (2532, 294, '_elementor_version', '3.22.3'), (2533, 294, '_elementor_pro_version', '3.22.1'), (2534, 294, '_elementor_edit_mode', 'builder'), (2535, 294, '_wp_page_template', 'elementor_header_footer'), (2536, 294, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 50vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2538, 294, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2540, 295, 'footnotes', ''), (2541, 295, '_elementor_template_type', 'wp-page'), (2542, 295, '_elementor_version', '3.22.3'), (2543, 295, '_elementor_pro_version', '3.22.1'), (2544, 295, '_elementor_edit_mode', 'builder'), (2545, 295, '_wp_page_template', 'elementor_header_footer'), (2546, 295, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2548, 295, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2551, 296, 'footnotes', ''), (2552, 296, '_elementor_template_type', 'wp-page'), (2553, 296, '_elementor_version', '3.22.3'), (2554, 296, '_elementor_pro_version', '3.22.1'), (2555, 296, '_elementor_edit_mode', 'builder'), (2556, 296, '_wp_page_template', 'elementor_header_footer'), (2557, 296, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2559, 296, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2561, 297, 'footnotes', ''), (2562, 297, '_elementor_template_type', 'wp-page'), (2563, 297, '_elementor_version', '3.22.3'), (2564, 297, '_elementor_pro_version', '3.22.1'), (2565, 297, '_elementor_edit_mode', 'builder'), (2566, 297, '_wp_page_template', 'elementor_header_footer'), (2567, 297, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 20px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2569, 297, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2571, 298, 'footnotes', ''), (2572, 298, '_elementor_template_type', 'wp-page'), (2573, 298, '_elementor_version', '3.22.3'), (2574, 298, '_elementor_pro_version', '3.22.1'), (2575, 298, '_elementor_edit_mode', 'builder'), (2576, 298, '_wp_page_template', 'elementor_header_footer'), (2577, 298, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2579, 298, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2582, 299, 'footnotes', ''), (2583, 299, '_elementor_template_type', 'wp-page'), (2584, 299, '_elementor_version', '3.22.3'), (2585, 299, '_elementor_pro_version', '3.22.1'), (2586, 299, '_elementor_edit_mode', 'builder'), (2587, 299, '_wp_page_template', 'elementor_header_footer'), (2588, 299, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2590, 299, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2592, 300, 'footnotes', ''), (2593, 300, '_elementor_template_type', 'wp-page'), (2594, 300, '_elementor_version', '3.22.3'), (2595, 300, '_elementor_pro_version', '3.22.1'), (2596, 300, '_elementor_edit_mode', 'builder'), (2597, 300, '_wp_page_template', 'elementor_header_footer'), (2598, 300, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #ff4f4f;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2600, 300, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2602, 301, 'footnotes', ''), (2603, 301, '_elementor_template_type', 'wp-page'), (2604, 301, '_elementor_version', '3.22.3'), (2605, 301, '_elementor_pro_version', '3.22.1'), (2606, 301, '_elementor_edit_mode', 'builder'), (2607, 301, '_wp_page_template', 'elementor_header_footer'), (2608, 301, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2610, 301, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2613, 302, 'footnotes', ''), (2614, 302, '_elementor_template_type', 'wp-page'), (2615, 302, '_elementor_version', '3.22.3'), (2616, 302, '_elementor_pro_version', '3.22.1'), (2617, 302, '_elementor_edit_mode', 'builder'), (2618, 302, '_wp_page_template', 'elementor_header_footer'), (2619, 302, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2621, 302, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2623, 303, 'footnotes', ''), (2624, 303, '_elementor_template_type', 'wp-page'), (2625, 303, '_elementor_version', '3.22.3'), (2626, 303, '_elementor_pro_version', '3.22.1'), (2627, 303, '_elementor_edit_mode', 'builder'), (2628, 303, '_wp_page_template', 'elementor_header_footer'), (2629, 303, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2631, 303, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2633, 304, 'footnotes', ''), (2634, 304, '_elementor_template_type', 'wp-page'), (2635, 304, '_elementor_version', '3.22.3'), (2636, 304, '_elementor_pro_version', '3.22.1'), (2637, 304, '_elementor_edit_mode', 'builder'), (2638, 304, '_wp_page_template', 'elementor_header_footer'), (2639, 304, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2641, 304, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2644, 259, '_elementor_edit_mode', 'builder'), (2645, 259, '_elementor_template_type', 'wp-page'), (2646, 259, '_elementor_version', '3.22.3'), (2647, 259, '_elementor_pro_version', '3.22.1'), (2657, 306, '_wp_attached_file', '2024/07/photo_4920272010282642868_y.jpg'), (2658, 306, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:812;s:6:"height";i:696;s:4:"file";s:39:"2024/07/photo_4920272010282642868_y.jpg";s:8:"filesize";i:22926;s:5:"sizes";a:6:{s:6:"medium";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-300x257.jpg";s:5:"width";i:300;s:6:"height";i:257;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6080;}s:9:"thumbnail";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3253;}s:12:"medium_large";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-768x658.jpg";s:5:"width";i:768;s:6:"height";i:658;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:20633;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-600x600.jpg";s:5:"width";i:600;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17677;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-800x450.jpg";s:5:"width";i:800;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:16907;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:39:"photo_4920272010282642868_y-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:3122;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (2659, 307, 'footnotes', ''), (2660, 307, '_elementor_edit_mode', 'builder'), (2661, 307, '_elementor_template_type', 'wp-page'), (2662, 307, '_elementor_version', '3.22.3'), (2663, 307, '_elementor_pro_version', '3.22.1'), (2664, 308, 'footnotes', ''), (2665, 308, '_elementor_edit_mode', 'builder'), (2666, 308, '_elementor_template_type', 'wp-page'), (2667, 308, '_elementor_version', '3.22.3'), (2668, 308, '_elementor_pro_version', '3.22.1'), (2669, 259, '_wp_page_template', 'default'), (2670, 259, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2671, 259, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"10dfcbf","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877.jpg","id":342,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"2933d09","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"9d92840","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"8dfb9c7","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2672, 309, 'footnotes', ''), (2673, 309, '_elementor_edit_mode', 'builder'), (2674, 309, '_elementor_template_type', 'wp-page'), (2675, 309, '_elementor_version', '3.22.3'), (2676, 309, '_elementor_pro_version', '3.22.1'), (2677, 309, '_wp_page_template', 'default'), (2678, 309, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2679, 309, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e15a15d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b7f5294","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"cd7bd13","elType":"widget","settings":{"content_width":"full","title":"Huzaifa","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2681, 259, '_happyaddons_elements_cache', 'a:0:{}'), (2694, 311, 'footnotes', ''), (2695, 311, '_elementor_template_type', 'wp-page'), (2696, 311, '_elementor_version', '3.22.3'), (2697, 311, '_elementor_pro_version', '3.22.1'), (2698, 311, '_elementor_edit_mode', 'builder'), (2699, 311, '_wp_page_template', 'elementor_header_footer'), (2700, 311, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2702, 311, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2704, 312, 'footnotes', ''), (2705, 312, '_elementor_template_type', 'wp-page'), (2706, 312, '_elementor_version', '3.22.3'), (2707, 312, '_elementor_pro_version', '3.22.1'), (2708, 312, '_elementor_edit_mode', 'builder'), (2709, 312, '_wp_page_template', 'elementor_header_footer'), (2710, 312, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2712, 312, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2714, 313, 'footnotes', ''), (2715, 313, '_elementor_template_type', 'wp-page'), (2716, 313, '_elementor_version', '3.22.3'), (2717, 313, '_elementor_pro_version', '3.22.1'), (2718, 313, '_elementor_edit_mode', 'builder'), (2719, 313, '_wp_page_template', 'elementor_header_footer'), (2720, 313, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2722, 313, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2734, 315, 'footnotes', ''), (2735, 315, '_elementor_template_type', 'wp-page'), (2736, 315, '_elementor_version', '3.22.3'), (2737, 315, '_elementor_pro_version', '3.22.1'), (2738, 315, '_elementor_edit_mode', 'builder'), (2739, 315, '_wp_page_template', 'elementor_header_footer'), (2740, 315, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2742, 315, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2744, 316, 'footnotes', ''), (2745, 316, '_elementor_template_type', 'wp-page'), (2746, 316, '_elementor_version', '3.22.3'), (2747, 316, '_elementor_pro_version', '3.22.1'), (2748, 316, '_elementor_edit_mode', 'builder'), (2749, 316, '_wp_page_template', 'elementor_header_footer'), (2750, 316, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-bread-slice","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2752, 316, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2754, 317, 'footnotes', ''), (2755, 317, '_elementor_template_type', 'wp-page'), (2756, 317, '_elementor_version', '3.22.3'), (2757, 317, '_elementor_pro_version', '3.22.1'), (2758, 317, '_elementor_edit_mode', 'builder'), (2759, 317, '_wp_page_template', 'elementor_header_footer'), (2760, 317, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2762, 317, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2765, 318, 'footnotes', ''), (2766, 318, '_elementor_template_type', 'wp-page'), (2767, 318, '_elementor_version', '3.22.3'), (2768, 318, '_elementor_pro_version', '3.22.1'), (2769, 318, '_elementor_edit_mode', 'builder'), (2770, 318, '_wp_page_template', 'elementor_header_footer'), (2771, 318, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2773, 318, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2775, 319, 'footnotes', ''), (2776, 319, '_elementor_template_type', 'wp-page'), (2777, 319, '_elementor_version', '3.22.3'), (2778, 319, '_elementor_pro_version', '3.22.1'), (2779, 319, '_elementor_edit_mode', 'builder'), (2780, 319, '_wp_page_template', 'elementor_header_footer'), (2781, 319, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2783, 319, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2785, 320, 'footnotes', ''), (2786, 320, '_elementor_template_type', 'wp-page'), (2787, 320, '_elementor_version', '3.22.3'), (2788, 320, '_elementor_pro_version', '3.22.1'), (2789, 320, '_elementor_edit_mode', 'builder'), (2790, 320, '_wp_page_template', 'elementor_header_footer'), (2791, 320, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2793, 320, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2796, 321, 'footnotes', ''), (2797, 321, '_elementor_template_type', 'wp-page'), (2798, 321, '_elementor_version', '3.22.3'), (2799, 321, '_elementor_pro_version', '3.22.1'), (2800, 321, '_elementor_edit_mode', 'builder'), (2801, 321, '_wp_page_template', 'elementor_header_footer'), (2802, 321, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2804, 321, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2806, 322, 'footnotes', ''), (2807, 322, '_elementor_template_type', 'wp-page'), (2808, 322, '_elementor_version', '3.22.3'), (2809, 322, '_elementor_pro_version', '3.22.1'), (2810, 322, '_elementor_edit_mode', 'builder'), (2811, 322, '_wp_page_template', 'elementor_header_footer'), (2812, 322, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2814, 322, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2816, 323, 'footnotes', ''), (2817, 323, '_elementor_template_type', 'wp-page'), (2818, 323, '_elementor_version', '3.22.3'), (2819, 323, '_elementor_pro_version', '3.22.1'), (2820, 323, '_elementor_edit_mode', 'builder'), (2821, 323, '_wp_page_template', 'elementor_header_footer'), (2822, 323, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:pink;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2824, 323, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2827, 324, 'footnotes', ''), (2828, 324, '_elementor_template_type', 'wp-page'), (2829, 324, '_elementor_version', '3.22.3'), (2830, 324, '_elementor_pro_version', '3.22.1'), (2831, 324, '_elementor_edit_mode', 'builder'), (2832, 324, '_wp_page_template', 'elementor_header_footer'), (2833, 324, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:pink;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2835, 324, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2837, 325, 'footnotes', ''), (2838, 325, '_elementor_template_type', 'wp-page'), (2839, 325, '_elementor_version', '3.22.3'), (2840, 325, '_elementor_pro_version', '3.22.1'), (2841, 325, '_elementor_edit_mode', 'builder'), (2842, 325, '_wp_page_template', 'elementor_header_footer'), (2843, 325, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:pink;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2845, 325, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2847, 326, 'footnotes', ''), (2848, 326, '_elementor_template_type', 'wp-page'), (2849, 326, '_elementor_version', '3.22.3'), (2850, 326, '_elementor_pro_version', '3.22.1'), (2851, 326, '_elementor_edit_mode', 'builder'), (2852, 326, '_wp_page_template', 'elementor_header_footer'), (2853, 326, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2855, 326, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2881, 329, 'footnotes', ''), (2882, 329, '_elementor_edit_mode', 'builder'), (2883, 329, '_elementor_template_type', 'wp-page'), (2884, 329, '_elementor_version', '3.22.3'), (2885, 329, '_elementor_pro_version', '3.22.1'), (2886, 329, '_wp_page_template', 'default'), (2887, 329, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2888, 329, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e15a15d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b7f5294","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"cd7bd13","elType":"widget","settings":{"content_width":"full","title":"Huzaifa","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2891, 330, 'footnotes', ''), (2892, 330, '_elementor_edit_mode', 'builder'), (2893, 330, '_elementor_template_type', 'wp-page'), (2894, 330, '_elementor_version', '3.22.3'), (2895, 330, '_elementor_pro_version', '3.22.1'), (2896, 330, '_wp_page_template', 'default'), (2897, 330, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2898, 330, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"e15a15d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"b7f5294","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"cd7bd13","elType":"widget","settings":{"content_width":"full","title":"Huzaifa","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2901, 331, 'footnotes', ''), (2902, 331, '_elementor_edit_mode', 'builder'), (2903, 331, '_elementor_template_type', 'wp-page'), (2904, 331, '_elementor_version', '3.22.3'), (2905, 331, '_elementor_pro_version', '3.22.1'), (2906, 331, '_wp_page_template', 'default'), (2907, 331, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2908, 331, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2912, 332, 'footnotes', ''), (2913, 332, '_elementor_edit_mode', 'builder'), (2914, 332, '_elementor_template_type', 'wp-page'), (2915, 332, '_elementor_version', '3.22.3'), (2916, 332, '_elementor_pro_version', '3.22.1'), (2917, 332, '_wp_page_template', 'default'), (2918, 332, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2919, 332, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2922, 333, 'footnotes', ''), (2923, 333, '_elementor_edit_mode', 'builder'), (2924, 333, '_elementor_template_type', 'wp-page'), (2925, 333, '_elementor_version', '3.22.3'), (2926, 333, '_elementor_pro_version', '3.22.1'), (2927, 333, '_wp_page_template', 'default'), (2928, 333, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2929, 333, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2932, 334, 'footnotes', ''), (2933, 334, '_elementor_edit_mode', 'builder'), (2934, 334, '_elementor_template_type', 'wp-page'), (2935, 334, '_elementor_version', '3.22.3'), (2936, 334, '_elementor_pro_version', '3.22.1'), (2937, 334, '_wp_page_template', 'default'), (2938, 334, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2939, 334, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (2943, 335, 'footnotes', ''), (2944, 335, '_elementor_template_type', 'wp-page'), (2945, 335, '_elementor_version', '3.22.3'), (2946, 335, '_elementor_pro_version', '3.22.1'), (2947, 335, '_elementor_edit_mode', 'builder'), (2948, 335, '_wp_page_template', 'elementor_header_footer'), (2949, 335, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2951, 335, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2953, 336, 'footnotes', ''), (2954, 336, '_elementor_template_type', 'wp-page'), (2955, 336, '_elementor_version', '3.22.3'), (2956, 336, '_elementor_pro_version', '3.22.1'), (2957, 336, '_elementor_edit_mode', 'builder'), (2958, 336, '_wp_page_template', 'elementor_header_footer'), (2959, 336, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATES TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2961, 336, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2963, 337, 'footnotes', ''), (2964, 337, '_elementor_template_type', 'wp-page'), (2965, 337, '_elementor_version', '3.22.3'), (2966, 337, '_elementor_pro_version', '3.22.1'), (2967, 337, '_elementor_edit_mode', 'builder'), (2968, 337, '_wp_page_template', 'elementor_header_footer'), (2969, 337, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2971, 337, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2986, 339, 'footnotes', ''), (2987, 339, '_elementor_template_type', 'wp-page'), (2988, 339, '_elementor_version', '3.22.3'), (2989, 339, '_elementor_pro_version', '3.22.1'), (2990, 339, '_elementor_edit_mode', 'builder'), (2991, 339, '_wp_page_template', 'elementor_header_footer'), (2992, 339, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (2994, 339, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (2996, 340, 'footnotes', ''), (2997, 340, '_elementor_template_type', 'wp-page'), (2998, 340, '_elementor_version', '3.22.3'), (2999, 340, '_elementor_pro_version', '3.22.1'), (3000, 340, '_elementor_edit_mode', 'builder'), (3001, 340, '_wp_page_template', 'elementor_header_footer'), (3002, 340, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3004, 340, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3006, 341, 'footnotes', ''), (3007, 341, '_elementor_template_type', 'wp-page'), (3008, 341, '_elementor_version', '3.22.3'), (3009, 341, '_elementor_pro_version', '3.22.1'), (3010, 341, '_elementor_edit_mode', 'builder'), (3011, 341, '_wp_page_template', 'elementor_header_footer'), (3012, 341, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"* Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3014, 341, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3017, 342, '_wp_attached_file', '2024/07/handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877.jpg'), (3018, 342, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:498;s:6:"height";i:613;s:4:"file";s:65:"2024/07/handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877.jpg";s:8:"filesize";i:104867;s:5:"sizes";a:7:{s:6:"medium";a:5:{s:4:"file";s:65:"handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877-244x300.jpg";s:5:"width";i:244;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14406;}s:5:"large";a:5:{s:4:"file";s:51:"handled_t_me-PYIRATES_Bot_1080_1920_80-473x1024.jpg";s:5:"width";i:473;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:54967;}s:9:"thumbnail";a:5:{s:4:"file";s:65:"handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6581;}s:13:"ocean-thumb-m";a:5:{s:4:"file";s:65:"handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877-498x600.jpg";s:5:"width";i:498;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:41834;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:65:"handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877-498x450.jpg";s:5:"width";i:498;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:35032;}s:13:"ocean-thumb-l";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-499x700.jpg";s:5:"width";i:499;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:46732;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-350x100.jpg";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8704;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"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:{}}}'), (3019, 343, 'footnotes', ''), (3020, 343, '_elementor_edit_mode', 'builder'), (3021, 343, '_elementor_template_type', 'wp-page'), (3022, 343, '_elementor_version', '3.22.3'), (3023, 343, '_elementor_pro_version', '3.22.1'), (3024, 343, '_wp_page_template', 'default'), (3025, 343, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3026, 343, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3029, 344, 'footnotes', ''), (3030, 344, '_elementor_edit_mode', 'builder'), (3031, 344, '_elementor_template_type', 'wp-page'), (3032, 344, '_elementor_version', '3.22.3'), (3033, 344, '_elementor_pro_version', '3.22.1'), (3034, 344, '_wp_page_template', 'default'), (3035, 344, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3036, 344, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"11b9e6a","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"89ed7e2","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3039, 345, 'footnotes', ''), (3040, 345, '_elementor_edit_mode', 'builder'), (3041, 345, '_elementor_template_type', 'wp-page'), (3042, 345, '_elementor_version', '3.22.3'), (3043, 345, '_elementor_pro_version', '3.22.1'), (3044, 345, '_wp_page_template', 'default'), (3045, 345, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3046, 345, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"10dfcbf","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/handled_t_me-PYIRATES_Bot_1080_1920_80.jpg","id":342,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"2933d09","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"9d92840","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"8dfb9c7","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3050, 342, '_wp_attachment_backup_sizes', 'a:7:{s:9:"full-orig";a:3:{s:5:"width";i:499;s:6:"height";i:1080;s:4:"file";s:42:"handled_t_me-PYIRATES_Bot_1080_1920_80.jpg";}s:14:"thumbnail-orig";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6488;}s:11:"medium-orig";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-139x300.jpg";s:5:"width";i:139;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:8045;}s:10:"large-orig";a:5:{s:4:"file";s:51:"handled_t_me-PYIRATES_Bot_1080_1920_80-473x1024.jpg";s:5:"width";i:473;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:54967;}s:18:"ocean-thumb-m-orig";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-499x600.jpg";s:5:"width";i:499;s:6:"height";i:600;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:41578;}s:19:"ocean-thumb-ml-orig";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-499x450.jpg";s:5:"width";i:499;s:6:"height";i:450;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:34819;}s:18:"ocean-thumb-l-orig";a:5:{s:4:"file";s:50:"handled_t_me-PYIRATES_Bot_1080_1920_80-499x700.jpg";s:5:"width";i:499;s:6:"height";i:700;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:46732;}}'), (3051, 346, 'footnotes', ''), (3052, 346, '_elementor_edit_mode', 'builder'), (3053, 346, '_elementor_template_type', 'wp-page'), (3054, 346, '_elementor_version', '3.22.3'), (3055, 346, '_elementor_pro_version', '3.22.1'), (3056, 346, '_wp_page_template', 'default'), (3057, 346, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3058, 346, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"10dfcbf","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/handled_t_me-PYIRATES_Bot_1080_1920_80.jpg","id":342,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"2933d09","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"9d92840","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"8dfb9c7","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3061, 347, 'footnotes', ''), (3062, 347, '_elementor_edit_mode', 'builder'), (3063, 347, '_elementor_template_type', 'wp-page'), (3064, 347, '_elementor_version', '3.22.3'), (3065, 347, '_elementor_pro_version', '3.22.1'), (3066, 347, '_wp_page_template', 'default'), (3067, 347, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3068, 347, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"10dfcbf","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/handled_t_me-PYIRATES_Bot_1080_1920_80.jpg","id":342,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"2933d09","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"9d92840","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"8dfb9c7","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3071, 348, 'footnotes', ''), (3072, 348, '_elementor_edit_mode', 'builder'), (3073, 348, '_elementor_template_type', 'wp-page'), (3074, 348, '_elementor_version', '3.22.3'), (3075, 348, '_elementor_pro_version', '3.22.1'), (3076, 348, '_wp_page_template', 'default'), (3077, 348, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3078, 348, '_elementor_data', '[{"id":"252a952","elType":"container","settings":{"padding":{"unit":"px","top":"50","right":"0","bottom":"20","left":"0","isLinked":false}},"elements":[{"id":"b072cf8","elType":"widget","settings":{"content_width":"full","title":"Meet our agents","align":"center","title_color":"#010414","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"600","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"}],"isInner":false},{"id":"b042076","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"0","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"33d9955","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"b79b1b8","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"3322d0f","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"c54f5c2","elType":"widget","settings":{"content_width":"full","title":"Celine ( west Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xf4a7c105cfdc6aabe9ae65bdf2d0df0a567a7ade\\/370","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"444fe8a","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a594f98","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"bd5190b","elType":"widget","settings":{"content_width":"full","title":"Nana yaw ( central Africa )","link":{"url":"https:\\/\\/opensea.io\\/assets\\/ethereum\\/0xb8da418ffc2cb675b8b3d73dca0e3f10811fbbdd\\/2270","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"9230a7b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d1918b6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"f9db3f7","elType":"widget","settings":{"content_width":"full","title":"Damian ( east Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/loudpunx","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true},{"id":"d0673be","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"de08e8c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"09da8e9","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"9fba849","elType":"widget","settings":{"content_width":"full","title":"Huzfia ( Northern Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/fluf","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true},{"id":"8e4f39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"10dfcbf","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/handled_t_me-PYIRATES_Bot_1080_1920_80-e1720339437877.jpg","id":342,"size":"","alt":"","source":"library"},"image_size":"full","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true},{"id":"2933d09","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"9d92840","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/photo_4920272010282642868_y.jpg","id":306,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"8dfb9c7","elType":"widget","settings":{"content_width":"full","title":"Kweku ( south Africa )","link":{"url":"https:\\/\\/opensea.io\\/collection\\/rtfkt-animus-egg","is_external":"","nofollow":"","custom_attributes":""},"align":"center","title_color":"#090B0C","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"600","_padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip","_border_border":"solid","_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"_border_color":"#666565"},"elements":[],"widgetType":"heading"}],"isInner":true}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3082, 88, '_wp_page_template', 'default'), (3083, 88, 'rs_page_bg_color', ''), (3084, 349, 'footnotes', ''), (3085, 350, 'footnotes', ''), (3086, 351, '_edit_last', '1'), (3087, 351, '_edit_lock', '1720340324:1'), (3088, 352, '_wp_attached_file', '2024/07/bikini.png'), (3089, 352, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:18:"2024/07/bikini.png";s:8:"filesize";i:23684;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:18:"bikini-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:13215;}s:9:"thumbnail";a:5:{s:4:"file";s:18:"bikini-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:5889;}s:14:"ocean-thumb-ml";a:5:{s:4:"file";s:18:"bikini-512x450.png";s:5:"width";i:512;s:6:"height";i:450;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:17657;}s:18:"cmplz_banner_image";a:5:{s:4:"file";s:18:"bikini-350x100.png";s:5:"width";i:350;s:6:"height";i:100;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:5435;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'), (3090, 353, 'footnotes', ''), (3091, 353, '_elementor_template_type', 'wp-page'), (3092, 353, '_elementor_version', '3.22.3'), (3093, 353, '_elementor_pro_version', '3.22.1'), (3094, 353, '_elementor_edit_mode', 'builder'), (3095, 353, '_wp_page_template', 'elementor_header_footer'), (3096, 353, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"* Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3098, 353, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3100, 354, 'footnotes', ''), (3101, 354, '_elementor_template_type', 'wp-page'), (3102, 354, '_elementor_version', '3.22.3'), (3103, 354, '_elementor_pro_version', '3.22.1'), (3104, 354, '_elementor_edit_mode', 'builder'), (3105, 354, '_wp_page_template', 'elementor_header_footer'), (3106, 354, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"65c4e2f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-asterisk","library":"fa-solid"},"title_text":"* Outfit allowances","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3108, 354, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3110, 355, 'footnotes', ''), (3111, 355, '_elementor_template_type', 'wp-page'), (3112, 355, '_elementor_version', '3.22.3'), (3113, 355, '_elementor_pro_version', '3.22.1'), (3114, 355, '_elementor_edit_mode', 'builder'), (3115, 355, '_wp_page_template', 'elementor_header_footer'), (3116, 355, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3118, 355, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3138, 363, 'footnotes', ''), (3139, 363, '_elementor_template_type', 'wp-page'), (3140, 363, '_elementor_version', '3.22.3'), (3141, 363, '_elementor_pro_version', '3.22.1'), (3142, 363, '_elementor_edit_mode', 'builder'), (3143, 363, '_wp_page_template', 'elementor_header_footer'), (3144, 363, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3146, 363, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3148, 364, 'footnotes', ''), (3149, 364, '_elementor_template_type', 'wp-page'), (3150, 364, '_elementor_version', '3.22.3'), (3151, 364, '_elementor_pro_version', '3.22.1'), (3152, 364, '_elementor_edit_mode', 'builder'), (3153, 364, '_wp_page_template', 'elementor_header_footer'), (3154, 364, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.2nd-section {\\r\\n background-color:#ddd;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1080px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-top: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.05);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"2nd-section\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span>\\ud83d\\udcc4<\\/span>\\r\\n <h4>Content sale<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span>\\ud83c\\udfa4<\\/span>\\r\\n <h4>Voice messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span>\\ud83d\\udce7<\\/span>\\r\\n <h4>Mass messages<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span>\\ud83d\\udcf8<\\/span>\\r\\n <h4>Pay-to-send photos<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"image1.jpg\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"image2.jpg\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"image3.jpg\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"image4.jpg\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 3000); \\/\\/ Change image every 3 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n<\\/html>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3156, 364, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3158, 365, 'footnotes', ''), (3159, 365, '_elementor_template_type', 'wp-page'), (3160, 365, '_elementor_version', '3.22.3'), (3161, 365, '_elementor_pro_version', '3.22.1'), (3162, 365, '_elementor_edit_mode', 'builder'), (3163, 365, '_wp_page_template', 'elementor_header_footer'), (3164, 365, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 0px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3166, 365, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3169, 366, 'footnotes', ''), (3170, 366, '_elementor_template_type', 'wp-page'), (3171, 366, '_elementor_version', '3.22.3'), (3172, 366, '_elementor_pro_version', '3.22.1'), (3173, 366, '_elementor_edit_mode', 'builder'), (3174, 366, '_wp_page_template', 'elementor_header_footer'), (3175, 366, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 0px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3177, 366, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3179, 367, 'footnotes', ''), (3180, 367, '_elementor_template_type', 'wp-page'), (3181, 367, '_elementor_version', '3.22.3'), (3182, 367, '_elementor_pro_version', '3.22.1'), (3183, 367, '_elementor_edit_mode', 'builder'), (3184, 367, '_wp_page_template', 'elementor_header_footer'), (3185, 367, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 0px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3187, 367, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3189, 368, 'footnotes', ''), (3190, 368, '_elementor_template_type', 'wp-page'), (3191, 368, '_elementor_version', '3.22.3'), (3192, 368, '_elementor_pro_version', '3.22.1'), (3193, 368, '_elementor_edit_mode', 'builder'), (3194, 368, '_wp_page_template', 'elementor_header_footer'), (3195, 368, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3197, 368, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3200, 369, 'footnotes', ''), (3201, 369, '_elementor_template_type', 'wp-page'), (3202, 369, '_elementor_version', '3.22.3'), (3203, 369, '_elementor_pro_version', '3.22.1'), (3204, 369, '_elementor_edit_mode', 'builder'), (3205, 369, '_wp_page_template', 'elementor_header_footer'), (3206, 369, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3208, 369, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3210, 370, 'footnotes', ''), (3211, 370, '_elementor_template_type', 'wp-page'), (3212, 370, '_elementor_version', '3.22.3'), (3213, 370, '_elementor_pro_version', '3.22.1'), (3214, 370, '_elementor_edit_mode', 'builder'), (3215, 370, '_wp_page_template', 'elementor_header_footer'), (3216, 370, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1200px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3218, 370, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3220, 371, 'footnotes', ''), (3221, 371, '_elementor_template_type', 'wp-page'), (3222, 371, '_elementor_version', '3.22.3'), (3223, 371, '_elementor_pro_version', '3.22.1'), (3224, 371, '_elementor_edit_mode', 'builder'), (3225, 371, '_wp_page_template', 'elementor_header_footer'), (3226, 371, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3228, 371, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3231, 372, 'footnotes', ''), (3232, 372, '_elementor_template_type', 'wp-page'), (3233, 372, '_elementor_version', '3.22.3'), (3234, 372, '_elementor_pro_version', '3.22.1'), (3235, 372, '_elementor_edit_mode', 'builder'), (3236, 372, '_wp_page_template', 'elementor_header_footer'), (3237, 372, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3239, 372, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3241, 373, 'footnotes', ''), (3242, 373, '_elementor_template_type', 'wp-page'), (3243, 373, '_elementor_version', '3.22.3'), (3244, 373, '_elementor_pro_version', '3.22.1'), (3245, 373, '_elementor_edit_mode', 'builder'), (3246, 373, '_wp_page_template', 'elementor_header_footer'), (3247, 373, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3249, 373, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3251, 374, 'footnotes', ''), (3252, 374, '_elementor_template_type', 'wp-page'), (3253, 374, '_elementor_version', '3.22.3'), (3254, 374, '_elementor_pro_version', '3.22.1'), (3255, 374, '_elementor_edit_mode', 'builder'), (3256, 374, '_wp_page_template', 'elementor_header_footer'), (3257, 374, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3259, 374, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3262, 375, 'footnotes', ''), (3263, 375, '_elementor_template_type', 'wp-page'), (3264, 375, '_elementor_version', '3.22.3'), (3265, 375, '_elementor_pro_version', '3.22.1'), (3266, 375, '_elementor_edit_mode', 'builder'), (3267, 375, '_wp_page_template', 'elementor_header_footer'), (3268, 375, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3270, 375, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3272, 376, 'footnotes', ''), (3273, 376, '_elementor_template_type', 'wp-page'), (3274, 376, '_elementor_version', '3.22.3'), (3275, 376, '_elementor_pro_version', '3.22.1'), (3276, 376, '_elementor_edit_mode', 'builder'), (3277, 376, '_wp_page_template', 'elementor_header_footer'), (3278, 376, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3280, 376, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3282, 377, 'footnotes', ''), (3283, 377, '_elementor_template_type', 'wp-page'), (3284, 377, '_elementor_version', '3.22.3'), (3285, 377, '_elementor_pro_version', '3.22.1'), (3286, 377, '_elementor_edit_mode', 'builder'), (3287, 377, '_wp_page_template', 'elementor_header_footer'), (3288, 377, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3290, 377, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3293, 378, 'footnotes', ''), (3294, 378, '_elementor_template_type', 'wp-page'), (3295, 378, '_elementor_version', '3.22.3'), (3296, 378, '_elementor_pro_version', '3.22.1'), (3297, 378, '_elementor_edit_mode', 'builder'), (3298, 378, '_wp_page_template', 'elementor_header_footer'), (3299, 378, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3301, 378, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3303, 379, 'footnotes', ''), (3304, 379, '_elementor_template_type', 'wp-page'), (3305, 379, '_elementor_version', '3.22.3'), (3306, 379, '_elementor_pro_version', '3.22.1'), (3307, 379, '_elementor_edit_mode', 'builder'), (3308, 379, '_wp_page_template', 'elementor_header_footer'), (3309, 379, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#FF0853","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#FFFFFF","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3311, 379, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3313, 380, 'footnotes', ''), (3314, 380, '_elementor_template_type', 'wp-page'), (3315, 380, '_elementor_version', '3.22.3'), (3316, 380, '_elementor_pro_version', '3.22.1'), (3317, 380, '_elementor_edit_mode', 'builder'), (3318, 380, '_wp_page_template', 'elementor_header_footer'), (3319, 380, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3321, 380, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3324, 381, 'footnotes', ''), (3325, 381, '_elementor_template_type', 'wp-page'), (3326, 381, '_elementor_version', '3.22.3'), (3327, 381, '_elementor_pro_version', '3.22.1'), (3328, 381, '_elementor_edit_mode', 'builder'), (3329, 381, '_wp_page_template', 'elementor_header_footer'), (3330, 381, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3332, 381, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3334, 382, 'footnotes', ''), (3335, 382, '_elementor_template_type', 'wp-page'), (3336, 382, '_elementor_version', '3.22.3'), (3337, 382, '_elementor_pro_version', '3.22.1'), (3338, 382, '_elementor_edit_mode', 'builder'), (3339, 382, '_wp_page_template', 'elementor_header_footer'), (3340, 382, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#DFDFDF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"079d713","elType":"container","settings":{"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"f9db797","elType":"widget","settings":{"content_width":"full","tabs":[{"tab_title":"Model Gallery","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"aeb40ca"},{"tab_title":"Your Choices","tab_content":"[INSERT_ELEMENTOR id=\\"171\\"]","_id":"6924467"},{"tab_title":"Trending Models","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"31e350b"},{"tab_title":"Paid Pictures","tab_content":"[INSERT_ELEMENTOR id=\\"151\\"]","_id":"45748b3"}],"type":"vertical","tabs_align_vertical":"center","navigation_width":{"unit":"%","size":20,"sizes":[]},"border_width":{"unit":"px","size":0,"sizes":[]},"background_color":"#FFFEFE","_element_width":"inherit","_flex_align_self":"stretch","_background_background":"classic","_background_color":"#FFFFFF","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"tabs"}],"isInner":false},{"id":"371581e","elType":"container","settings":{"content_width":"full","background_background":"classic","background_image":{"url":"","id":"","size":"","alt":"","source":"library"},"background_position":"center right","background_repeat":"no-repeat","background_size":"contain","background_color":"#DAFFFE","flex_align_items":"stretch","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"hide_desktop":"hidden-desktop","hide_tablet":"hidden-tablet","hide_mobile":"hidden-mobile"},"elements":[{"id":"8e6142b","elType":"container","settings":{"flex_direction":"row"},"elements":[{"id":"0976b12","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":60.46},"_flex_size":"none","_element_width":"initial","flex_direction":"column","flex_justify_content":"center","flex_align_items":"flex-start"},"elements":[{"id":"fd316e0","elType":"widget","settings":{"content_width":"full","title":"Become a model","title_color":"#00020F","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":50,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"2a6200c","elType":"widget","settings":{"content_width":"full","title":"Show your sexuality.\\nMake money. Fulfill dreams.","align":"left","title_color":"#030111","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"500","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7baebb3","elType":"widget","settings":{"content_width":"full","text":"Become a Model","align":"left","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_background":"gradient","background_color":"#2592B6","background_color_b":"#4B4AFF","background_gradient_angle":{"unit":"deg","size":280,"sizes":[]},"hover_color":"#FFFFFF","button_background_hover_color_b":"#000000","button_hover_transition_duration":{"unit":"ms","size":5,"sizes":[]},"border_radius":{"unit":"px","top":"40","right":"40","bottom":"40","left":"40","isLinked":true},"button_box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":15,"spread":4,"color":"rgba(0, 0, 0, 0.25)"},"text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true},{"id":"b706058","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d05fbe2","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp","id":32,"size":"","alt":"","source":"library"},"image_size":"full","width":{"unit":"%","size":100,"sizes":[]},"image_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#F7F7F7","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#DFDFDF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":200,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"multi-wave","shape_divider_bottom_color":"#FF1C51","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":60,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #c7c7c7;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3342, 382, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3344, 383, 'footnotes', ''), (3345, 383, '_elementor_template_type', 'wp-page'), (3346, 383, '_elementor_version', '3.22.3'), (3347, 383, '_elementor_pro_version', '3.22.1'), (3348, 383, '_elementor_edit_mode', 'builder'), (3349, 383, '_wp_page_template', 'elementor_header_footer'), (3350, 383, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3352, 383, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3355, 384, 'footnotes', ''), (3356, 384, '_elementor_template_type', 'wp-page'), (3357, 384, '_elementor_version', '3.22.3'), (3358, 384, '_elementor_pro_version', '3.22.1'), (3359, 384, '_elementor_edit_mode', 'builder'), (3360, 384, '_wp_page_template', 'elementor_header_footer'), (3361, 384, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3363, 384, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3365, 385, 'footnotes', ''), (3366, 385, '_elementor_template_type', 'wp-page'), (3367, 385, '_elementor_version', '3.22.3'), (3368, 385, '_elementor_pro_version', '3.22.1'), (3369, 385, '_elementor_edit_mode', 'builder'), (3370, 385, '_wp_page_template', 'elementor_header_footer'), (3371, 385, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\nmain {\\r\\n background-color: #1a1a1a;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main>\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3373, 385, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3375, 386, 'footnotes', ''), (3376, 386, '_elementor_template_type', 'wp-page'), (3377, 386, '_elementor_version', '3.22.3'), (3378, 386, '_elementor_pro_version', '3.22.1'), (3379, 386, '_elementor_edit_mode', 'builder'), (3380, 386, '_wp_page_template', 'elementor_header_footer'), (3381, 386, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3383, 386, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3386, 387, 'footnotes', ''), (3387, 387, '_elementor_template_type', 'wp-page'), (3388, 387, '_elementor_version', '3.22.3'), (3389, 387, '_elementor_pro_version', '3.22.1'), (3390, 387, '_elementor_edit_mode', 'builder'), (3391, 387, '_wp_page_template', 'elementor_header_footer'), (3392, 387, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3394, 387, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3396, 388, 'footnotes', ''), (3397, 388, '_elementor_template_type', 'wp-page'), (3398, 388, '_elementor_version', '3.22.3'), (3399, 388, '_elementor_pro_version', '3.22.1'), (3400, 388, '_elementor_edit_mode', 'builder'), (3401, 388, '_wp_page_template', 'elementor_header_footer'), (3402, 388, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"fa06cc4","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"481d396","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3404, 388, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3406, 389, 'footnotes', ''), (3407, 389, '_elementor_template_type', 'wp-page'), (3408, 389, '_elementor_version', '3.22.3'), (3409, 389, '_elementor_pro_version', '3.22.1'), (3410, 389, '_elementor_edit_mode', 'builder'), (3411, 389, '_wp_page_template', 'elementor_header_footer'), (3412, 389, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3414, 389, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3417, 390, 'footnotes', ''), (3418, 390, '_elementor_template_type', 'wp-page'), (3419, 390, '_elementor_version', '3.22.3'), (3420, 390, '_elementor_pro_version', '3.22.1'), (3421, 390, '_elementor_edit_mode', 'builder'), (3422, 390, '_wp_page_template', 'elementor_header_footer'), (3423, 390, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3425, 390, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3427, 391, 'footnotes', ''), (3428, 391, '_elementor_template_type', 'wp-page'), (3429, 391, '_elementor_version', '3.22.3'), (3430, 391, '_elementor_pro_version', '3.22.1'), (3431, 391, '_elementor_edit_mode', 'builder'), (3432, 391, '_wp_page_template', 'elementor_header_footer'), (3433, 391, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Choose your content<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3435, 391, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3437, 392, 'footnotes', ''), (3438, 392, '_elementor_template_type', 'wp-page'), (3439, 392, '_elementor_version', '3.22.3'), (3440, 392, '_elementor_pro_version', '3.22.1'), (3441, 392, '_elementor_edit_mode', 'builder'), (3442, 392, '_wp_page_template', 'elementor_header_footer'), (3443, 392, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3445, 392, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3448, 393, 'footnotes', ''), (3449, 393, '_elementor_template_type', 'wp-page'), (3450, 393, '_elementor_version', '3.22.3'), (3451, 393, '_elementor_pro_version', '3.22.1'), (3452, 393, '_elementor_edit_mode', 'builder'), (3453, 393, '_wp_page_template', 'elementor_header_footer'), (3454, 393, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3456, 393, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3458, 394, 'footnotes', ''), (3459, 394, '_elementor_template_type', 'wp-page'), (3460, 394, '_elementor_version', '3.22.3'), (3461, 394, '_elementor_pro_version', '3.22.1'), (3462, 394, '_elementor_edit_mode', 'builder'), (3463, 394, '_wp_page_template', 'elementor_header_footer'), (3464, 394, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #dfdfdf;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3466, 394, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3468, 395, 'footnotes', ''), (3469, 395, '_elementor_template_type', 'wp-page'), (3470, 395, '_elementor_version', '3.22.3'), (3471, 395, '_elementor_pro_version', '3.22.1'), (3472, 395, '_elementor_edit_mode', 'builder'), (3473, 395, '_wp_page_template', 'elementor_header_footer'), (3474, 395, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3476, 395, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3479, 396, '_elementor_edit_mode', 'builder'), (3480, 396, '_elementor_template_type', 'footer'), (3481, 396, '_elementor_version', '3.22.3'), (3482, 396, '_elementor_pro_version', '3.22.1'), (3483, 396, '_wp_page_template', 'default'), (3484, 396, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":80,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"f79d3d2","elType":"widget","settings":{"content_width":"full","view":"inline","icon_list":[{"text":"News","selected_icon":{"value":"","library":""},"_id":"0a52f08","link":{"url":"https:\\/\\/pyirates.africa\\/news\\/","is_external":"","nofollow":"","custom_attributes":""}},{"text":"FAQ","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/faq\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3103f31"},{"text":"Privacy Policy","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3ef97e3"},{"text":"Terms & Conditions","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/terms\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"ffa05f1"}],"icon_typography_typography":"custom","icon_typography_font_family":"Ropa Sans","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_weight":"400","text_color":"#B9B9B9","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"c5feed5","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a6b763f","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"right","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3486, 396, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (3487, 396, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3490, 397, '_elementor_edit_mode', 'builder'), (3491, 397, '_elementor_template_type', 'footer'), (3492, 397, '_elementor_version', '3.22.3'), (3493, 397, '_elementor_pro_version', '3.22.1'), (3494, 397, '_wp_page_template', 'default'), (3495, 397, '_elementor_data', '[{"id":"7276db2","elType":"container","settings":{"background_background":"classic","background_color":"#010313","padding":{"unit":"px","top":"40","right":"0","bottom":"30","left":"0","isLinked":false}},"elements":[{"id":"02fa6b7","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"stretch"},"elements":[{"id":"37ea956","elType":"container","settings":{"content_width":"full","flex_justify_content":"space-between"},"elements":[{"id":"41b93cc","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/lL67zbGTiZo9h54uMt7Cf-transformed-e1719837081545.png","id":21,"size":"","alt":"","source":"library"},"image_size":"full","link_to":"custom","link":{"url":"https:\\/\\/pyirates.africa\\/","is_external":"","nofollow":"","custom_attributes":""},"align":"left","width":{"unit":"%","size":65,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"image"},{"id":"a300ce2","elType":"widget","settings":{"content_width":"full","social_icon_list":[{"social_icon":{"value":"fab fa-facebook","library":"fa-brands"},"_id":"a1a69cd","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-instagram","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"1970936"},{"social_icon":{"value":"fab fa-twitter","library":"fa-brands"},"_id":"10f22c2","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-youtube","library":"fa-brands"},"_id":"791f1f9","link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""}},{"social_icon":{"value":"fab fa-reddit","library":"fa-brands"},"link":{"url":"#","is_external":"true","nofollow":"","custom_attributes":""},"_id":"97fbeb4"}],"align":"left","icon_color":"custom","icon_primary_color":"#020213","icon_secondary_color":"#FFFFFF","icon_size":{"unit":"px","size":20,"sizes":[]},"icon_padding":{"unit":"em","size":0,"sizes":[]},"icon_spacing":{"unit":"px","size":15,"sizes":[]},"border_radius":{"unit":"%","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"border_radius_tablet":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"border_radius_mobile":{"unit":"%","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"10","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"social-icons"}],"isInner":true},{"id":"648e39b","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"cac70ba","elType":"widget","settings":{"content_width":"full","title":"Subscribe To Our Newsletter","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":35,"sizes":[]},"typography_font_weight":"600","typography_line_height":{"unit":"rem","size":3.5,"sizes":[]},"typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"7a451d7","elType":"widget","settings":{"content_width":"full","form_name":"Footer Form","form_fields":[{"custom_id":"email","field_type":"email","required":"true","placeholder":"Email","width":"70","_id":"fd9c19a"}],"button_width":"70","step_next_label":"Next","step_previous_label":"Previous","button_text":"Send","email_to":"mizanur@mentors-house.com","email_subject":"New message from "Pyirates"","email_content":"[all-fields]","email_from":"email@pyirates.africa","email_from_name":"Pyirates","email_to_2":"mizanur@mentors-house.com","email_subject_2":"New message from "Pyirates"","email_content_2":"[all-fields]","email_from_2":"email@pyirates.africa","email_from_name_2":"Pyirates","email_reply_to_2":"mizanur@mentors-house.com","mailchimp_fields_map":[],"drip_fields_map":[],"activecampaign_fields_map":[],"getresponse_fields_map":[],"convertkit_fields_map":[],"mailerlite_fields_map":[],"success_message":"Your submission was successful.","error_message":"Your submission failed because of an error.","server_message":"Your submission failed because of a server error.","invalid_message":"Your submission failed because the form is invalid.","required_field_message":"This field is required.","column_gap":{"unit":"px","size":0,"sizes":[]},"row_gap":{"unit":"px","size":15,"sizes":[]},"field_text_color":"#FFFFFF","field_typography_typography":"custom","field_typography_font_family":"Poppins","field_typography_font_size":{"unit":"px","size":14,"sizes":[]},"field_typography_font_weight":"400","field_background_color":"#FFFFFF00","field_border_color":"#FFFFFF","field_border_width":{"unit":"px","top":"0","right":"0","bottom":"1","left":"0","isLinked":false},"button_align":"","button_typography_typography":"custom","button_typography_font_family":"Poppins","button_typography_font_size":{"unit":"px","size":14,"sizes":[]},"button_typography_font_weight":"600","button_typography_letter_spacing":{"unit":"px","size":0.5,"sizes":[]},"button_border_border":"solid","button_border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"button_background_color":"#00000000","button_text_color":"#FFFFFF","button_border_color":"#FFFFFF","button_background_hover_color":"#FFFFFF","button_hover_color":"#020213","button_border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"button_text_padding":{"unit":"px","top":"10","right":"30","bottom":"10","left":"30","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"form"}],"isInner":true}],"isInner":true},{"id":"e54fc87","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","border_border":"solid","border_width":{"unit":"px","top":"1","right":"0","bottom":"0","left":"0","isLinked":false},"border_color":"#888888","margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"20","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"c7cfd6d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"f79d3d2","elType":"widget","settings":{"content_width":"full","view":"inline","icon_list":[{"text":"News","selected_icon":{"value":"","library":""},"_id":"0a52f08","link":{"url":"https:\\/\\/pyirates.africa\\/news\\/","is_external":"","nofollow":"","custom_attributes":""}},{"text":"FAQ","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/faq\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3103f31"},{"text":"Privacy Policy","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/privacy-policy\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"3ef97e3"},{"text":"Terms & Conditions","selected_icon":{"value":"","library":""},"link":{"url":"https:\\/\\/pyirates.africa\\/terms\\/","is_external":"","nofollow":"","custom_attributes":""},"_id":"ffa05f1"}],"icon_typography_typography":"custom","icon_typography_font_family":"Ropa Sans","icon_typography_font_size":{"unit":"px","size":16,"sizes":[]},"icon_typography_font_weight":"400","text_color":"#B9B9B9","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-list"}],"isInner":true},{"id":"c5feed5","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"a6b763f","elType":"widget","settings":{"content_width":"full","editor":"© Pyirates 2024","align":"right","text_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"300","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3497, 397, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (3498, 397, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3500, 93, '_wp_old_date', '2024-07-05'), (3501, 94, '_wp_old_date', '2024-07-05'), (3502, 262, '_wp_old_date', '2024-07-05'), (3503, 261, '_wp_old_date', '2024-07-05'), (3505, 8, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3506, 401, '_elementor_edit_mode', 'builder'), (3507, 401, '_elementor_template_type', 'header'), (3508, 401, '_elementor_version', '3.22.3'), (3509, 401, '_elementor_pro_version', '3.22.1'), (3510, 401, '_wp_page_template', 'default'), (3511, 401, '_elementor_data', '[{"id":"e8fd9f8","elType":"container","settings":{"flex_justify_content":"center","border_border":"none","border_width":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"border_color":"#312F2F","padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"4fcf7eb","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[{"id":"756b3cb","elType":"container","settings":{"content_width":"full","width":{"unit":"%","size":73},"flex_justify_content":"space-around","flex_align_items":"center","_flex_size":"none","_element_width":"initial","flex_direction":"row","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"c05101b","elType":"widget","settings":{"content_width":"full","__dynamic__":{"image":"[elementor-tag id=\\"\\" name=\\"site-logo\\" settings=\\"%7B%7D\\"]"},"align":"right","width":{"unit":"%","size":100,"sizes":[]},"_element_width":"initial","_element_custom_width":{"unit":"%","size":30,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"theme-site-logo"},{"id":"37b673f","elType":"widget","settings":{"content_width":"full","menu":"primary-menu","pointer":"none","menu_typography_typography":"custom","menu_typography_font_family":"Ropa Sans","menu_typography_font_size":{"unit":"px","size":16,"sizes":[]},"menu_typography_font_weight":"700","color_menu_item":"#080413","color_menu_item_hover":"#23232C","color_menu_item_active":"#23232C","padding_horizontal_menu_item":{"unit":"px","size":5,"sizes":[]},"padding_vertical_menu_item":{"unit":"px","size":5,"sizes":[]},"menu_space_between":{"unit":"px","size":15,"sizes":[]},"_element_width":"inherit","align_items":"end","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"nav-menu"}],"isInner":true},{"id":"370f51b","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_justify_content":"flex-end","flex_align_items":"center","margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"e2d940d","elType":"widget","settings":{"content_width":"full","text":"Join Now","typography_typography":"custom","typography_font_family":"Poppins","typography_font_size":{"unit":"px","size":14,"sizes":[]},"typography_font_weight":"600","button_text_color":"#06050E","background_color":"#FFFFFF","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"text_padding":{"unit":"px","top":"10","right":"25","bottom":"10","left":"25","isLinked":false},"_margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":true},"_padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":true}],"isInner":true}],"isInner":false}]'), (3513, 401, '_elementor_conditions', 'a:1:{i:0;s:15:"include/general";}'), (3515, 401, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3517, 402, 'footnotes', ''), (3518, 86, '_wp_page_template', 'default'), (3519, 86, 'rs_page_bg_color', ''), (3520, 403, 'footnotes', ''), (3521, 404, 'footnotes', ''), (3522, 405, '_edit_lock', '1720733358:1'), (3523, 405, 'ocean_post_layout', 'full-screen'), (3524, 405, 'ocean_both_sidebars_content_width', ''), (3525, 405, 'ocean_both_sidebars_sidebars_width', ''), (3526, 405, 'ocean_disable_margins', 'on'), (3527, 405, 'ocean_custom_logo', '0'), (3528, 405, 'ocean_custom_retina_logo', '0'), (3529, 405, 'ocean_custom_logo_max_width', ''), (3530, 405, 'ocean_custom_logo_tablet_max_width', ''), (3531, 405, 'ocean_custom_logo_mobile_max_width', ''), (3532, 405, 'ocean_custom_logo_max_height', ''), (3533, 405, 'ocean_custom_logo_tablet_max_height', ''), (3534, 405, 'ocean_custom_logo_mobile_max_height', ''), (3535, 405, 'ocean_menu_typo_font_size', ''), (3536, 405, 'ocean_menu_typo_font_size_tablet', ''), (3537, 405, 'ocean_menu_typo_font_size_mobile', ''), (3538, 405, 'ocean_menu_typo_line_height', ''), (3539, 405, 'ocean_menu_typo_line_height_tablet', ''), (3540, 405, 'ocean_menu_typo_line_height_mobile', ''), (3541, 405, 'ocean_menu_typo_spacing', ''), (3542, 405, 'ocean_menu_typo_spacing_tablet', ''), (3543, 405, 'ocean_menu_typo_spacing_mobile', ''), (3544, 405, 'ocean_disable_title', 'on'), (3545, 405, 'ocean_post_title_background', ''), (3546, 405, 'ocean_post_title_height', ''), (3547, 405, 'ocean_post_title_bg_overlay', '0.5'), (3548, 405, 'ocean_disable_breadcrumbs', 'off'), (3549, 405, 'footnotes', ''), (3550, 406, 'footnotes', ''), (3551, 405, '_edit_last', '1'), (3552, 405, 'cmplz_hide_cookiebanner', ''), (3553, 407, '_menu_item_type', 'post_type'), (3554, 407, '_menu_item_menu_item_parent', '0'), (3555, 407, '_menu_item_object_id', '405'), (3556, 407, '_menu_item_object', 'page'), (3557, 407, '_menu_item_target', ''), (3558, 407, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'), (3559, 407, '_menu_item_xfn', ''), (3560, 407, '_menu_item_url', ''), (3562, 407, '_menu_item_template', ''), (3563, 407, '_menu_item_mega_template', '0'), (3564, 407, '_menu_item_nolink', ''), (3565, 407, '_menu_item_category_post', ''), (3566, 407, '_menu_item_megamenu', ''), (3567, 407, '_menu_item_megamenu_auto_width', ''), (3568, 407, '_menu_item_megamenu_col', ''), (3569, 407, '_menu_item_megamenu_heading', ''), (3570, 407, '_menu_item_megamenu_widgetarea', '0'), (3571, 407, '_menu_item_icon', ''), (3572, 93, '_wp_old_date', '2024-07-07'), (3573, 94, '_wp_old_date', '2024-07-07'), (3574, 262, '_wp_old_date', '2024-07-07'), (3575, 261, '_wp_old_date', '2024-07-07'), (3586, 409, 'footnotes', ''), (3587, 409, '_elementor_template_type', 'wp-page'), (3588, 409, '_elementor_version', '3.22.3'), (3589, 409, '_elementor_pro_version', '3.22.1'), (3590, 409, '_elementor_edit_mode', 'builder'), (3591, 409, '_wp_page_template', 'elementor_header_footer'), (3592, 409, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3594, 409, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3595, 410, 'footnotes', ''), (3596, 410, '_elementor_template_type', 'wp-page'), (3597, 410, '_elementor_version', '3.22.3'), (3598, 410, '_elementor_pro_version', '3.22.1'), (3599, 410, '_elementor_edit_mode', 'builder'), (3600, 410, '_wp_page_template', 'elementor_header_footer'), (3601, 410, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3603, 410, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3604, 411, 'footnotes', ''), (3605, 411, '_elementor_template_type', 'wp-page'), (3606, 411, '_elementor_version', '3.22.3'), (3607, 411, '_elementor_pro_version', '3.22.1'), (3608, 411, '_elementor_edit_mode', 'builder'), (3609, 411, '_wp_page_template', 'elementor_header_footer'), (3610, 411, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"8de084c","elType":"widget","settings":{"content_width":"full","html":" <style>\\r\\n .left-sidebar-carousel {\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n background-color: #1a1a1a;\\r\\n color: #fff;\\r\\n font-family: Arial, sans-serif;\\r\\n display: flex;\\r\\n height: 100vh;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .container {\\r\\n display: flex;\\r\\n width: 80%;\\r\\n height: 80%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu {\\r\\n background-color: #2a2a2a;\\r\\n width: 250px;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center; \\/* Center vertically *\\/\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item {\\r\\n padding: 15px 20px;\\r\\n cursor: pointer;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n transition: background-color 0.3s;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active, .menu-item:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-icon {\\r\\n margin-right: 10px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-text {\\r\\n color: #999;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active .menu-text, .menu-item:hover .menu-text {\\r\\n color: #fff;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content {\\r\\n flex: 1;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n position: relative;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content img {\\r\\n max-width: 100%;\\r\\n max-height: 100%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay {\\r\\n position: absolute;\\r\\n bottom: 20px;\\r\\n left: 20px;\\r\\n padding: 10px 20px;\\r\\n background-color: rgba(0, 0, 0, 0.5);\\r\\n border-radius: 5px;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button {\\r\\n background-color: #1a1a1a;\\r\\n border: none;\\r\\n padding: 10px 20px;\\r\\n margin-right: 10px;\\r\\n color: #fff;\\r\\n cursor: pointer;\\r\\n border-radius: 5px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n <\\/style>\\r\\n<body class=\\"left-sidebar-carousel\\">\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"menu\\">\\r\\n <div class=\\"menu-item active\\" onmouseover=\\"showContent(0)\\">\\r\\n <i class=\\"menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tips<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(1)\\">\\r\\n <i class=\\"menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tip menu<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(2)\\">\\r\\n <i class=\\"menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Vibrotoys<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(3)\\">\\r\\n <i class=\\"menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Games<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(4)\\">\\r\\n <i class=\\"menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Goals<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(5)\\">\\r\\n <i class=\\"menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Ticket shows<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content\\">\\r\\n <img id=\\"fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"overlay\\">\\r\\n <button id=\\"content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n\\r\\n <script>\\r\\n const contentData = [\\r\\n { button1: ''Start Private'', button2: ''Send Tip'' },\\r\\n { button1: ''View Menu'', button2: ''Order Now'' },\\r\\n { button1: ''Activate'', button2: ''Deactivate'' },\\r\\n { button1: ''Play Now'', button2: ''Leaderboard'' },\\r\\n { button1: ''Check Goals'', button2: ''Donate'' },\\r\\n { button1: ''Buy Ticket'', button2: ''More Info'' }\\r\\n ];\\r\\n const items = document.querySelectorAll(''.menu-item'');\\r\\n const button1 = document.getElementById(''content-button1'');\\r\\n const button2 = document.getElementById(''content-button2'');\\r\\n\\r\\n function showContent(index) {\\r\\n items.forEach(item => item.classList.remove(''active''));\\r\\n items[index].classList.add(''active'');\\r\\n button1.textContent = contentData[index].button1;\\r\\n button2.textContent = contentData[index].button2;\\r\\n }\\r\\n\\r\\n function startCarousel() {\\r\\n let currentIndex = 0;\\r\\n setInterval(() => {\\r\\n currentIndex = (currentIndex + 1) % contentData.length;\\r\\n showContent(currentIndex);\\r\\n }, 3000); \\/\\/ Change content every 3 seconds\\r\\n }\\r\\n\\r\\n document.addEventListener(''DOMContentLoaded'', () => {\\r\\n startCarousel();\\r\\n });\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3612, 411, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3623, 413, 'footnotes', ''), (3624, 413, '_elementor_template_type', 'wp-page'), (3625, 413, '_elementor_version', '3.22.3'), (3626, 413, '_elementor_pro_version', '3.22.1'), (3627, 413, '_elementor_edit_mode', 'builder'), (3628, 413, '_wp_page_template', 'elementor_header_footer'), (3629, 413, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"8de084c","elType":"widget","settings":{"content_width":"full","html":" <style>\\r\\n .left-sidebar-carousel {\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n background-color: #1a1a1a;\\r\\n color: #fff;\\r\\n font-family: Arial, sans-serif;\\r\\n display: flex;\\r\\n height: 100vh;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .container {\\r\\n display: flex;\\r\\n width: 80%;\\r\\n height: 80%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu {\\r\\n background-color: #2a2a2a;\\r\\n width: 250px;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center; \\/* Center vertically *\\/\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item {\\r\\n padding: 15px 20px;\\r\\n cursor: pointer;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n transition: background-color 0.3s;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active, .menu-item:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-icon {\\r\\n margin-right: 10px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-text {\\r\\n color: #999;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active .menu-text, .menu-item:hover .menu-text {\\r\\n color: #fff;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content {\\r\\n flex: 1;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n position: relative;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content img {\\r\\n max-width: 100%;\\r\\n max-height: 100%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay {\\r\\n position: absolute;\\r\\n bottom: 20px;\\r\\n left: 20px;\\r\\n padding: 10px 20px;\\r\\n background-color: rgba(0, 0, 0, 0.5);\\r\\n border-radius: 5px;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button {\\r\\n background-color: #1a1a1a;\\r\\n border: none;\\r\\n padding: 10px 20px;\\r\\n margin-right: 10px;\\r\\n color: #fff;\\r\\n cursor: pointer;\\r\\n border-radius: 5px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n <\\/style>\\r\\n<body class=\\"left-sidebar-carousel\\">\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"menu\\">\\r\\n <div class=\\"menu-item active\\" onmouseover=\\"showContent(0)\\">\\r\\n <i class=\\"menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tips<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(1)\\">\\r\\n <i class=\\"menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tip menu<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(2)\\">\\r\\n <i class=\\"menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Vibrotoys<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(3)\\">\\r\\n <i class=\\"menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Games<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(4)\\">\\r\\n <i class=\\"menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Goals<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(5)\\">\\r\\n <i class=\\"menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Ticket shows<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content\\">\\r\\n <img id=\\"fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"overlay\\">\\r\\n <button id=\\"content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n\\r\\n <script>\\r\\n const contentData = [\\r\\n { button1: ''Start Private'', button2: ''Send Tip'' },\\r\\n { button1: ''View Menu'', button2: ''Order Now'' },\\r\\n { button1: ''Activate'', button2: ''Deactivate'' },\\r\\n { button1: ''Play Now'', button2: ''Leaderboard'' },\\r\\n { button1: ''Check Goals'', button2: ''Donate'' },\\r\\n { button1: ''Buy Ticket'', button2: ''More Info'' }\\r\\n ];\\r\\n const items = document.querySelectorAll(''.menu-item'');\\r\\n const button1 = document.getElementById(''content-button1'');\\r\\n const button2 = document.getElementById(''content-button2'');\\r\\n\\r\\n function showContent(index) {\\r\\n items.forEach(item => item.classList.remove(''active''));\\r\\n items[index].classList.add(''active'');\\r\\n button1.textContent = contentData[index].button1;\\r\\n button2.textContent = contentData[index].button2;\\r\\n }\\r\\n\\r\\n function startCarousel() {\\r\\n let currentIndex = 0;\\r\\n setInterval(() => {\\r\\n currentIndex = (currentIndex + 1) % contentData.length;\\r\\n showContent(currentIndex);\\r\\n }, 3000); \\/\\/ Change content every 3 seconds\\r\\n }\\r\\n\\r\\n document.addEventListener(''DOMContentLoaded'', () => {\\r\\n startCarousel();\\r\\n });\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3631, 413, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3633, 414, 'footnotes', ''), (3634, 414, '_elementor_template_type', 'wp-page'), (3635, 414, '_elementor_version', '3.22.3'), (3636, 414, '_elementor_pro_version', '3.22.1'), (3637, 414, '_elementor_edit_mode', 'builder'), (3638, 414, '_wp_page_template', 'elementor_header_footer'), (3639, 414, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"8de084c","elType":"widget","settings":{"content_width":"full","html":" <style>\\r\\n .left-sidebar-carousel {\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n background-color: #1a1a1a;\\r\\n color: #fff;\\r\\n font-family: Arial, sans-serif;\\r\\n display: flex;\\r\\n height: 100vh;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .container {\\r\\n display: flex;\\r\\n width: 80%;\\r\\n height: 80%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu {\\r\\n background-color: #2a2a2a;\\r\\n width: 250px;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center; \\/* Center vertically *\\/\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item {\\r\\n padding: 15px 20px;\\r\\n cursor: pointer;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n transition: background-color 0.3s;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active, .menu-item:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-icon {\\r\\n margin-right: 10px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-text {\\r\\n color: #999;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active .menu-text, .menu-item:hover .menu-text {\\r\\n color: #fff;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content {\\r\\n flex: 1;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n position: relative;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content img {\\r\\n max-width: 100%;\\r\\n max-height: 100%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay {\\r\\n position: absolute;\\r\\n bottom: 20px;\\r\\n left: 20px;\\r\\n padding: 10px 20px;\\r\\n background-color: rgba(0, 0, 0, 0.5);\\r\\n border-radius: 5px;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button {\\r\\n background-color: #1a1a1a;\\r\\n border: none;\\r\\n padding: 10px 20px;\\r\\n margin-right: 10px;\\r\\n color: #fff;\\r\\n cursor: pointer;\\r\\n border-radius: 5px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n <\\/style>\\r\\n<body class=\\"left-sidebar-carousel\\">\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"menu\\">\\r\\n <div class=\\"menu-item active\\" onmouseover=\\"showContent(0)\\">\\r\\n <i class=\\"menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tips<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(1)\\">\\r\\n <i class=\\"menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tip menu<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(2)\\">\\r\\n <i class=\\"menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Vibrotoys<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(3)\\">\\r\\n <i class=\\"menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Games<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(4)\\">\\r\\n <i class=\\"menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Goals<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(5)\\">\\r\\n <i class=\\"menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Ticket shows<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content\\">\\r\\n <img id=\\"fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"overlay\\">\\r\\n <button id=\\"content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n\\r\\n <script>\\r\\n const contentData = [\\r\\n { button1: ''Start Private'', button2: ''Send Tip'' },\\r\\n { button1: ''View Menu'', button2: ''Order Now'' },\\r\\n { button1: ''Activate'', button2: ''Deactivate'' },\\r\\n { button1: ''Play Now'', button2: ''Leaderboard'' },\\r\\n { button1: ''Check Goals'', button2: ''Donate'' },\\r\\n { button1: ''Buy Ticket'', button2: ''More Info'' }\\r\\n ];\\r\\n const items = document.querySelectorAll(''.menu-item'');\\r\\n const button1 = document.getElementById(''content-button1'');\\r\\n const button2 = document.getElementById(''content-button2'');\\r\\n\\r\\n function showContent(index) {\\r\\n items.forEach(item => item.classList.remove(''active''));\\r\\n items[index].classList.add(''active'');\\r\\n button1.textContent = contentData[index].button1;\\r\\n button2.textContent = contentData[index].button2;\\r\\n }\\r\\n\\r\\n function startCarousel() {\\r\\n let currentIndex = 0;\\r\\n setInterval(() => {\\r\\n currentIndex = (currentIndex + 1) % contentData.length;\\r\\n showContent(currentIndex);\\r\\n }, 3000); \\/\\/ Change content every 3 seconds\\r\\n }\\r\\n\\r\\n document.addEventListener(''DOMContentLoaded'', () => {\\r\\n startCarousel();\\r\\n });\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3641, 414, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3643, 415, 'footnotes', ''), (3644, 415, '_elementor_template_type', 'wp-page'), (3645, 415, '_elementor_version', '3.22.3'), (3646, 415, '_elementor_pro_version', '3.22.1'), (3647, 415, '_elementor_edit_mode', 'builder'), (3648, 415, '_wp_page_template', 'elementor_header_footer'), (3649, 415, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"8de084c","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n .left-sidebar-carousel {\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n background-color: #1a1a1a;\\r\\n color: #fff;\\r\\n font-family: Arial, sans-serif;\\r\\n display: flex;\\r\\n height: 100vh;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .container {\\r\\n display: flex;\\r\\n width: 80%;\\r\\n height: 80%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu {\\r\\n background-color: #2a2a2a;\\r\\n width: 250px;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center; \\/* Center vertically *\\/\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item {\\r\\n padding: 15px 20px;\\r\\n cursor: pointer;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n transition: background-color 0.3s;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active, .left-sidebar-carousel .menu-item:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-icon {\\r\\n margin-right: 10px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-text {\\r\\n color: #999;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active .menu-text, .left-sidebar-carousel .menu-item:hover .menu-text {\\r\\n color: #fff;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content {\\r\\n flex: 1;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n position: relative;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content img {\\r\\n max-width: 100%;\\r\\n max-height: 100%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay {\\r\\n position: absolute;\\r\\n bottom: 20px;\\r\\n left: 20px;\\r\\n padding: 10px 20px;\\r\\n background-color: rgba(0, 0, 0, 0.5);\\r\\n border-radius: 5px;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button {\\r\\n background-color: #1a1a1a;\\r\\n border: none;\\r\\n padding: 10px 20px;\\r\\n margin-right: 10px;\\r\\n color: #fff;\\r\\n cursor: pointer;\\r\\n border-radius: 5px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n<\\/style>\\r\\n<body class=\\"left-sidebar-carousel\\">\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"menu\\">\\r\\n <div class=\\"menu-item active\\" onmouseover=\\"showContent(0)\\">\\r\\n <i class=\\"menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tips<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(1)\\">\\r\\n <i class=\\"menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tip menu<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(2)\\">\\r\\n <i class=\\"menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Vibrotoys<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(3)\\">\\r\\n <i class=\\"menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Games<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(4)\\">\\r\\n <i class=\\"menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Goals<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(5)\\">\\r\\n <i class=\\"menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Ticket shows<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content\\">\\r\\n <img id=\\"fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"overlay\\">\\r\\n <button id=\\"content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n\\r\\n <script>\\r\\n const contentData = [\\r\\n { button1: ''Start Private'', button2: ''Send Tip'' },\\r\\n { button1: ''View Menu'', button2: ''Order Now'' },\\r\\n { button1: ''Activate'', button2: ''Deactivate'' },\\r\\n { button1: ''Play Now'', button2: ''Leaderboard'' },\\r\\n { button1: ''Check Goals'', button2: ''Donate'' },\\r\\n { button1: ''Buy Ticket'', button2: ''More Info'' }\\r\\n ];\\r\\n const items = document.querySelectorAll(''.left-sidebar-carousel .menu-item'');\\r\\n const button1 = document.getElementById(''content-button1'');\\r\\n const button2 = document.getElementById(''content-button2'');\\r\\n\\r\\n function showContent(index) {\\r\\n items.forEach(item => item.classList.remove(''active''));\\r\\n items[index].classList.add(''active'');\\r\\n button1.textContent = contentData[index].button1;\\r\\n button2.textContent = contentData[index].button2;\\r\\n }\\r\\n\\r\\n function startCarousel() {\\r\\n let currentIndex = 0;\\r\\n setInterval(() => {\\r\\n currentIndex = (currentIndex + 1) % contentData.length;\\r\\n showContent(currentIndex);\\r\\n }, 3000); \\/\\/ Change content every 3 seconds\\r\\n }\\r\\n\\r\\n document.addEventListener(''DOMContentLoaded'', () => {\\r\\n startCarousel();\\r\\n });\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3651, 415, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3654, 416, 'footnotes', ''), (3655, 416, '_elementor_template_type', 'wp-page'), (3656, 416, '_elementor_version', '3.22.3'), (3657, 416, '_elementor_pro_version', '3.22.1'), (3658, 416, '_elementor_edit_mode', 'builder'), (3659, 416, '_wp_page_template', 'elementor_header_footer'), (3660, 416, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"8de084c","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n .left-sidebar-carousel {\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n background-color: #1a1a1a;\\r\\n color: #fff;\\r\\n font-family: Arial, sans-serif;\\r\\n display: flex;\\r\\n height: 100vh;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .container {\\r\\n display: flex;\\r\\n width: 80%;\\r\\n height: 80%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu {\\r\\n background-color: #2a2a2a;\\r\\n width: 250px;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center; \\/* Center vertically *\\/\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item {\\r\\n padding: 15px 20px;\\r\\n cursor: pointer;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n transition: background-color 0.3s;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active, .left-sidebar-carousel .menu-item:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-icon {\\r\\n margin-right: 10px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-text {\\r\\n color: #999;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active .menu-text, .left-sidebar-carousel .menu-item:hover .menu-text {\\r\\n color: #fff;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content {\\r\\n flex: 1;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n position: relative;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content img {\\r\\n max-width: 100%;\\r\\n max-height: 100%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay {\\r\\n position: absolute;\\r\\n bottom: 20px;\\r\\n left: 20px;\\r\\n padding: 10px 20px;\\r\\n background-color: rgba(0, 0, 0, 0.5);\\r\\n border-radius: 5px;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button {\\r\\n background-color: #1a1a1a;\\r\\n border: none;\\r\\n padding: 10px 20px;\\r\\n margin-right: 10px;\\r\\n color: #fff;\\r\\n cursor: pointer;\\r\\n border-radius: 5px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n<\\/style>\\r\\n<body class=\\"left-sidebar-carousel\\">\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"menu\\">\\r\\n <div class=\\"menu-item active\\" onmouseover=\\"showContent(0)\\">\\r\\n <i class=\\"menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tips<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(1)\\">\\r\\n <i class=\\"menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tip menu<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(2)\\">\\r\\n <i class=\\"menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Vibrotoys<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(3)\\">\\r\\n <i class=\\"menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Games<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(4)\\">\\r\\n <i class=\\"menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Goals<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(5)\\">\\r\\n <i class=\\"menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Ticket shows<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content\\">\\r\\n <img id=\\"fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"overlay\\">\\r\\n <button id=\\"content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n\\r\\n <script>\\r\\n const contentData = [\\r\\n { button1: ''Start Private'', button2: ''Send Tip'' },\\r\\n { button1: ''View Menu'', button2: ''Order Now'' },\\r\\n { button1: ''Activate'', button2: ''Deactivate'' },\\r\\n { button1: ''Play Now'', button2: ''Leaderboard'' },\\r\\n { button1: ''Check Goals'', button2: ''Donate'' },\\r\\n { button1: ''Buy Ticket'', button2: ''More Info'' }\\r\\n ];\\r\\n const items = document.querySelectorAll(''.left-sidebar-carousel .menu-item'');\\r\\n const button1 = document.getElementById(''content-button1'');\\r\\n const button2 = document.getElementById(''content-button2'');\\r\\n\\r\\n function showContent(index) {\\r\\n items.forEach(item => item.classList.remove(''active''));\\r\\n items[index].classList.add(''active'');\\r\\n button1.textContent = contentData[index].button1;\\r\\n button2.textContent = contentData[index].button2;\\r\\n }\\r\\n\\r\\n function startCarousel() {\\r\\n let currentIndex = 0;\\r\\n setInterval(() => {\\r\\n currentIndex = (currentIndex + 1) % contentData.length;\\r\\n showContent(currentIndex);\\r\\n }, 3000); \\/\\/ Change content every 3 seconds\\r\\n }\\r\\n\\r\\n document.addEventListener(''DOMContentLoaded'', () => {\\r\\n startCarousel();\\r\\n });\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3662, 416, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3664, 417, 'footnotes', ''), (3665, 417, '_elementor_template_type', 'wp-page'), (3666, 417, '_elementor_version', '3.22.3'), (3667, 417, '_elementor_pro_version', '3.22.1'), (3668, 417, '_elementor_edit_mode', 'builder'), (3669, 417, '_wp_page_template', 'elementor_header_footer'), (3670, 417, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"8de084c","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n .left-sidebar-carousel {\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n background-color: #1a1a1a;\\r\\n color: #fff;\\r\\n font-family: Arial, sans-serif;\\r\\n display: flex;\\r\\n height: 100vh;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .container {\\r\\n display: flex;\\r\\n width: 80%;\\r\\n height: 80%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu {\\r\\n background-color: #2a2a2a;\\r\\n width: 250px;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center; \\/* Center vertically *\\/\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item {\\r\\n padding: 15px 20px;\\r\\n cursor: pointer;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n transition: background-color 0.3s;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active, .left-sidebar-carousel .menu-item:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-icon {\\r\\n margin-right: 10px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-text {\\r\\n color: #999;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .menu-item.active .menu-text, .left-sidebar-carousel .menu-item:hover .menu-text {\\r\\n color: #fff;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content {\\r\\n flex: 1;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n position: relative;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .content img {\\r\\n max-width: 100%;\\r\\n max-height: 100%;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay {\\r\\n position: absolute;\\r\\n bottom: 20px;\\r\\n left: 20px;\\r\\n padding: 10px 20px;\\r\\n background-color: rgba(0, 0, 0, 0.5);\\r\\n border-radius: 5px;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button {\\r\\n background-color: #1a1a1a;\\r\\n border: none;\\r\\n padding: 10px 20px;\\r\\n margin-right: 10px;\\r\\n color: #fff;\\r\\n cursor: pointer;\\r\\n border-radius: 5px;\\r\\n }\\r\\n\\r\\n .left-sidebar-carousel .overlay button:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n<\\/style>\\r\\n<body class=\\"left-sidebar-carousel\\">\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"menu\\">\\r\\n <div class=\\"menu-item active\\" onmouseover=\\"showContent(0)\\">\\r\\n <i class=\\"menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tips<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(1)\\">\\r\\n <i class=\\"menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Tip menu<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(2)\\">\\r\\n <i class=\\"menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Vibrotoys<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(3)\\">\\r\\n <i class=\\"menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Games<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(4)\\">\\r\\n <i class=\\"menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Goals<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"menu-item\\" onmouseover=\\"showContent(5)\\">\\r\\n <i class=\\"menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"menu-text\\">Ticket shows<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content\\">\\r\\n <img id=\\"fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"overlay\\">\\r\\n <button id=\\"content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n\\r\\n <script>\\r\\n const contentData = [\\r\\n { button1: ''Start Private'', button2: ''Send Tip'' },\\r\\n { button1: ''View Menu'', button2: ''Order Now'' },\\r\\n { button1: ''Activate'', button2: ''Deactivate'' },\\r\\n { button1: ''Play Now'', button2: ''Leaderboard'' },\\r\\n { button1: ''Check Goals'', button2: ''Donate'' },\\r\\n { button1: ''Buy Ticket'', button2: ''More Info'' }\\r\\n ];\\r\\n const items = document.querySelectorAll(''.left-sidebar-carousel .menu-item'');\\r\\n const button1 = document.getElementById(''content-button1'');\\r\\n const button2 = document.getElementById(''content-button2'');\\r\\n\\r\\n function showContent(index) {\\r\\n items.forEach(item => item.classList.remove(''active''));\\r\\n items[index].classList.add(''active'');\\r\\n button1.textContent = contentData[index].button1;\\r\\n button2.textContent = contentData[index].button2;\\r\\n }\\r\\n\\r\\n function startCarousel() {\\r\\n let currentIndex = 0;\\r\\n setInterval(() => {\\r\\n currentIndex = (currentIndex + 1) % contentData.length;\\r\\n showContent(currentIndex);\\r\\n }, 3000); \\/\\/ Change content every 3 seconds\\r\\n }\\r\\n\\r\\n document.addEventListener(''DOMContentLoaded'', () => {\\r\\n startCarousel();\\r\\n });\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3672, 417, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3674, 418, 'footnotes', ''), (3675, 418, '_elementor_template_type', 'wp-page'), (3676, 418, '_elementor_version', '3.22.3'), (3677, 418, '_elementor_pro_version', '3.22.1'), (3678, 418, '_elementor_edit_mode', 'builder'), (3679, 418, '_wp_page_template', 'elementor_header_footer'), (3680, 418, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"* Group Outings","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"61b7bae","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"ceafee6","elType":"widget","settings":{"content_width":"full","image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/bikini.png","id":352,"size":"","alt":"","source":"library"},"title_text":"* Outfit allowances","description_text":"","position_mobile":"top","text_align":"center","image_space":{"unit":"px","size":63,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"image_size":{"unit":"px","size":55,"sizes":[]},"image_size_tablet":{"unit":"px","size":"","sizes":[]},"image_size_mobile":{"unit":"px","size":"","sizes":[]},"image_border_radius":{"unit":"%","size":50,"sizes":[]},"image_border_radius_tablet":{"unit":"%","size":"","sizes":[]},"image_border_radius_mobile":{"unit":"%","size":"","sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip","ha_advanced_tooltip_typography_line_height":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_typography_word_spacing":{"unit":"em","size":"","sizes":[]},"ha_advanced_tooltip_title_section_bg_color_gradient_position_tablet":"center center","ha_advanced_tooltip_title_section_bg_color_gradient_position_mobile":"center center","_background_gradient_position_tablet":"center center","_background_gradient_position_mobile":"center center","_background_hover_gradient_position_tablet":"center center","_background_hover_gradient_position_mobile":"center center","_ha_background_overlay_gradient_position_tablet":"center center","_ha_background_overlay_gradient_position_mobile":"center center","_ha_background_overlay_hover_gradient_position_tablet":"center center","_ha_background_overlay_hover_gradient_position_mobile":"center center"},"elements":[],"widgetType":"image-box"}],"isInner":true},{"id":"e28317c","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"c05f5e8","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fab fa-internet-explorer","library":"fa-brands"},"title_text":" Conditions apply time spent online","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"be702cd","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#000000","background_color":"#00000000","hover_color":"#FFFFFF","button_background_hover_color":"#000000","button_hover_border_color":"#D5D5D5","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"9342387","elType":"container","settings":{"flex_direction":"column","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"background_background":"classic","background_color":"#FFFFFF"},"elements":[{"id":"ef9f06a","elType":"container","settings":{"flex_direction":"column","content_width":"full","width":{"unit":"%","size":100,"sizes":[]}},"elements":[{"id":"f043e3e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: Arial, sans-serif;\\r\\n}\\r\\n\\r\\n.section-2 {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container-new {\\r\\n max-width: 1366px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading-new h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #000;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n}\\r\\n\\r\\n.section-content-new {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-images-new {\\r\\n position: relative;\\r\\n height: 50vh;\\r\\n margin-top: 20px;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 30%;\\r\\n width: auto;\\r\\n height: 100%;\\r\\n text-align: center;\\r\\n}\\r\\n\\r\\n.content-images-new .image-new.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box-new {\\r\\n display: flex;\\r\\n justify-content: space-around;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n flex-direction: row;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.5s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new:hover, .content-icon-box-new .box-new.active-box-new {\\r\\n transform: scale(1.01);\\r\\n background-color: #ff4f4f;\\r\\n color: #fff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new span {\\r\\n font-size: 16px;\\r\\n color: #ffffff;\\r\\n margin-right: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new h4 {\\r\\n font-size: 16px;\\r\\n color: #fff;\\r\\n margin-top: 20px;\\r\\n font-weight: 400;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new span, .content-icon-box-new .box-new.active-box-new h4 {\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box-new .box-new.active-box-new {\\r\\n border-bottom: 3px solid #ff4f4f;\\r\\n}\\r\\n\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"section-2\\">\\r\\n <section>\\r\\n <div class=\\"container-new\\">\\r\\n <div class=\\"section-heading-new\\">\\r\\n <h2>Earn With Pyirates<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content-new\\">\\r\\n <div class=\\"content-icon-box-new\\">\\r\\n <div class=\\"box-new\\" data-index=\\"0\\">\\r\\n <span><i class=\\"fa-solid fa-location-dot\\"><\\/i><\\/span>\\r\\n <h4>WORK FROM STUDIO<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"1\\">\\r\\n <span><i class=\\"fa-regular fa-clock\\"><\\/i><\\/span>\\r\\n <h4>SET YOUR OWN SCHEDULE<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"2\\">\\r\\n <span><i class=\\"fa-solid fa-dollar-sign\\"><\\/i><\\/span>\\r\\n <h4>MAKE UP TO $10,000 A WEEK!<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box-new\\" data-index=\\"3\\">\\r\\n <span><i class=\\"fa-solid fa-user-plus\\"><\\/i><\\/span>\\r\\n <h4>INSANE TRAFFIC<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-images-new\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/7yRvkB0oR4m9kq99M1C9BQ.webp\\" alt=\\"Image 1\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/8jAET328Ruabif67Im13ug.webp\\" alt=\\"Image 2\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/dfa554a6-e1ce-451a-a045-e812b066920b.webp\\" alt=\\"Image 3\\">\\r\\n <img class=\\"image-new\\" src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/360_F_615125248_9zT7ASknnVsdQCBC7lum04DlSb4107FB.webp\\" alt=\\"Image 4\\">\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxesNew = document.querySelectorAll(''.box-new'');\\r\\n const imagesNew = document.querySelectorAll(''.image-new'');\\r\\n let currentIndexNew = 0;\\r\\n let intervalNew;\\r\\n\\r\\n function showImageNew(index) {\\r\\n imagesNew.forEach((image, i) => {\\r\\n image.classList.remove(''active'');\\r\\n if (i === index) {\\r\\n image.classList.add(''active'');\\r\\n }\\r\\n });\\r\\n setActiveBoxNew(index);\\r\\n }\\r\\n\\r\\n function setActiveBoxNew(index) {\\r\\n boxesNew.forEach((box, i) => {\\r\\n box.classList.remove(''active-box-new'');\\r\\n if (i === index) {\\r\\n box.classList.add(''active-box-new'');\\r\\n }\\r\\n });\\r\\n }\\r\\n\\r\\n function startCarouselNew() {\\r\\n intervalNew = setInterval(() => {\\r\\n currentIndexNew = (currentIndexNew + 1) % imagesNew.length;\\r\\n showImageNew(currentIndexNew);\\r\\n }, 2000); \\/\\/ Change image every 2 seconds\\r\\n }\\r\\n\\r\\n function stopCarouselNew() {\\r\\n clearInterval(intervalNew);\\r\\n }\\r\\n\\r\\n boxesNew.forEach((box, index) => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n stopCarouselNew();\\r\\n currentIndexNew = index;\\r\\n showImageNew(currentIndexNew);\\r\\n });\\r\\n\\r\\n box.addEventListener(''mouseout'', function() {\\r\\n startCarouselNew();\\r\\n });\\r\\n });\\r\\n\\r\\n showImageNew(currentIndexNew);\\r\\n startCarouselNew();\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true},{"id":"34b17ce","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"2e28ee4","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"9e6b1ea","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-map-marker-alt","library":"fa-solid"},"title_text":"WORK FROM STUDIO","description_text":"You get to be the boss. There''s no central office or supervisor to report to and you can set your own pace. Start working from home today.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2433a55","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0684304","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"SET YOUR OWN SCHEDULE","description_text":"You''ll have total control over your schedule. There are no minimums to meet, and you can work the hours and times you choose!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"2a06df7","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1ef84b2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-money-check-alt","library":"fa-solid"},"title_text":"MAKE UP TO $10,000 A WEEK!","description_text":"Payments are sent weekly through the method of your choice. You could earn hundreds or even thousands a week!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"e3a6eb3","elType":"container","settings":{"content_width":"full","flex_direction":"row","flex_gap":{"column":"35","row":"000","isLinked":false,"unit":"px","size":35}},"elements":[{"id":"95e016d","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"0db704f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-users","library":"fa-solid"},"title_text":"INSANE TRAFFIC","description_text":"Pyirates handles all the advertising at no cost to you. Millions of visitors have immediate access to your chat daily. You can also bring in new customers with provided marketing tools!","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"7c660fc","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"869713e","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-handshake","library":"fa-solid"},"title_text":"WE HANDLE IT ALL!","description_text":"Being a Pyirates Model is safe, secure, and free. You receive a percentage of every dollar billed in your chat. We handle all the processing for you, so you can focus on your fans.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"77cfad1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"8fe80ef","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-edit","library":"fa-solid"},"title_text":"WHAT YOU NEED","description_text":"You only need three pieces of equipment to get started: a webcam, a computer, and an internet connection. That''s it! No technical skills required.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":false},{"id":"d8cdc41","elType":"container","settings":{"flex_direction":"column"},"elements":[{"id":"8de084c","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n .pyirates-left-sidebar-carousel {\\r\\n margin: 0;\\r\\n padding: 0;\\r\\n background-color: #1a1a1a;\\r\\n color: #fff;\\r\\n font-family: Arial, sans-serif;\\r\\n display: flex;\\r\\n height: 100vh;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-container {\\r\\n display: flex;\\r\\n width: 80%;\\r\\n height: 80%;\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-menu {\\r\\n background-color: #2a2a2a;\\r\\n width: 250px;\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center; \\/* Center vertically *\\/\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-menu-item {\\r\\n padding: 15px 20px;\\r\\n cursor: pointer;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n transition: background-color 0.3s;\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-menu-item.active, .pyirates-menu-item:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-menu-icon {\\r\\n margin-right: 10px;\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-menu-text {\\r\\n color: #999;\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-menu-item.active .pyirates-menu-text, .pyirates-menu-item:hover .pyirates-menu-text {\\r\\n color: #fff;\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-content {\\r\\n flex: 1;\\r\\n background-color: #333;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n justify-content: center;\\r\\n position: relative;\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-content img {\\r\\n max-width: 100%;\\r\\n max-height: 100%;\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-overlay {\\r\\n position: absolute;\\r\\n bottom: 20px;\\r\\n left: 20px;\\r\\n padding: 10px 20px;\\r\\n background-color: rgba(0, 0, 0, 0.5);\\r\\n border-radius: 5px;\\r\\n display: flex;\\r\\n align-items: center;\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-overlay button {\\r\\n background-color: #1a1a1a;\\r\\n border: none;\\r\\n padding: 10px 20px;\\r\\n margin-right: 10px;\\r\\n color: #fff;\\r\\n cursor: pointer;\\r\\n border-radius: 5px;\\r\\n }\\r\\n\\r\\n .pyirates-left-sidebar-carousel .pyirates-overlay button:hover {\\r\\n background-color: #d0021b;\\r\\n }\\r\\n<\\/style>\\r\\n<body class=\\"pyirates-left-sidebar-carousel\\">\\r\\n <div class=\\"pyirates-container\\">\\r\\n <div class=\\"pyirates-menu\\">\\r\\n <div class=\\"pyirates-menu-item active\\" onmouseover=\\"showPyiratesContent(0)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-coins\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Tips<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(1)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-hand-holding-usd\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Tip menu<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(2)\\">\\r\\n <i class=\\"pyirates-menu-icon fa-solid fa-lines-leaning\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Vibrotoys<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(3)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-gamepad\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Games<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(4)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-bullseye\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Goals<\\/span>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-menu-item\\" onmouseover=\\"showPyiratesContent(5)\\">\\r\\n <i class=\\"pyirates-menu-icon fas fa-ticket-alt\\"><\\/i>\\r\\n <span class=\\"pyirates-menu-text\\">Ticket shows<\\/span>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"pyirates-content\\">\\r\\n <img id=\\"pyirates-fixed-image\\" src=\\"https:\\/\\/images.pexels.com\\/photos\\/415829\\/pexels-photo-415829.jpeg\\" alt=\\"Content Image\\">\\r\\n <div class=\\"pyirates-overlay\\">\\r\\n <button id=\\"pyirates-content-button1\\">Start Private<\\/button>\\r\\n <button id=\\"pyirates-content-button2\\">Send Tip<\\/button>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n\\r\\n <script>\\r\\n const pyiratesContentData = [\\r\\n { button1: ''Start Private'', button2: ''Send Tip'' },\\r\\n { button1: ''View Menu'', button2: ''Order Now'' },\\r\\n { button1: ''Activate'', button2: ''Deactivate'' },\\r\\n { button1: ''Play Now'', button2: ''Leaderboard'' },\\r\\n { button1: ''Check Goals'', button2: ''Donate'' },\\r\\n { button1: ''Buy Ticket'', button2: ''More Info'' }\\r\\n ];\\r\\n const pyiratesItems = document.querySelectorAll(''.pyirates-left-sidebar-carousel .pyirates-menu-item'');\\r\\n const pyiratesButton1 = document.getElementById(''pyirates-content-button1'');\\r\\n const pyiratesButton2 = document.getElementById(''pyirates-content-button2'');\\r\\n\\r\\n function showPyiratesContent(index) {\\r\\n pyiratesItems.forEach(item => item.classList.remove(''active''));\\r\\n pyiratesItems[index].classList.add(''active'');\\r\\n pyiratesButton1.textContent = pyiratesContentData[index].button1;\\r\\n pyiratesButton2.textContent = pyiratesContentData[index].button2;\\r\\n }\\r\\n\\r\\n function startPyiratesCarousel() {\\r\\n let currentIndex = 0;\\r\\n setInterval(() => {\\r\\n currentIndex = (currentIndex + 1) % pyiratesContentData.length;\\r\\n showPyiratesContent(currentIndex);\\r\\n }, 3000); \\/\\/ Change content every 3 seconds\\r\\n }\\r\\n\\r\\n document.addEventListener(''DOMContentLoaded'', () => {\\r\\n startPyiratesCarousel();\\r\\n });\\r\\n <\\/script>\\r\\n<\\/body>\\r\\n","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":false},{"id":"1ce36d2","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"40","right":"0","bottom":"40","left":"0","isLinked":false},"shape_divider_top":"multi-wave","shape_divider_top_color":"#FFFFFF","shape_divider_top_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_top_height":{"unit":"px","size":155,"sizes":[]},"shape_divider_top_flip":"yes","shape_divider_top_negative":"yes","shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":300,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"2ce783d","elType":"widget","settings":{"content_width":"full","title":"What do i need to get started From home","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"1ea9686","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"456968d","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"cd2f229","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"31cfe92","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-laptop","library":"fa-solid"},"title_text":"A COMPUTER","description_text":"You can start streaming with almost any modern computer running Windows or Mac OS! For the best video experience, we recommend a computer running an i7 processor (or equivalent) and at least 3 GB of RAM. Contact Us if you''re not sure your computer is fast enough, or if you want advice for upgrading.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#000000","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"62f3c18","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"1af68a3","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"A WEBCAM","description_text":"Any webcam will work, including a built-in laptop camera. To help you earn more attention, we recommend a widescreen webcam with HD quality video. You can also go all out and use a camcorder and capture card for crystal clear video. Contact Us if you need any advice for choosing the right camera.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"092289c","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"cc405cc","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-wifi","library":"fa-solid"},"title_text":"AN INTERNET CONNECTION","description_text":"Any internet connection will get you started, but faster connections will ensure a better experience and higher quality video. Click here to test your internet speed Contact Us if you have any questions about internet connections or speed.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"b1fcf53","elType":"container","settings":{"content_width":"full","flex_direction":"column"},"elements":[{"id":"e959b89","elType":"container","settings":{"content_width":"full","flex_direction":"row"},"elements":[{"id":"949e06f","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"265dcbd","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-image","library":"happy-icons"},"title_text":"A PROFILE PICTURE","description_text":"You''ll need to upload at least one photo for your public profile. Choose one that will show off your good side and draw in customers! You can upload as many additional photos to your profile as you want.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"b6b62e1","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"5bc8388","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-user-lock","library":"fa-solid"},"title_text":"A PUBLIC PROFILE","description_text":"You''ll fill out a profile about you and your interests. Your profile will be visible on over 2000 popular cam sites within our network! For your privacy, you can choose to set up geographic restrictions to hide your profile from people in certain locations.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"14ffc59","elType":"container","settings":{"content_width":"full","background_background":"classic","background_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"box_shadow_box_shadow_type":"yes","box_shadow_box_shadow":{"horizontal":1,"vertical":1,"blur":35,"spread":3,"color":"rgba(0, 0, 0, 0.3)"},"padding":{"unit":"px","top":"35","right":"25","bottom":"35","left":"25","isLinked":false}},"elements":[{"id":"aa2e101","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-page-export","library":"happy-icons"},"title_text":"PROOF OF AGE\\/IDENTIFICATION","description_text":"Pyirates strictly follows legal requirements, so you must be able to prove your identity and that you are old enough to sign up (18+). Any government issued photo ID will work! This information will be kept secure.","text_align":"center","icon_space":{"unit":"px","size":20,"sizes":[]},"title_bottom_space":{"unit":"px","size":5,"sizes":[]},"primary_color":"#02020F","icon_size":{"unit":"px","size":45,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":22,"sizes":[]},"title_typography_font_weight":"700","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true}],"isInner":true},{"id":"80928eb","elType":"widget","settings":{"content_width":"full","text":"Get Started","ha_height":{"unit":"px","size":46,"sizes":[]},"ha_width":{"unit":"px","size":198,"sizes":[]},"align":"center","content_align":"center","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":18,"sizes":[]},"typography_font_weight":"600","typography_letter_spacing":{"unit":"px","size":1,"sizes":[]},"button_text_color":"#FFFFFF","background_color":"#000000","hover_color":"#000000","button_background_hover_color":"#02010100","button_hover_border_color":"#000000","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#000000","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"10","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"583ed81","elType":"container","settings":[],"elements":[{"id":"9efccee","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"61f6e8e","elType":"widget","settings":{"content_width":"full","html":"<style>\\r\\n * {\\r\\n padding: 0;\\r\\n margin: 0;\\r\\n box-sizing: border-box;\\r\\n}\\r\\n\\r\\nbody {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n}\\r\\n\\r\\n.1st-section {\\r\\n background-color: #fff;\\r\\n color: #000;\\r\\n}\\r\\n\\r\\nsection {\\r\\n padding: 50px 0;\\r\\n}\\r\\n\\r\\n.container {\\r\\n max-width: 900px;\\r\\n width: 100%;\\r\\n margin: 0 auto;\\r\\n}\\r\\n\\r\\n.section-heading h2 {\\r\\n font-family: \\"Ropa Sans\\", sans-serif;\\r\\n font-size: 45px;\\r\\n color: #ffffff;\\r\\n text-align: center;\\r\\n margin-bottom: 30px;\\r\\n color: #000;\\r\\n text-transform: capitalize;\\r\\n}\\r\\n\\r\\n.section-content {\\r\\n position: relative;\\r\\n}\\r\\n\\r\\n.content-videos {\\r\\n position: relative;\\r\\n height: 60vh; \\/* Adjust based on the height of your videos *\\/\\r\\n}\\r\\n\\r\\n.content-videos .video {\\r\\n display: none;\\r\\n position: absolute;\\r\\n top: 0;\\r\\n left: 0;\\r\\n width: 100%;\\r\\n height: 100%;\\r\\n}\\r\\n\\r\\n.content-videos .video.active {\\r\\n display: block;\\r\\n}\\r\\n\\r\\n.content-icon-box {\\r\\n margin-top: 50px;\\r\\n display: flex;\\r\\n justify-content: space-between;\\r\\n gap: 10px;\\r\\n}\\r\\n\\r\\n.content-icon-box .box {\\r\\n flex: 1;\\r\\n padding: 20px;\\r\\n background-color: rgb(230, 23, 57);\\r\\n display: flex;\\r\\n flex-direction: column;\\r\\n justify-content: center;\\r\\n align-items: center;\\r\\n border-radius: 10px;\\r\\n cursor: pointer;\\r\\n text-align: center;\\r\\n transition: transform 0.3s ease;\\r\\n}\\r\\n\\r\\n.content-icon-box .box:hover {\\r\\n transform: scale(1.05);\\r\\n}\\r\\n\\r\\n.content-icon-box .box span {\\r\\n font-size: 40px;\\r\\n color: #ffffff;\\r\\n}\\r\\n\\r\\n.content-icon-box .box h4 {\\r\\n font-size: 18px;\\r\\n color: #fff;\\r\\n margin-top: 10px;\\r\\n}\\r\\n<\\/style>\\r\\n<body>\\r\\n <main class=\\"1st-section\\">\\r\\n <section>\\r\\n <div class=\\"container\\">\\r\\n <div class=\\"section-heading\\">\\r\\n <h2>Entertain the way you want. <br>\\r\\n Earn what you\\u2019re worth.<\\/h2>\\r\\n <\\/div>\\r\\n <div class=\\"section-content\\">\\r\\n <div class=\\"content-videos\\">\\r\\n <div class=\\"video active\\" id=\\"video1\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_2.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video2\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_02.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video3\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_3.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video4\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_4.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <div class=\\"video\\" id=\\"video5\\">\\r\\n <video width=\\"100%\\" height=\\"auto\\" autoplay muted loop>\\r\\n <source src=\\"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Become-a-Stripchat-Model-Get-Paid-for-Camming_5.mp4\\" type=\\"video\\/mp4\\">\\r\\n <\\/video>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <div class=\\"content-icon-box\\">\\r\\n <div class=\\"box\\" data-video=\\"video1\\">\\r\\n <span><i class=\\"fas fa-gamepad\\"><\\/i><\\/span>\\r\\n <h4>Gaming<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video2\\">\\r\\n <span><i class=\\"fas fa-microphone\\"><\\/i><\\/span>\\r\\n <h4>ASMR<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video3\\">\\r\\n <span><i class=\\"fas fa-music\\"><\\/i><\\/span>\\r\\n <h4>Dancing<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video4\\">\\r\\n <span><i class=\\"fas fa-tree\\"><\\/i><\\/span>\\r\\n <h4>Outdoors<\\/h4>\\r\\n <\\/div>\\r\\n <div class=\\"box\\" data-video=\\"video5\\">\\r\\n <span><i class=\\"fas fa-mask\\"><\\/i><\\/span>\\r\\n <h4>Cosplay<\\/h4>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/div>\\r\\n <\\/section>\\r\\n <\\/main>\\r\\n\\r\\n <script>\\r\\n document.addEventListener(\\"DOMContentLoaded\\", function() {\\r\\n const boxes = document.querySelectorAll(''.box'');\\r\\n const videos = document.querySelectorAll(''.video'');\\r\\n\\r\\n boxes.forEach(box => {\\r\\n box.addEventListener(''mouseover'', function() {\\r\\n const videoId = this.getAttribute(''data-video'');\\r\\n videos.forEach(video => {\\r\\n video.classList.remove(''active'');\\r\\n if (video.id === videoId) {\\r\\n video.classList.add(''active'');\\r\\n video.querySelector(''video'').play(); \\/\\/ Play the video when it becomes active\\r\\n } else {\\r\\n video.querySelector(''video'').pause(); \\/\\/ Pause the video when it becomes inactive\\r\\n }\\r\\n });\\r\\n });\\r\\n });\\r\\n});\\r\\n\\r\\n <\\/script>\\r\\n<\\/body>","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"html"}],"isInner":true}],"isInner":false}]'); INSERT INTO `wpxo_postmeta` VALUES (3682, 418, '_elementor_page_settings', 'a:2:{s:14:"ha_grid_number";s:0:"";s:14:"ha_grid_zindex";s:4:"1000";}'), (3685, 419, 'footnotes', ''), (3686, 419, '_elementor_template_type', 'wp-page'), (3687, 419, '_elementor_version', '3.22.3'), (3688, 419, '_elementor_pro_version', '3.22.1'), (3689, 419, '_elementor_edit_mode', 'builder'), (3690, 419, '_wp_page_template', 'elementor_header_footer'), (3691, 419, '_elementor_data', '[{"id":"d352e1c","elType":"container","settings":{"margin":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false},"padding":{"unit":"px","top":"0","right":"0","bottom":"0","left":"0","isLinked":false}},"elements":[{"id":"ecd3eea","elType":"widget","settings":{"content_width":"full","shortcode":"[rev_slider alias=\\"slider-1\\"][\\/rev_slider]","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"shortcode"}],"isInner":false},{"id":"3198a7c","elType":"container","settings":{"flex_direction":"column","background_background":"classic","min_height":{"unit":"vh","size":50,"sizes":[]},"min_height_tablet":{"unit":"vh","size":"","sizes":[]},"min_height_mobile":{"unit":"vh","size":"","sizes":[]},"flex_justify_content":"center","background_image":{"url":"https:\\/\\/pyirates.africa\\/wp-content\\/uploads\\/2024\\/07\\/Africa-map-outline.webp","id":128,"size":"","alt":"","source":"library"},"background_attachment":"scroll","background_repeat":"no-repeat","background_size":"contain","background_motion_fx_motion_fx_mouse":"yes","background_overlay_background":"classic","background_overlay_color":"#000000","flex_align_items":"flex-start","background_color":"#060911","background_position":"center right"},"elements":[{"id":"0e35335","elType":"widget","settings":{"content_width":"full","title":"BECOME A PYIRATE TO EARN MONEY","align":"left","title_color":"#FFFFFF","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":45,"sizes":[]},"typography_font_weight":"700","ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"heading"},{"id":"f00d6c1","elType":"widget","settings":{"content_width":"full","editor":"Pyirates offers you the world''s biggest model community. Join now to start making money from home.","text_color":"#E6E6E6","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":16,"sizes":[]},"typography_font_weight":"300","_element_width":"initial","_element_custom_width":{"unit":"%","size":35,"sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"text-editor"},{"id":"460d000","elType":"widget","settings":{"content_width":"full","text":"Get Started","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":20,"sizes":[]},"typography_font_weight":"700","button_text_color":"#FFFFFF","background_color":"#61CE7000","hover_color":"#060911","button_background_hover_color":"#FFFFFF","button_hover_border_color":"#FFFFFF","border_border":"solid","border_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"border_color":"#FFFFFF","border_radius":{"unit":"px","top":"5","right":"5","bottom":"5","left":"5","isLinked":true},"_margin":{"unit":"px","top":"20","right":"0","bottom":"0","left":"0","isLinked":false},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"button"}],"isInner":false},{"id":"ef83a2b","elType":"container","settings":{"flex_direction":"column","background_background":"classic","background_color":"#DFDFDF","padding":{"unit":"px","top":"50","right":"0","bottom":"50","left":"0","isLinked":false},"shape_divider_bottom":"mountains","shape_divider_bottom_color":"#FFFFFF","shape_divider_bottom_width":{"unit":"%","size":286,"sizes":[]},"shape_divider_bottom_height":{"unit":"px","size":120,"sizes":[]}},"elements":[{"id":"f94c24b","elType":"widget","settings":{"content_width":"full","title":"Studio Benefits","align":"center","title_color":"#000000","typography_typography":"custom","typography_font_family":"Ropa Sans","typography_font_size":{"unit":"px","size":40,"sizes":[]},"typography_font_weight":"700","typography_text_transform":"capitalize","ha_advanced_tooltip_content":"I am a tooltip","_margin":{"unit":"px","top":"0","right":"0","bottom":"10","left":"0","isLinked":false}},"elements":[],"widgetType":"heading"},{"id":"f98afb1","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6f8c81d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"d7a245a","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"far fa-clock","library":"fa-regular"},"title_text":"Flexible hours","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"3c3a5c1","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7938dae","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-car","library":"happy-icons"},"title_text":"Driver service","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"72343af","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"1756df2","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"fas fa-camera","library":"fa-solid"},"title_text":"Photoshoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"5b43470","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"a87cb05","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"6fcab77","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-video-camera","library":"happy-icons"},"title_text":"Video shoots","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"fc2d677","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"7b17f46","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-mobile-chat","library":"happy-icons"},"title_text":"Social Media Management","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true},{"id":"291971d","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"bdb6f5f","elType":"widget","settings":{"content_width":"full","selected_icon":{"value":"hm hm-tb-page-title","library":"happy-icons"},"title_text":"Content Creation Days","description_text":"","text_align":"center","icon_space":{"unit":"px","size":6,"sizes":[]},"title_bottom_space":{"unit":"px","size":0,"sizes":[]},"primary_color":"#FFFFFF","icon_size":{"unit":"px","size":60,"sizes":[]},"title_color":"#000000","title_typography_typography":"custom","title_typography_font_family":"Ropa Sans","title_typography_font_size":{"unit":"px","size":20,"sizes":[]},"title_typography_font_weight":"500","description_color":"#1A1A1A","description_typography_typography":"custom","description_typography_font_family":"Ropa Sans","description_typography_font_size":{"unit":"px","size":14,"sizes":[]},"description_typography_font_weight":"400","description_typography_line_height":{"unit":"rem","size":2.1,"sizes":[]},"description_typography_line_height_tablet":{"unit":"rem","size":"","sizes":[]},"description_typography_line_height_mobile":{"unit":"rem","size":"","sizes":[]},"ha_advanced_tooltip_content":"I am a tooltip"},"elements":[],"widgetType":"icon-box"}],"isInner":true}],"isInner":true},{"id":"22a68b6","elType":"container","settings":{"content_width":"full","flex_direction":"row","css_classes":"have-fun-icons"},"elements":[{"id":"6eafb95","elType":"container","settings":{"content_width":"full"},"elements":[{"id":"78b2b86","elType":"widget","